On Tue, Jun 17, 2008 at 08:24, Savio Dias <[EMAIL PROTECTED]> 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


-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to