How to disable mod_perl in a subdir (apache)

2002-05-14 Thread Erchinger, Ethan
Hi all, I saw a posting about this subject from earlier this year. I'm unable to make this work, and was hoping for some help. I have a Location directive for / (for the entire docroot). I would like to make one subdirectory not be handled by perl-script, but am unable to do so. Excerpt from

RE: How to disable mod_perl in a subdir (apache)

2002-05-14 Thread Erchinger, Ethan
Try Location /yadda-yadda SetHandler default-handler /Location I tried that as well. Do you think it could be the startup.pl (handler.pl), shouldn't that only get run when the handler is perl-script? EE Subject: How to disable mod_perl in a subdir (apache) Hi all, I saw a posting

RE: How to disable mod_perl in a subdir (apache)

2002-05-14 Thread Erchinger, Ethan
SetHandler default-handler /Location Regards, Tim Tompkins -- Programmer http://www.arttoday.com/ http://www.rebelartist.com/ -- - Original Message - From: Erchinger, Ethan [EMAIL

RE: How to disable mod_perl in a subdir (apache)

2002-05-14 Thread Erchinger, Ethan
At 08:58 AM 5/14/02 -0700, Erchinger, Ethan wrote: Do you think it could be the startup.pl (handler.pl), shouldn't that only get run when the handler is perl-script? If you have a PerlRequire startup.pl statement in your httpd.conf, startup.pl will always be run as Apache