Re: [us...@httpd] When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerChild has been reached?

2010-08-03 Thread Matty Ronald
13, 2010 at 12:33 AM, Matty Ronald wrote: >> Hi All, >> >> Can anyone help me Why parent httpd process isn't spawning a new >> replacement child in a timely fashion, after MaxRequestsPerChild has >> been hit and the child worker httpd has exited. >> >

[us...@httpd] Urgent--what exactly "ssl_io_filter_Upgrade" function do in Apache 2.2.x

2010-08-02 Thread Matty Ronald
Hi, Please help me on below query: During migration from Apache 2.0 to Apache 2.2 and compiling the Apache 2.2.15 source code, we found following difference in the function "ssl_io_filter_register" in the file "ssl_engine_io.c". Apache 2.0 Source code: void ssl_io_filter_register(apr_pool_t *p)

[us...@httpd] In Apache 2.2.x Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited.

2010-07-12 Thread Matty Ronald
Hi All, Can anyone help me in Apache 2.2.x Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited. When and how does the parent pid get notified that it is time for the child to die because

[us...@httpd] When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerChild has been reached?

2010-07-12 Thread Matty Ronald
Hi All, Can anyone help me Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited. When and how does the parent pid get notified that it is time for the child to die because MaxRequestsPerCh

[us...@httpd] How to get Performing full renegotiation error log.

2010-06-14 Thread Matty Ronald
Hi All, Can anyone tell me the steps how to get this log error in “error_log” file of Apache 2.2. “modules/ssl/ssl_engine.kernel.c” /* do a full renegotiation */ ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server, "Performing full renegotiation: "

Re: [us...@httpd] Urgent help needed in creating new directive in http.conf.

2010-06-09 Thread Matty Ronald
Hi All, We want to skip a piece of code at run time in a module. In my opinion for above request we need to add a directive or modify the existing directive in configurations i.e. httpd.conf file for a specified user. Can you please let me know is this possible. Is there any way to do it. Please c

Re: [us...@httpd] Urgent help needed in creating new directive in http.conf.

2010-06-09 Thread Matty Ronald
Hi, Thanks for your response. I think this is for java based code and i could not find about velocity in apache. we want to add a directive in httpd.conf or http-ssl.conf( name ). Thanks Matty. On Wed, Jun 9, 2010 at 12:27 PM, Manoj Samtani wrote: > http://www.sergiy.ca/how-to-create-custom-di

[us...@httpd] Urgent help needed in creating new directive in http.conf.

2010-06-08 Thread Matty Ronald
Hi All, We want to introduce a new feature in apache which is required by our company. For which we need to add a directive in httpd.conf or http-ssl.conf. But I am clueless from where to start. Can anyone help me to from where I can start? Thanks Matty.