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? :/)

1 Reply

Typical … no longer had I submitted, and it started working! I guess it just took a bit longer than normal to update

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct