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
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
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
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
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
7;t been able to explain.
Any suggestions to investigate will also be very helpful.
Thanks and regards
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
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
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
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
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
11 matches
Mail list logo