Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. Alias /monitorix /var/lib/monitorix/www
  2. ScriptAlias /monitorix-cgi /var/lib/monitorix/www/cgi
  3.  
  4. <Directory /var/lib/monitorix/www/cgi/>
  5. DirectoryIndex monitorix.cgi
  6. Options ExecCGI
  7. <IfModule mod_authz_core.c>
  8. # Apache 2.4
  9. Require all granted
  10. </IfModule>
  11. <IfModule !mod_authz_core.c>
  12. # Apache 2.2
  13. Order deny,allow
  14. Allow from all
  15. </IfModule>
  16. </Directory>
  17.  
  18. [Mon Sep 01 06:57:52.995680 2014] [authz_core:error] [pid 17145] [client x.x.x.x:58879] AH01630: client denied by server configuration: /var/lib/monitorix/www
  19. [Mon Sep 01 07:00:10.131166 2014] [authz_core:error] [pid 17145] [client x.x.x.x:58903] AH01630: client denied by server configuration: /var/lib/monitorix/www
  20. [Mon Sep 01 07:00:11.102614 2014] [authz_core:error] [pid 17145] [client x.x.x.x:58903] AH01630: client denied by server configuration: /var/lib/monitorix/www
  21. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement