# enable nagiosgraph CGI scripts
ScriptAlias /nagiosgraph/cgi-bin /opt/nagiosgraph/cgi
<Directory /opt/nagiosgraph/cgi>
   Options ExecCGI
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

# enable nagiosgraph CSS and JavaScript
Alias /nagiosgraph /opt/nagiosgraph/share
<Directory /opt/nagiosgraph/share>
   Options None
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

Alias /html /opt/nagiosgraph/html
<Directory /opt/nagiosgraph/html>
   Options None
   Satisfy Any
   Order allow,deny
   Allow from all
</Directory>
