You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by paul <pa...@subsignal.org> on 2007/04/09 00:54:16 UTC

[users@httpd] Re: Debugging mod_proxy for performance

Nilesh Bansal schrieb:
> Hi Alexey,
> 
> Thanks for your response. Yes I know there is someting wrong, and I
> need to find out what. I have tried both v2.2.3 and 2.2.4 of httpd.
> All options in config file were left to their default values, and I
> have only added two virtual hosts and few mod_proxy rules. We are
> running httpd on a machine with 4 AMD Opetran processors and 8GB RAM
> running RHEL 4. Any pointers to help me debug will be very helpful.
run apache in the foreground with strace:

strace -eopen /usr/sbin/apache2 -D FOREGROUND

for example will show all open() calls from apache, read the strace
manpage for details.

cheers
 Paul


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