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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx