You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Savio Dias <sa...@gmail.com> on 2008/06/17 08:24:47 UTC

[users@httpd] Host details

Hi,


I have multiple webservers running apache behind a hardware load balancer.

Is there any apache module which will allow me to see the hostname of
each webserver in "view page source". This will help me debug any
issue pertaining to any specific web.

Any help would be highly appreciated.

Sav

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Host details

Posted by Krist van Besien <kr...@gmail.com>.
On Tue, Jun 17, 2008 at 08:24, Savio Dias <sa...@gmail.com> wrote:

> I have multiple webservers running apache behind a hardware load balancer.
>
> Is there any apache module which will allow me to see the hostname of
> each webserver in "view page source". This will help me debug any
> issue pertaining to any specific web.

There are ofcourse apache modules that manipulate page content. and
you might be able to use this, see for example SSI
(http://httpd.apache.org/docs/2.0/howto/ssi.html)
However this is not how I would do it. What I would do is add a
(custom) response header with the hostname. Maybe your loadbalancer
can do this, or you can do this in your webserver config. If you
install "LiveHTTPHeaders" in your webbrowser (I asume you use Firefox)
you can see the headers with "tools/page info" and so will see where
the page came from without having to tinker with the page content.

Krist


-- 
krist.vanbesien@gmail.com
krist@vanbesien.org
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org