On Wed, Jul 13, 2016 at 10:16 AM, Theo Sweeny <theo.swe...@madgex.com> wrote:
> Thank you Daniel.
>
>
>
> At the moment it is set to –
>
>
>
> STATUSURL="http://localhost:80/server-status";
>
>
>
> Should it be configured like so when there are multiple sites?
>
>
>
> STATUSURL="http://www.site1.com:80/server-status;
> http://www.site2.com:80/server-status; http://www.site3.com:80/server-status";

No, the output of mod_status is identical on all vhosts. If you get
“Host not found”
for localhost, you should fix your /etc/hosts. You also may have to
unset http_proxy
and related variables, if you have them in your environment.

rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to