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,
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
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 it
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 tried
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 ra
> 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++
--Ge
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 (opti