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

2002-05-14 Thread Tim Burden
Try Location /yadda-yadda SetHandler default-handler /Location - Original Message - From: Erchinger, Ethan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 11:50 AM Subject: How to disable mod_perl in a subdir (apache) Hi all, I saw a posting about this subject

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 Drew Taylor
At 08:58 AM 5/14/02 -0700, Erchinger, Ethan wrote: 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? If you have a PerlRequire

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

2002-05-14 Thread Tim Tompkins
http://www.arttoday.com/ http://www.rebelartist.com/ -- - Original Message - From: Erchinger, Ethan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 8:58 AM Subject: RE: How to disable mod_perl in a subdir (apache) Try

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

2002-05-14 Thread Erchinger, Ethan
I have it setup that way, thanks, still no dice. Subject: Re: How to disable mod_perl in a subdir (apache) Make sure you put it after the Location directive that sets HTML::Mason Location / SetHandler perl-script PerlHandler HTML::Mason /Location /Location /yadda-yadda

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 is