Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@h1f:/etc/apache2/sites-enabled# cat 001-h1f.e00.eu
- <VirtualHost *:80>
- ServerName h1f.e00.eu
- DocumentRoot /home/h1f.e00.eu/www
- <Directory /home/h1f.e00.eu/www/>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement