Re: Can one use mod_proxy post the Authentication phase in apache?

2006-03-23 Thread Jie Gao
On Thu, 23 Mar 2006, Jeff Nokes wrote: > Date: Thu, 23 Mar 2006 14:01:52 -0800 (PST) > From: Jeff Nokes <[EMAIL PROTECTED]> > To: modperl@perl.apache.org > Subject: Can one use mod_proxy post the Authentication phase in apache? > > Hi, > I'm trying to assist another dept. at my work, to provid

Can one use mod_proxy post the Authentication phase in apache?

2006-03-23 Thread Jeff Nokes
Hi, I'm trying to assist another dept. at my work, to provide a reverse-proxy service with our apache based mod_perl application. This other dept. wanted to leverage our custom PerlAuthenHandler for security reasons, yet they desire just a pass-thru proxy request to their application tier on b

Re: Perl/Apache - multiple threads/processes question

2006-03-23 Thread Frank Wiles
On Thu, 23 Mar 2006 13:24:41 -0800 (PST) Raghunath Verabelli <[EMAIL PROTECTED]> wrote: > I am new to Perl/Apache world, any suggestions > regarding my below question is appreciated. > > I have a web application (say A) developed using > Perl/CGI and running in Apache web server. > Now I have a n

Perl/Apache - multiple threads/processes question

2006-03-23 Thread Raghunath Verabelli
Hi All: I am new to Perl/Apache world, any suggestions regarding my below question is appreciated. I have a web application (say A) developed using Perl/CGI and running in Apache web server. Now I have a need to develop another application (say B) running asynchonously to update some of the table

Re: howto streamline warnings

2006-03-23 Thread Perrin Harkins
On Thu, 2006-03-23 at 05:00 +0100, Andreas J. Koenig wrote: > Is there a configurable connection between Apache::Log and > CORE::warn() or do I write a global $SIG{__WARN__}? I think the easiest approach is to use $SIG{__WARN__} for this. - Perrin

Re: [mp1] redirect in ErrorDocument

2006-03-23 Thread Carl Johnstone
> > Yet enabling "PerlSendHeader On" and doing: > > > > print "Location: $newurl\n\n"; > > > > works fine. > > What are the complete headers that sends? I'm guessing it sends a 200 > status and it only works because your browser is broken and follows the > redirect anyway. No, it does convert t

Re: mod_perl installation problem

2006-03-23 Thread Jonathan Vanasco
On Mar 23, 2006, at 9:10 AM, N L wrote: I write on Xterm the command: perl Makefile.PL MP_AP_PREFIX="path to apache2 directory" (because all file are in the same directory). It was fine ; After I wanted to do a "make test" and I get this error message : waiting 120 seconds for server to start:

mod_perl installation problem

2006-03-23 Thread N L
Hello , I am working on Mac Osx Tiger, I installed automaticly a package including apache2 , php5, MySQL4, and phpMyAdmin it is really clean and it is working fine but now I want to install with this the mod_perl module I saw one is able to install dynamic mod_perl if apache is already installed.

Re: Apache2/MP2 Segfaults when loading Text::Textile

2006-03-23 Thread Christopher H. Laco
BjXrn Erik Jacobsen wrote: > At 05:04 23.03.2006, you wrote: >> I'm working on a site running under Catalyst under ModPerl >> 2.0.2/Apache2.0.55. >> >> As soon as I tried loading Text::Textile in any way, apache segfaults, >> even when just doing apachectl configtest. >> >> Text::Textile is a pure

Re: Apache2/MP2 Segfaults when loading Text::Textile

2006-03-23 Thread Bj�rn Erik Jacobsen
At 05:04 23.03.2006, you wrote: > > I'm working on a site running under Catalyst under ModPerl > 2.0.2/Apache2.0.55. > > As soon as I tried loading Text::Textile in any way, apache segfaults, > even when just doing apachectl configtest. > > Text::Textile is a pure perl module, and uses Exporter. No