apache MaxClients and locking up

2007-02-08 Thread John ORourke
Hi folks, Not sure if this is mod_perl related but the logic goes I've never had this issue on a non-mod_perl server... I've got a busy server with quite a few problems, but one in particular is very odd. Occasionally the DB gets a bit bogged down and starts taking a while to respond

Re: MP 2.0.3 Apache 2.2.3 - auth tests fail

2007-02-08 Thread Geoffrey Young
Or just have a look at this patch ;-) wicked cool! -ok t_cmp(Apache2::ServerUtil::get_server_version, +ok t_cmp(Apache2::ServerUtil::get_server_description, all the tests will need some sort of get_min_apache_version() foo wrapping, no? other than that, excellent. gozer++

Re: apache MaxClients and locking up

2007-02-08 Thread Perrin Harkins
On 2/8/07, John ORourke [EMAIL PROTECTED] wrote: Occasionally the DB gets a bit bogged down and starts taking a while to respond (optimisations are being done at the mo), and after a while in the error log I get: [Wed Feb 07 12:35:53 2007] [error] server reached MaxClients setting, consider

Re: apache MaxClients and locking up

2007-02-08 Thread Jonathan Vanasco
On Feb 8, 2007, at 8:31 AM, Perrin Harkins wrote: Apache will accept more connections but they will just get queued. This is described in the docs for the MaxClients setting. What makes you think the server is doing nothing? Maybe it's simply waiting for slow database results. Have you

Strange characters in output when filtered through mod_perl

2007-02-08 Thread Aaron Hawryluk
Hi list, I'm having trouble with mod_perl 2.0 (latest stable build) - I have it set up to run all my old cgi programs through an aliased directory (perl-bin-cgi-bin with the mod_perl filters turned on in apache). However, when running under mod_perl, my output gets garbled characters added to

script to test Apache2::Request

2007-02-08 Thread Jeff Y
I installed Apache2::Request by using CPAN and # perl -MApache2::Request -e 'print installed!\n' returns the good result. Do you have a Perl script that can be used to test if Apache2::Request works or not when the script is called from URL? Thanks a lot. Jeff

Re: Strange characters in output when filtered through mod_perl

2007-02-08 Thread Randy Kobes
On Thu, 8 Feb 2007, Aaron Hawryluk wrote: Hi list, I'm having trouble with mod_perl 2.0 (latest stable build) - I have it set up to run all my old cgi programs through an aliased directory (perl-bin-cgi-bin with the mod_perl filters turned on in apache). However, when running under mod_perl,