]> git.pld-linux.org Git - packages/collectd.git/blobdiff - collectd-http.conf
- rebuild with libmemcached
[packages/collectd.git] / collectd-http.conf
index ad474693e01e5bc280cf797e864525c32d6c42b7..77d4c4faaa89d079f32f3e61f1fd888e64a2eafd 100644 (file)
@@ -1,6 +1,5 @@
-# $Id$
-
-Alias /collection /usr/share/collectd/cgi-bin
+Alias /collectd /usr/share/collectd
+ScriptAlias /collection /usr/share/collectd/cgi-bin/collection.cgi
 
 <Directory /usr/share/collectd/cgi-bin>
        Options ExecCGI
@@ -8,8 +7,7 @@ Alias /collection /usr/share/collectd/cgi-bin
 
        AllowOverride AuthConfig Limit
 
-       Order allow,deny
-       Allow from all
+       Require all granted
 
        <IfModule mod_expires.c>
                ExpiresActive On
This page took 0.055604 seconds and 4 git commands to generate.