RE: SetHandler perl-script not working
"Kevin Thorpe" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <LE874EAFB6EE24af3BBFFCC7881B6E056.1263385712.linux.pricetrak.com@MHS> |
Sorry, forgot to strip out. Was commented out for test and I had to put it back to get my site working. RewriteEngine wasn't on anyway and I was watching rewritelog (level 9) as well as access_log and error_log so no rewrite there > -----Original Message----- > From: Cosimo Streppone [mailto:[email protected]] > 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 > <[email protected]> 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 a redirect rule at line 101 that looks like: > > RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] > > are you sure that is correct? > > -- > Cosimo