Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin admin@mysite.com
  3. ServerName mysite.com
  4. ServerAlias www.mysite.com *.mysite.com
  5. DocumentRoot /home/alicia/Dropbox/Programing/PHP/intern-magnet
  6. <Directory />
  7. Options FollowSymLinks
  8. AllowOverride None
  9. </Directory>
  10. <Directory /home/alicia/Dropbox/Programing/PHP/intern-magnet/>
  11. Options Indexes FollowSymLinks MultiViews
  12. AllowOverride None
  13. Order allow,deny
  14. allow from all
  15. </Directory>
  16. ErrorLog /var/log/apache2/error.log
  17.  
  18. # Possible values include: debug, info, notice, warn, error, crit,
  19. # alert, emerg.
  20. LogLevel info
  21.  
  22. CustomLog /var/log/apache2/access.log common
  23. ServerSignature On
  24.  
  25. drwxr-xr-x /
  26. drwxr-xr-x home
  27. drwxr-xr-x alicia
  28. drwxr-xr-x Dropbox
  29. drwxr-xr-x Programing
  30. drwxr-xr-x PHP
  31. drwxr-xr-x intern-magnet
  32.  
  33. [Sun Dec 21 13:38:09.265113 2014] [authz_core:error] [pid 8096] [client 127.0.0.1:33250] AH01630: client denied by server configuration: /home/alicia/Dropbox/Programing/PHP/intern-magnet/favicon.ico
  34. [Sun Dec 21 13:38:16.115896 2014] [authz_core:error] [pid 8097] [client 127.0.0.1:33251] AH01630: client denied by server configuration: /home/alicia/Dropbox/Programing/PHP/intern-magnet/css
  35. [Sun Dec 21 13:38:16.232509 2014] [authz_core:error] [pid 8097] [client 127.0.0.1:33251] AH01630: client denied by server configuration: /home/alicia/Dropbox/Programing/PHP/intern-magnet/favicon.ico
  36. [Sun Dec 21 13:38:22.717367 2014] [authz_core:error] [pid 8102] [client 127.0.0.1:33252] AH01630: client denied by server configuration: /home/alicia/Dropbox/Programing/PHP/intern-magnet/favicon.ico
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement