Hi,
When I can start apache-monitor ( on apache 1.3.33 and apache2 ) i
receive the following error:
./apache-monitor /etc/apache/apache-tools/apache.rrd
http://$(hostname)/status
Odd number of elements in hash assignment at ./apache-monitor line 64.
Failed to parse stored data at ./apache-monitor line 66.
At apache.conf
<IfModule mod_status.c>
ExtendedStatus On
<Location /status>
SetHandler status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Location>
</IfModule>
Thaks for any ideas.
|