Cannot configure Longview for Apache
I've installed Longview and it works for everything except Apache - this happens after I've successfully installed WordPress.
I've updated /etc/apache2/mods-enabled/status.conf to the following:
<ifmodule mod_status.c="">ExtendedStatus On
<location server-status="">SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1</location></ifmodule>
Does anyone know what might be a problem?