[us...@httpd] httpd is creating large number of shared memory segments.

2009-06-25 Thread Chandranshu .
esses? I guess it has something to do with the following config: StartServers 2 MinSpareServers 10 MaxSpareServers 25 ServerLimit 1024 MaxClients 1024 MaxRequestsPerChild 4000 Thanks and regards Chandranshu

[us...@httpd] Re: httpd is creating large number of shared memory segments.

2009-06-26 Thread Chandranshu .
tarts? Thanks for your kind consideration, Chandranshu On Thu, Jun 25, 2009 at 5:43 PM, Chandranshu . wrote: > Hi > > We're running http-2.2.3 with preform MPM and host around 500 sites for > many users. We always do a graceful restart of the server lest some users > lose thei

Re: [us...@httpd] Re: httpd is creating large number of shared memory segments.

2009-06-26 Thread Chandranshu .
pache performance and am planning to change them as per the requirements of the server. Please let me know if there is any other config/statistics I can provide which will help in debugging the issue. Thanks much for your time, Chandranshu On Fri, Jun 26, 2009 at 3:47 PM, André Warnier

Re: [us...@httpd] Re: httpd is creating large number of shared memory segments.

2009-06-26 Thread Chandranshu .
helped me out. Regards Chandranshu On Fri, Jun 26, 2009 at 8:36 PM, Scott Gifford wrote: > "Chandranshu ." writes: > > > We changed our script that used to do a graceful restart to also > > record the number of shared memory segments before and after the > > r

Re: [us...@httpd] Zeus Subserver Equivalent in Apache2?

2009-07-02 Thread Chandranshu .
+ExecCGI You can check out http://httpd.apache.org/docs/2.2/sections.html for more details. You can further support different versions of PHP for your Legacy and Hosting packages using the AddHandler directive in a similar fashion. Hope this helps you and all the best! Regards Chandranshu On

[us...@httpd] Long running Apache 2.2 process

2009-07-28 Thread Chandranshu .
7;t been able to explain. Any suggestions to investigate will also be very helpful. Thanks and regards Chandranshu

[us...@httpd] Re: Long running Apache 2.2 process

2009-07-28 Thread Chandranshu .
lse we can try to track the request being served by that process? Thanks and regards Chandranshu On Tue, Jul 28, 2009 at 5:06 PM, Chandranshu . wrote: > Hi > > We are running Apache 2.2 and have setup PHP-CGI to serve PHP files. Today, > we observed that a php-cgi process has been r

Re: [us...@httpd] apache problems with number of cgi requests

2009-07-29 Thread Chandranshu .
uld enable mod_status with "ExtendedStatus On" and check whether your requests are taken up for processing by the httpd server. Please send the output generated by mod_status along with the apache config if your problem remains unsolved. Best of Luck Chandranshu On Wed, Jul 29, 2009

[us...@httpd] Re: Long running Apache 2.2 process

2009-07-30 Thread Chandranshu .
which a forked apache process will continue to run even when the root apache process has died off. Regards Chandranshu On Tue, Jul 28, 2009 at 6:54 PM, Chandranshu . wrote: > Hi > > We have now turned on mod_status and added the "ExtendedStatus On" > directive to httpd.c

Re: [us...@httpd] segmentation faults

2009-07-30 Thread Chandranshu .
Well, you can configure your system to generate a core dump on a segmentation fault and then use GDB to investigate it. Alternatively, you can directly attach this process in GDB, wait for a segmentation fault and then examine the stack to see what the program was doing. Regards Chandranshu On

[us...@httpd] RLimitMEM

2009-10-09 Thread Chandranshu .
o estimate the limit that RLimitMEM should enforce? Is there any alternative to RLimitMEM that does not take virtual memory size into account but rather the Resident Set Size or the private memory of those processes? Thanks and regards Chandranshu