Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin webmaster@dummy-host2.example.com
- DocumentRoot "/home/brazenparadox/Documents/area51/customapache/site"
- <Directory "/home/brazenparadox/Documents/area51/customapache/site">
- Options Indexes FollowSymLinks
- AllowOverride None
- Require all granted
- </Directory>
- #ServerName dummy-host2.example.com
- ErrorLog "logs/dummy-host2.example.com-error_log"
- CustomLog "logs/dummy-host2.example.com-access_log" common
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement