Longview apache tab not working
Any ideas?
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost:mysql : LISTEN 8053/mysqld
tcp 0 0 *:44 *:* LISTEN 2889/sshd
tcp 0 0 li1371-78.members.:http 82-69-226-94.dsl.:56066 SYN_RECV -
tcp 0 0 *:webmin *:* LISTEN 3288/perl
tcp 0 0 localhost:tproxy : LISTEN 2895/savwebd
tcp 0 232 li1371-78.members.li:44 31-221-64-130.cus:64431 ESTABLISHED 3924/0
tcp 0 0 li1371-78.members.li:44 31-221-64-130.cus:60020 ESTABLISHED 8444/sshd: root@not
tcp6 0 0 [::]:44 [::]:* LISTEN 2889/sshd
tcp6 0 0 [::]:http [::]:* LISTEN 9631/apache2
5 Replies
Unable to access local server status for Apache at <http: mydomain.com="" server-status?auto="">?auto: 400 URL must be absolute</http:>
I've gone through the troubleshooting steps. dpkg-reconfigure says it loads this URL just fine and that everything is configured correctly. I've also verified using lynx locally that this URL responds with the apache status page that one would expect.
My Apache.conf looks like:
location
Any idea which URL is being referred to as not absolute?
location
or, if you have something weird going on with your vhost,
location
You can test if Apache is serving infor by curl'ing the URL like so:
curl
You should get back something like:
Total Accesses: 22632
Total kBytes: 186726
CPULoad: .0180561
Uptime: 480226
ReqPerSec: .0471278
BytesPerSec: 398.161
BytesPerReq: 8448.54
BusyWorkers: 1
IdleWorkers: 74
ConnsTotal: 0
ConnsAsyncWriting: 0
ConnsAsyncKeepAlive: 0
ConnsAsyncClosing: 0
Scoreboard: ___W_______________________________________________________________________...........................................................................
The <> were the problems. You might want to update