Re: Major memory leak, advice diagnosing

2010-10-28 Thread harish kulkarni
hello, apache used apr mem management apis.. and there are pools formed for each conn, request out of the global pool which never gets freed. ( from my earlier apache knowledge.. i hope this persists even today). it's little hard to track where and why the pool sizes increasing.. one

Re: mod_fcgid does not appear to bound max processes

2010-10-28 Thread Jeff Trawick
On Wed, Oct 27, 2010 at 6:30 PM, Edward Z. Yang ezy...@mit.edu wrote: Hello Jeff, We tested the latest version of mod_fcgid in trunk (r1028094) and found that, while the total number of fcgis did not explode and overwhelm the server, that after a ramp up time new FCGIs were not being spawned

Re: Clean shutdown on Windows

2010-10-28 Thread Jeff Trawick
On Tue, Oct 26, 2010 at 4:46 PM, Gregg L. Smith li...@glewis.com wrote: Jeff, In the next day or two while doing this, could please have a look at PR 48949. Hi Gregg, I may have misunderstood, but the fix seems to be from Tom Donovan, which he submitted to a different project. In general we

Re: Clean shutdown on Windows

2010-10-28 Thread William A. Rowe Jr.
On 10/28/2010 8:06 AM, Jeff Trawick wrote: On Tue, Oct 26, 2010 at 4:46 PM, Gregg L. Smith li...@glewis.com wrote: Jeff, In the next day or two while doing this, could please have a look at PR 48949. Hi Gregg, I may have misunderstood, but the fix seems to be from Tom Donovan, which

Re: Clean shutdown on Windows

2010-10-28 Thread Nick Kew
On 28 Oct 2010, at 14:26, William A. Rowe Jr. wrote: I may have misunderstood, but the fix seems to be from Tom Donovan, which he submitted to a different project. Tom is a committer these days, isn''t he? e.g. I could not take Nick Kew's mod_proxy_html.c and commit it here... but he could

Re: Clean shutdown on Windows

2010-10-28 Thread William A. Rowe Jr.
On 10/28/2010 9:04 AM, Nick Kew wrote: Just for the record, I once offered it for inclusion. The verdict of dev@ was that the dependency on a library the size of libxml2 was a showstopper, which seemed (and seems) fair enough. And in hindsight, looking at the state of libexpat, I'm sort of

Re: Clean shutdown on Windows

2010-10-28 Thread Gabriel Petrovay
On Thu, Oct 28, 2010 at 4:14 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: And in hindsight, looking at the state of libexpat, I'm sort of wondering if this wasn't an 'oh, whoops!' apropos libexpat: do you know if libexpat.dylib is needed in the same directory with httpd in case the mac

Re: Clean shutdown on Windows

2010-10-28 Thread Jeff Trawick
On Tue, Oct 26, 2010 at 12:26 PM, Jeff Trawick traw...@gmail.com wrote: The biggest problem here is potentially waiting a long time for a specific child process before moving on to the next. That's potentially 30 seconds * huge-number.  Also, I think it is worthwhile setting up the code so

Re: mod_fcgid does not appear to bound max processes

2010-10-28 Thread Jeff Trawick
On Thu, Oct 28, 2010 at 8:57 AM, Jeff Trawick traw...@gmail.com wrote: On Wed, Oct 27, 2010 at 6:30 PM, Edward Z. Yang ezy...@mit.edu wrote: Hello Jeff, We tested the latest version of mod_fcgid in trunk (r1028094) and found that, while the total number of fcgis did not explode and overwhelm

Re: mod_fcgid does not appear to bound max processes

2010-10-28 Thread William A. Rowe Jr.
On 10/28/2010 2:04 PM, Jeff Trawick wrote: On Thu, Oct 28, 2010 at 8:57 AM, Jeff Trawick traw...@gmail.com wrote: When somebody gets time/gumption I'm sure there will be a way to share apps across vhosts but that seems ugly to sanity check the feasibility (i.e., refuse to allow vhost-specific

Cipher suite used in default Apache

2010-10-28 Thread smu johnson
Hi, This is my first post. How's it going? I managed to get OpenSSL 0.9.8g and Apache/2.2.12 working together, but I never defined what cipher rules I want to allow. Unfortunately, I cannot figure out a single way for apache2ctl to tell me what ciphers apache is using. Not what it supports,

Re: Cipher suite used in default Apache

2010-10-28 Thread Eric Covener
On Thu, Oct 28, 2010 at 5:30 PM, smu johnson smujohn...@gmail.com wrote: I managed to get OpenSSL 0.9.8g and Apache/2.2.12 working together, but I never defined what cipher rules I want to allow. Unfortunately, I cannot figure out a single way for apache2ctl to tell me what ciphers apache is

Re: Cipher suite used in default Apache

2010-10-28 Thread Mark Montague
On October 28, 2010 17:30 , smu johnson smujohn...@gmail.com wrote: Unfortunately, I cannot figure out a single way for apache2ctl to tell me what ciphers apache is using. Not what it supports, but what it is currently allowing when clients use https://. You can configure httpd to log

Re: Cipher suite used in default Apache

2010-10-28 Thread smu johnson
Many thanks. On Thu, Oct 28, 2010 at 2:53 PM, Mark Montague m...@catseye.org wrote: On October 28, 2010 17:30 , smu johnson smujohn...@gmail.com wrote: Unfortunately, I cannot figure out a single way for apache2ctl to tell me what ciphers apache is using. Not what it supports, but what

Re: mod_fcgid does not appear to bound max processes

2010-10-28 Thread Edward Z. Yang
Hello, Latest trunk segfaults for us. Program received signal SIGSEGV, Segmentation fault. 0x7f37938786f8 in pm_main () from /etc/httpd/modules/mod_fcgid.so (gdb) gcore /root/core.fcgid Saved corefile /root/core.fcgid (gdb) bt #0 0x7f37938786f8 in pm_main () from

Re: Cipher suite used in default Apache

2010-10-28 Thread William A. Rowe Jr.
On 10/28/2010 4:42 PM, Eric Covener wrote: On Thu, Oct 28, 2010 at 5:30 PM, smu johnson smujohn...@gmail.com wrote: I managed to get OpenSSL 0.9.8g and Apache/2.2.12 working together, but I never defined what cipher rules I want to allow. Unfortunately, I cannot figure out a single way for