# $Id$ # We grant access to static files for everybody, as the files are available # publically anyway, but without having it with http password i'm able to link # icons to jabber notify messages... Allow from all Allow from all Options ExecCGI # WITHOUT SSL Order deny,allow Deny from all Allow from 127.0.0.1 # WITH SSL ENABLED SSLRequireSSL Allow from all AuthType Basic AuthUserFile /etc/webapps/nagios/passwd AuthGroupFile /etc/webapps/nagios/group AuthName "Nagios" Require group nagios ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi/ Alias /nagios/docs/ /usr/share/doc/nagios/ Alias /nagios/ /usr/share/nagios/