Custom debugger subs and Apache::DB

2006-07-10 Thread R Koch
Hi, I'm having some trouble working with Apache::DB. I would like to override the debugger subs DB::DB and DB::sub with my own custom versions. I tried several tips found on here and clpm, but can't quite get it to work. I'm running Perl 5.8.8, mod_perl 2, apache 2.0.55, Freebsd 5.5. Here's what

Re: Custom debugger subs and Apache::DB

2006-07-10 Thread Philip M. Gollucci
R Koch wrote: want. I don't want an interactive debugger, instead I want to generate profiling logs based on my custom DB::DB and DB::sub routines. Maybe Why not use Apache::DProf part of Apache::DB ? -- Philip M.

Re: $PerlConfig broken

2006-07-10 Thread Geoffrey Young
this patch seems to have stalled: http://marc2.theaimsgroup.com/?l=apache-modperl-devm=114021879222434w=2 can you give it a whirl and see if it fixes things? Thanks! It doesn't fix the bug I reported. But it brings me closer to a workaround. It allows me to write the

Problem with undeclared identifiers (declared in apr_file_io.h, apr_errno.h)

2006-07-10 Thread Kim Leng Goh
Hi all, I'm using apr-0.9.12, apr-util-0.9.12, httpd-2.0.58 and mod_perl-2.0.2 and gcc-3.2.2-5: snip ~/mod_perl-2.0.2$ perl Makefile.PL MP_APXS=/usr/sbin/apxs Reading Makefile.PL args from @ARGV MP_APXS = /usr/sbin/apxs no conflicting prior mod_perl version found - good. Configuring

Re: $PerlConfig broken

2006-07-10 Thread Philippe M. Chiasson
Geoffrey Young wrote: this patch seems to have stalled: http://marc2.theaimsgroup.com/?l=apache-modperl-devm=114021879222434w=2 can you give it a whirl and see if it fixes things? Thanks! It doesn't fix the bug I reported. But it brings me closer to a workaround. It allows me

[QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Evan Kaufman
I'm running a Gentoo Linux server using Apache 2.0.55-r1 with Perl 5.8.8, and just recently installed mod_perl 2.0.1-r2. However, mod_perl just doesnt seem to work. I get no errors when apache starts up, and theres nothing in apache's error log except some unrelated 404s. It [mod_perl]

RE: mod_perl/httpd.conf/database

2006-07-10 Thread Terry, Jason
It's been several years since I did this (originally in apache 1.x)... but when I upgraded to apache 2 it still worked. Not sure where the documentation for this is... In your httpd.conf file Perl $VirtualHost{www.domain.com:80} = { 'ServerAdmin' = '[EMAIL PROTECTED]', 'DocumentRoot' =

Re: [QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Evan Kaufman
You need to do more debugging to find out if your requests are going through mod_perl or not. For example, you could add a warn of $ENV{MOD_PERL} in your test script and see what shows up in the log. Nope, nothing in the error log. Apache isnt executing the .pl file, just serving it up as a

Re: [QUESTION] mod_perl isnt having any effect...perhaps I've misconfigured?

2006-07-10 Thread Perrin Harkins
On Mon, 2006-07-10 at 16:05 -0500, Evan Kaufman wrote: You need to do more debugging to find out if your requests are going through mod_perl or not. For example, you could add a warn of $ENV{MOD_PERL} in your test script and see what shows up in the log. Nope, nothing in the error log.

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC3

2006-07-10 Thread Philip M. Gollucci
Bojan Smojver wrote: On Tue, 2006-07-11 at 05:47 +1000, Bojan Smojver wrote: What's the MD5 supposed to be? Sorry. I'm getting here: 3b8b52c261c72adc971b656ca77f6eab libapreq2-2.08-RC3.tar.gz [EMAIL PROTECTED] /home/pgollucci/public_html/apreq2 rv=0 52 md5 libapreq2-2.08-RC3.tar.gz

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC3

2006-07-10 Thread Philip M. Gollucci
Bojan Smojver wrote: On Mon, 2006-07-10 at 13:27 -0700, Philip M. Gollucci wrote: 3b8b52c261c72adc971b656ca77f6eab libapreq2-2.08-RC3.tar.gz [EMAIL PROTECTED] /home/pgollucci/public_html/apreq2 rv=0 52 md5 libapreq2-2.08-RC3.tar.gz MD5 (libapreq2-2.08-RC3.tar.gz) =

question: ssl login

2006-07-10 Thread Jonathan
i need to lock down a login/registration/password system under ssl i've never done this stuff before the mod_perl ssl stuff is a bit lacking in docs, so off of things i've read in misc places and the 1.0 guide, i have a few questions: a- is this correct: the recommended place to

Re: Custom debugger subs and Apache::DB

2006-07-10 Thread R Koch
On 7/10/06, Philip M. Gollucci [EMAIL PROTECTED] wrote: Why not use Apache::DProf part of Apache::DB ? I did try that first, but I couldn't get it to work at all. I exactly followed the examples in the module's documentation, and apache runs with Apache:Dprof loaded; but I never got an output