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

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 > > > SetHandler perl-script > PerlHandler HTML::Mason >

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

2002-05-14 Thread Tim Tompkins
://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 > > SetHandler d

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 > > > > SetHandler default-handler > > > >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 startup.pl" statement in yo

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

2002-05-14 Thread Erchinger, Ethan
> Try > > SetHandler default-handler > 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 about this subject fro

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

2002-05-14 Thread Tim Burden
Try SetHandler default-handler - 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 from earlier this year.