> On Sun, 23 Dec 2007 14:35:51 -0800, "Philippe M. Chiasson" <[EMAIL
> PROTECTED]> said:
> Oh, are you trying to build mod_perl statically ?
Yes, I've always built it statically. I thought that is the default on linux.
>>> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson
On Dec 22, 2007, at 11:53 AM, Adam Prime wrote:
I believe in this situation what you want is $r->status
(Apache::Const::HTTP_OK). HTTP_OK and OK are not the same thing
at all.
It's a mean trick... one is an HTTP constant, the other is a
mod_perl constant ( ie HTTP_ prefix and no prefix )
On Dec 23, 2007, at 1:53 AM, [EMAIL PROTECTED] wrote:
I think the print magic only happens if you are running under
SetHandler perl-script, and not if you are running under SetHandler
modperl.
Ah, that seems to be it.
I never used perl-script ; I went straight for modperl when i did the
Andreas J. Koenig wrote:
>> On Sat, 22 Dec 2007 13:52:26 +0100, [EMAIL PROTECTED] (Andreas J.
>> Koenig) said:
>
>> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson" <[EMAIL
>> PROTECTED]> said:
> >> http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz
>
> > T
Andreas J. Koenig wrote:
>> On Sat, 22 Dec 2007 13:52:26 +0100, [EMAIL PROTECTED] (Andreas J.
>> Koenig) said:
>
>> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson" <[EMAIL
>> PROTECTED]> said:
> >> http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz
>
> > T
Andreas J. Koenig wrote:
>> On Fri, 21 Dec 2007 23:36:53 -0800, "Philippe M. Chiasson" <[EMAIL
>> PROTECTED]> said:
>
> > http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz
>
> Wow, what a fast release, thanks!
>
> But sorry, nope, it doesn't work on my linux box.
Sorry to h
I was getting blank pages until switching SetHandler back to perl-script.
(Eureka! Yet more evidence that MP does quietly handle loose compliance
until you turn it off !)
Thanks again Perrin for shedding light and sharing wisdom.
-w
On Dec 22, 2007 10:53 PM, <[EMAIL PROTECTED]> wrote:
> Quo
Thanks Perrin -- I tried this again and this worked but only after I changed
from modperl to perl-script (which took a bit of time to figure out).
So, I wanted to conform to 'SetHandler modperl' for both style, consistent
access to apache internals, and for optimizing general performance. I
viewe