-----Original Message-----
From: Isaac Horton
To: mod_perl
Sent: 6/20/01 6:44 PM
Subject: Sudden mod_perl weirdness

>I could really use some help. I checked in all the faq's and common
>problem
>sections to no avail. So hear is my problem, bearing in mind that I do
>not
>have my own server. I rent space, so all my problems are via the
>.htaccess
>file. Basically everything was fine and then poof I get internal server
>errors on all my web sites. My error logs are all complaining about the
>SetEnv and SetHandler directives even though I can use <perl></perl>
>sections with no problem. Any help would be appreciated.
>
>[Wed Jun 20 07:45:19 2001] [alert] [client 209.17.79.38]
>/usr/local/www/users/jpmktg/html/.htaccess: SetEnv not allowed here
>[Wed Jun 20 07:45:19 2001] [alert] [client 209.17.79.38]
>/usr/local/www/users/jpmktg/html/.htaccess: SetHandler not allowed here

looks like somebody took away your

AllowOverride FileInfo

setting - both have context bits of OR_FILEINFO

--Geoff

Reply via email to