Advertisement
akurczyk

vhost h1f.e00.eu

Dec 1st, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. root@h1f:/etc/apache2/sites-enabled# cat 001-h1f.e00.eu
  2. <VirtualHost *:80>
  3. ServerName h1f.e00.eu
  4. DocumentRoot /home/h1f.e00.eu/www
  5. <Directory /home/h1f.e00.eu/www/>
  6. Options Indexes FollowSymLinks MultiViews
  7. AllowOverride None
  8. Order allow,deny
  9. allow from all
  10. </Directory>
  11. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement