Updating longview to work on port 8181 ?
I'm trying to get Longview to recognise Apache on port 8181, and show the stats.
In /etc/linode/longview.d/Apache.conf, I have:
location http://127.0.0.1:8181/server-status?auto
Then
/etc/apache2/mods-enabled/status.conf contains:
Listen 127.0.0.1:8081
<location server-status="">
SetHandler server-status
Order deny,allow
Deny from all
Allow from 127.0.0.1
</location>
After restarting Longview and waiting a while, if I go to the Apache tab I get this error:
Something went terribly wrong. Please
and try again.
Have I missed something?
(appologies for the formatting - there seems to be no way to format code on this forum? :/)