# $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 # WITHOUT SSL Options ExecCGI Order deny,allow Deny from all Allow from 127.0.0.1 # WITH SSL ENABLED Options ExecCGI SSLRequireSSL Allow from all AuthType Basic AuthUserFile /etc/webapps/nagios/passwd AuthGroupFile /etc/webapps/nagios/group AuthName "Nagios" Require group nagios SSLRequireSSL ScriptAlias /nagios/cgi-bin/ /usr/lib/nagios/cgi/ Alias /nagios/ /usr/share/nagios/