Guest User

Untitled

a guest
May 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <VirtualHost *:80>
  2. DocumentRoot /var/www_alt
  3. <Directory />
  4. AllowOverride none
  5. Deny from all
  6. </Directory>
  7. <Directory /var/www_alt>
  8. Options +Indexes +FollowSymLinks +MultiViews
  9. DirectoryIndex index.html
  10. AllowOverride none
  11. Order allow,deny
  12. Deny from all
  13. </Directory>
  14.  
  15. LogLevel debug
  16. ErrorLog /var/log/apache2/rebuild-test-error.log
  17. CustomLog /var/log/apache2/rebuild-test.log combined
  18.  
  19. </VirtualHost>
Add Comment
Please, Sign In to add comment