Beginner question re. mod_perl

2008-05-17 Thread kropotkin
Hi I'm just trying to understand the basics, having set up my server to run mod_perl. say a request is made which via a Location directive and PerlResponseHandler directive is handled by my Perl module say Handler1.pm , ok a child process is spawned with mod_perl embedded which also loads and co

Re: Beginner question re. mod_perl

2008-05-17 Thread Torsten Foertsch
On Sat 17 May 2008, kropotkin wrote: > say a request is made which via a Location directive and > PerlResponseHandler directive is handled by my Perl module say Handler1.pm > , ok a child process is spawned with mod_perl embedded which also loads and > compiles Handler1.pm. Ok. If another request i

Re: Beginner question re. mod_perl

2008-05-17 Thread Sean Davis
On Sat, May 17, 2008 at 11:04 AM, kropotkin <[EMAIL PROTECTED]> wrote: > > Hi > > I'm just trying to understand the basics, having set up my server to run > mod_perl. > > say a request is made which via a Location directive and PerlResponseHandler > directive is handled by my Perl module say Handle

Apache::DBI. Is it running?

2008-05-17 Thread kropotkin
Hi I'm using Apache 2 and mod_perl2. And Apache::DBI 1.06. Despite using $Apache::DBI::DEBUG=1 #or 2 in my startup.pl script I cannot see any output in my error_log. This is the test I've seen for seeing if it is working. However I think it is because without it my badly written DBI code which