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
Is that rewrite rule (~line 101) turning everything into an index.php?
Sent from my gPhone
On Jan 13, 2010 11:02 AM, "Perrin Harkins" wrote:
On Wed, Jan 13, 2010 at 7:28 AM, Kevin Thorpe
wrote:
> I tried stripping everything out as suggested and ended up with only the >
basic httpd.conf and
On Wed, Jan 13, 2010 at 7:28 AM, Kevin Thorpe
wrote:
> I tried stripping everything out as suggested and ended up with only the
> basic httpd.conf and perl.conf installed, still no joy.
There's still a ton of stuff in there. You need to take all of the
Files, Location, and Directory stuff out to
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
On Wed, 13 Jan 2010 13:28:03 +0100, Kevin Thorpe
wrote:
I tried stripping everything out as suggested and ended up with only the
basic httpd.conf and perl.conf installed, still no joy. Why is it
looking for index.php when I'm assking for a perl script? Config in
pastebin.
You happen to have
0 14:13
> To: Kevin Thorpe
> Cc: modperl@perl.apache.org
> Subject: Re: SetHandler perl-script not working
>
> On Tue, Jan 12, 2010 at 6:43 AM, Kevin Thorpe
> wrote:
> >
> > SetHandler perl-script
> > PerlResponseHandler Apache2::Status
> > Ord
On Tue, Jan 12, 2010 at 6:43 AM, Kevin Thorpe
wrote:
>
> SetHandler perl-script
> PerlResponseHandler Apache2::Status
> Order deny,allow
> Allow from all
>
>
> ...but I'm still getting 404 for the URL.
It sounds like something else in your config is intercepting the URL.
Try removin
Can you post the error message(s)? Theres nothing obviously wrong with
what you've got there.
Adam
Kevin Thorpe wrote:
> Hi all,
> I have a serious problem with sethandler perl-script not working.
> For testing I have enabled perl-status:
>
>
>
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 definite