HosipLan

Untitled

Mar 18th, 2011
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. $ cat /etc/apache2/sites-available/loc.sezeretepes.conf
  2. <VirtualHost 127.0.0.1:80>
  3. ServerName sezeretepes.loc
  4. ServerAlias www.sezeretepes.loc *.sezeretepes.loc
  5. ServerAdmin [email protected]
  6. DocumentRoot /home/hosiplan/xampp/else/other_webs/sezeretepes.cz
  7. <Directory />
  8. Options FollowSymLinks
  9. AllowOverride None
  10. </Directory>
  11. <Directory /home/hosiplan/xampp/else/other_webs/sezeretepes.cz>
  12. Options Indexes FollowSymLinks MultiViews
  13. AllowOverride All
  14. Order allow,deny
  15. allow from all
  16. # This directive allows us to have apache2's default start page in /apache2-default/, but still have / go to the right
  17. #place Commented out for Ubuntu RedirectMatch ^/$ /apache2-default/
  18. </Directory>
  19. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment