]> git.pld-linux.org Git - packages/collectd.git/blobdiff - collectd-apache.conf
- up to 5.8.0
[packages/collectd.git] / collectd-apache.conf
index 48ed29c725f28b8ca2576eafe1c40c936ec1c784..2b79bab6bbaf34f09ea6b81e6eab1175522a287e 100644 (file)
@@ -1,9 +1,19 @@
-LoadPlugin apache
+# $Id$
 
-<Plugin apache>
-       URL "http://localhost/status?auto"
-       User "www-user"
-       Password "secret"
-       CACert "/etc/ssl/ca.crt"
-</Plugin>
+Alias /collectd /usr/share/collectd
+ScriptAlias /collection /usr/share/collectd/cgi-bin/collection.cgi
 
+<Directory /usr/share/collectd/cgi-bin>
+       Options ExecCGI
+       AddHandler cgi-script .cgi
+
+       AllowOverride AuthConfig Limit
+
+       Order allow,deny
+       Allow from all
+
+       <IfModule mod_expires.c>
+               ExpiresActive On
+               ExpiresByType image/png M5
+       </IfModule>
+</Directory>
This page took 0.047644 seconds and 4 git commands to generate.