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

Re: how to disable mod_perl in a subdir?

2002-02-28 Thread Dan Baker
the host has that commented out for some reason: Alias /cgi-bin/ /home/seniordiscounts/cgi-bin/ Location /cgi-bin SetHandler perl-script #PerlHandler Apache::PerlRun PerlHandler Apache::Registry Options +ExecCGI /Location please explain how PerlRun might be better?

Re: how to disable mod_perl in a subdir? Directory vs Location

2002-02-28 Thread Dan Baker
Rick Myers wrote: On Feb 27, 2002 at 21:14:00 -0700, Dan Baker wrote: I am working with a host that has everything under /cgi-bin running mod_perl by default, and well as using EmbPerl to run the dynamic pages This begs the question, how are they doing that? I mean, if they're

Re: how to disable mod_perl in a subdir? Directory vs Location

2002-02-28 Thread Rick Myers
On Feb 28, 2002 at 05:54:07 -0700, Dan Baker wrote: Rick Myers wrote: On Feb 27, 2002 at 21:14:00 -0700, Dan Baker wrote: I am working with a host that has everything under /cgi-bin running mod_perl by default, and well as using EmbPerl to run the dynamic pages This begs the

Re: how to disable mod_perl in a subdir?

2002-02-27 Thread Marc Slagle
Maybe you can try Apache::PerlRun instead of Apache::Registry for the directories that you need to run those scripts. The perldocs show how to set it up. Marc Slagle - Original Message - From: Dan Baker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 11:14 PM