Re: MP2 Script within another script AND via SSI

2006-07-11 Thread Jonathan Vanasco
On Jul 11, 2006, at 9:50 AM, cfaust-dougot wrote: pa ckage SCRIPTS::ParseNav; use strict; use vars qw($r); ## Set some Constants # Template Path $ENV{'HTML_TEMPLATE_ROOT'} = xxx"; Perhaps an issue of style, but would that

Re: MP2 Script within another script AND via SSI

2006-07-11 Thread Michael Peters
Perrin Harkins wrote: > On Tue, 2006-07-11 at 09:50 -0400, cfaust-dougot wrote: > >> What I have below works, but for some reason I'm not all that > comfortable with >> it.. Could someone tell me if I'm doing anything evil with my > approach?? > > Looks fine to me. SSI virtual includes are qui

RE: MP2 Script within another script AND via SSI

2006-07-11 Thread cfaust-dougot
Title: Re: MP2 Script within another script AND via SSI Thanks Perrin, don't know why it was bothering me soo much, but I feel better now!! From: Perrin Harkins [mailto:[EMAIL PROTECTED]Sent: Tue 7/11/2006 11:03 AMTo: cfaust-dougotCc: modperl@perl.apache.orgSubject: Re: MP2 Script withi

Re: question: ssl login

2006-07-11 Thread Perrin Harkins
On Mon, 2006-07-10 at 21:52 -0400, Jonathan wrote: > a- is this correct: > the recommended place to run ssl through is some sort of proxy? Yes. > b-in that scenario, is there any way to make sure that a login > happened via SSL ? There are many ways you could do it. You can proxy tr

Re: Custom debugger subs and Apache::DB

2006-07-11 Thread Perrin Harkins
On Mon, 2006-07-10 at 23:09 -0400, R Koch wrote: > 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 a

Re: MP2 Script within another script AND via SSI

2006-07-11 Thread Perrin Harkins
On Tue, 2006-07-11 at 09:50 -0400, cfaust-dougot wrote: > What I have below works, but for some reason I'm not all that comfortable with > it.. Could someone tell me if I'm doing anything evil with my approach?? Looks fine to me. SSI virtual includes are quite efficient with mod_perl. - Perrin

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

2006-07-11 Thread Evan Kaufman
To check if mod_perl is loading at all, you could put some warns in your module that you load with PerlModule, or PerlRequire a startup.pl that logs something. i think i found the problem, its something specific to the linux distro i'm using (gentoo) thats preventing mod_perl from ever loading. i

MP2 Script within another script AND via SSI

2006-07-11 Thread cfaust-dougot
Morning All,   What I have below works, but for some reason I'm not all that comfortable with it.. Could someone tell me if I'm doing anything evil with my approach??   MP2 (ParseNav.pm) Script Description: Needed a script to create page navigation, the nav needs to be called within other MP2 sc

Re: Custom debugger subs and Apache::DB

2006-07-11 Thread Philip M. Gollucci
R Koch wrote: > 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

Re: question: ssl login

2006-07-11 Thread Philip M. Gollucci
Jonathan wrote: > a- is this correct: > the recommended place to run ssl through is some sort of proxy? > ie: > internet ||| -> Load Balancer ( ssl ) -> cluster ( mod_perl / > vanilla / etc ) > internet ||| -> Apache Port 80/443 ( ssl + vanilla ) -> mod_perl > ( port 8000 )

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC3

2006-07-11 Thread Bojan Smojver
On Mon, 2006-07-10 at 13:41 -0700, Philip M. Gollucci wrote: > Works fine, I just untarred it here: > http://people.apache.org/~pgollucci/apreq/libapreq2-2.08 OK. I'm off to work now anyway - I'll try unpacking on machines there. -- Bojan

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC3

2006-07-11 Thread Bojan Smojver
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) = 3b8b52c261c72adc971b656ca77f6eab

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC3

2006-07-11 Thread Bojan Smojver
On Sat, 2006-07-08 at 03:39 -0700, Philip M. Gollucci wrote: > Please download, test, and VOTE on the following > candidate tarball: > > http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC3.tar.gz Weird. I'm getting errors when unpacking the tarball: ---