Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Complete contents of the only .conf file enabled on this host:
  2. <VirtualHost *:80>
  3. DocumentRoot /var/www_alt
  4. <Directory />
  5. AllowOverride All
  6. </Directory>
  7. <Directory /var/www_alt>
  8. Options +Indexes +FollowSymLinks +MultiViews
  9. DirectoryIndex index.html
  10. AllowOverride All
  11. Order allow,deny
  12. allow 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>
  20.  
  21.  
  22.  
  23.  
  24. Hit logged in /var/log/apache2/rebuild-test.log
  25. (MY IP ADDR HERE) - - [13/Jan/2012:12:04:08 -0600] "GET / HTTP/1.1" 404 500 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:9.0.1) Gecko/20100101 Firefox/9.0.1"
  26.  
  27.  
  28.  
  29. Error generated in /var/log/apache2/rebuild-test-error.log
  30.  
  31. [Fri Jan 13 12:04:08 2012] [error] [client (MY IP ADDR HERE)] Attempt to serve directory: /var/www_alt/
  32. [Fri Jan 13 12:04:08 2012] [debug] mod_deflate.c(615): [client (MY IP ADDR HERE)] Zlib: Compressed 282 to 217 : URL /
Add Comment
Please, Sign In to add comment