HosipLan

Untitled

Jul 14th, 2011
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <VirtualHost 127.0.0.1:80>
  2. ServerName sezeretepes.loc
  3. ServerAlias www.sezeretepes.loc *.sezeretepes.loc
  4. ServerAdmin [email protected]
  5.  
  6. DocumentRoot /var/www/sezeretepes.cz
  7.  
  8. <Directory />
  9. Options FollowSymLinks
  10. AllowOverride None
  11. </Directory>
  12. <Directory /var/www/sezeretepes.cz>
  13. Options Indexes FollowSymLinks MultiViews
  14. AllowOverride All
  15. Order allow,deny
  16. allow from all
  17. </Directory>
  18. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment