Re: ModPerl handler

2011-05-18 Thread McCarrell, Jeff
http://perl.apache.org/docs/2.0/user/intro/start_fast.html There are a wealth of good (maybe even great) docs here that explain the request life cycle, configuration … pretty much everything you need to know. Happy reading! From: marco mailto:marcodis...@gmail.com>> Date: Wed, 18 May 2011 14:43:

ModPerl handler

2011-05-18 Thread marco
Hi, I'm writing an handler to execute with mod_perl. I want to associate an handler of type PerlPostConfigHandler. I write this code (filename=StartupLog.pm): #file:Apache/StartupLog.pm package Apache::StartupLog; use strict; use warnings; use Apache(); use Apache::Constants qw(OK);

Re: Install mod perl

2011-05-18 Thread marco
Il 18/05/2011 19.22, André Warnier ha scritto: marco wrote: Il 17/05/2011 22.33, André Warnier ha scritto: marco, under which version/distribution of Linux are you doing this ? (the answer I am looking for is something like Debian or Ubuntu or RedHat..) The reason I am asking you, is that e

Re: Install mod perl

2011-05-18 Thread André Warnier
marco wrote: Il 17/05/2011 22.33, André Warnier ha scritto: marco, under which version/distribution of Linux are you doing this ? (the answer I am looking for is something like Debian or Ubuntu or RedHat..) The reason I am asking you, is that each of these distributions has a "package" syst

Kill signals against single process daemon with Devel::NYTProf::Apache

2011-05-18 Thread rafiq
I am trying to profile mod-perl processes in a single process httpd with Devel::NYTProf::Apache. I use the following pattern: * start backgrounded httpd process with start=no (explicitly enabled later in the code) * request url against appropriate port * send TERM signal to apache pid * nytprofto

RE: APR does not understand this error code

2011-05-18 Thread Steve Hay
Torsten Förtsch wrote on 2011-05-17: > On Tuesday, May 10, 2011 21:15:29 Thomas den Braber wrote: >> In http://www.gossamer-threads.com/lists/modperl/dev/102357 it >> looks like it is solved. > > Thomas, could you please check if the patch at > > http://www.gossamer-threads.com/lists/modperl/de

Re: Install mod perl

2011-05-18 Thread marco
Il 17/05/2011 22.33, André Warnier ha scritto: marco, under which version/distribution of Linux are you doing this ? (the answer I am looking for is something like Debian or Ubuntu or RedHat..) The reason I am asking you, is that each of these distributions has a "package" system, which you

Re: Install mod perl

2011-05-18 Thread marco
Il 17/05/2011 22.33, André Warnier ha scritto: marco, under which version/distribution of Linux are you doing this ? (the answer I am looking for is something like Debian or Ubuntu or RedHat..) Hi Andrè, i want to install it in a Ubuntu 10.10. I have just installed Apache 2.2.18 and now I w

Kill signals against single process daemon with Devel::NYTProf::Apache

2011-05-18 Thread Raf
I am trying to profile mod-perl processes in a single process httpd with Devel::NYTProf::Apache. I use the following pattern: * start backgrounded httpd process with start=no (explicitly enabled later in the code) * request url against appropriate port * send TERM signal to apache pid * nytpr