Sorry, I had taken that out to test but forgot to strip from the
pastebin. That's there for
Drupal which is just a huge clever 404 script.
From: Douglas Sims [mailto:ratsb...@gmail.com]
Sent: 13 January 2010 17:10
Cc: modperl@perl.apache.org; Kevin Thorpe
Subject: Re: SetHandler perl-scrip
o Streppone [mailto:cos...@streppone.it]
> Sent: 13 January 2010 12:31
> To: Kevin Thorpe
> Cc: Mod_perl users
> Subject: Re: SetHandler perl-script not working
>
> On Wed, 13 Jan 2010 13:28:03 +0100, Kevin Thorpe
> wrote:
>
> > I tried stripping everything out as suggest
.11.148] File does not
exist: /home/httpd/html/index.php
[Wed Jan 13 12:26:21 2010] [error] [client 10.20.11.148] File does not
exist: /home/httpd/html/index.php
http://pastebin.com/m56f4bd2b
> -Original Message-
> From: Perrin Harkins [mailto:phark...@gmail.com]
> Sent: 12 January 201
Hi all,
I have a serious problem with sethandler perl-script not working.
For testing I have enabled perl-status:
SetHandler perl-script
PerlResponseHandler Apache2::Status
Order deny,allow
Allow from all
...but I'm still getting 404 for the URL. I'm definitely reading
Kevin Thorpe wrote:
Hi, I have just upgraded from Apache1 to Apache2 and I am now having
problems with logging to my database.
I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie
sets $r->user in the PerlFixupHandler.
However reading $r->user in PerlLogHandler doesn
Vegard Vesterheim wrote:
On Thu, 5 Jun 2008 12:25:17 +0100 Kevin Thorpe <[EMAIL PROTECTED]> wrote:
Hi, I have just upgraded from Apache1 to Apache2 and I am now having
problems with logging to my database.
I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie
sets $r-&g
Hi, I have just upgraded from Apache1 to Apache2 and I am now having
problems with logging to my database.
I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets
$r->user in the PerlFixupHandler.
However reading $r->user in PerlLogHandler doesn't always return the
user set in