Yes, my apache.conf reads:
PerlSendHeader On.
> -Original Message-
> From: Drew Taylor [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 5:56 PM
> To: Bram Whillock
> Cc: 'Modperl List'
> Subject: Re: PerlRun, nothing but page header
>
> Have you
t I want to run under PerlRun.
Also, I removed the shebang line to confirm that it's not using the
shebang line to resolve the perl interpreter.
> -Original Message-
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 5:38 PM
> To: Bram Whillock
Apache error log says:
mod_perl/1.25
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 5:29 PM
> To: Bram Whillock
> Cc: Modperl List
> Subject: RE: PerlRun, nothing but page header
>
> On Mon, 2004-04-05 at 17
Bekman [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 5:15 PM
> To: Bram Whillock
> Cc: [EMAIL PROTECTED]
> Subject: Re: PerlRun, nothing but page header
>
> Bram Whillock wrote:
> > I recently built and got up and running apache 1.3.19 with mod_perl
and
> > mo
I recently built and got up and running apache 1.3.19 with mod_perl and
mod_ssl. I'm not receiving any error messages, but I cannot get any
output from a test page.
Apache.conf for the directory is as:
PerlWarn On
PerlTaintCheck On
PerlModule Apache::PerlRun
SetHandler perl-script