I'm having the same issue:
Code:
Unable to access local server status for Apache at <http://MYDOMAIN.com/server-status?auto>?auto: 400 URL must be absolute
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:
Code:
location <http://MYDOMAIN.com/server-status?auto>
Any idea which URL is being referred to as not absolute?