You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by James Godrej <ja...@yahoo.in> on 2010/07/25 07:48:37 UTC

[users@httpd] GUI for debugging Apache

Is there any GUI for viewing Apache headers which are being served by a chain 
of Reverse Proxy Servers.
I have a cloud which uses a few Proxy Servers in between the client and actual 
server which has to serve the original request.
All servers are Unix Servers.



And if there is a problem which I do not get a clue to then to be able to post 
them here 
downloading and doing an ftp of those headers with all the logs ,
loging in each time to each proxy server and Opening the browser and exporting 
the 
X display to some remote server each time from the chain and then observing 
HTTP_RESPONSES and checking the request from each of those servers and then 
posting log with configuration and response takes at least 2-3 hours to type an 
email.

Is there a shorter way to do so?


Re: [users@httpd] GUI for debugging Apache

Posted by Eric Covener <co...@gmail.com>.
On Sun, Jul 25, 2010 at 1:48 AM, James Godrej <ja...@yahoo.in> wrote:
> Is there any GUI for viewing Apache headers which are being served by a
> chain
> of Reverse Proxy Servers.
> I have a cloud which uses a few Proxy Servers in between the client and
> actual
> server which has to serve the original request.
> All servers are Unix Servers.
>
>
>
> And if there is a problem which I do not get a clue to then to be able to
> post
> them here
> downloading and doing an ftp of those headers with all the logs ,
> loging in each time to each proxy server and Opening the browser and
> exporting
> the
> X display to some remote server each time from the chain and then observing
> HTTP_RESPONSES and checking the request from each of those servers and then
> posting log with configuration and response takes at least 2-3 hours to type
> an
> email.
>
> Is there a shorter way to do so?
>

You could use mod_unique_id to log an identifier and write a simple
script to collect the log entries.  I doubt you'll find a GUI that
will collect the headers from the logs/servers/interfaces, much less
one you'd be happy with.

-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
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