Re: Turning off modperl in specific directories

2004-05-24 Thread Tom Schindl
t on the screen... do you know what I'm missing? chad -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 3:57 PM To: Chad Arimura Cc: [EMAIL PROTECTED] Subject: Re: Turning off modperl in specific directories Chad Arimura wrote: I setup ou

Re: Turning off modperl in specific directories

2004-05-24 Thread Drew Taylor
ssing? chad -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 3:57 PM To: Chad Arimura Cc: [EMAIL PROTECTED] Subject: Re: Turning off modperl in specific directories Chad Arimura wrote: I setup our server to handle requests through mod_perl wit

Re: Turning off modperl in specific directories

2004-05-24 Thread Tom Schindl
the screen... do you know what I'm missing? chad -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 3:57 PM To: Chad Arimura Cc: [EMAIL PROTECTED] Subject: Re: Turning off modperl in specific directories Chad Arimura wrote: I setup our server

Re: Turning off modperl in specific directories

2004-05-24 Thread Stas Bekman
chad -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 3:57 PM To: Chad Arimura Cc: [EMAIL PROTECTED] Subject: Re: Turning off modperl in specific directories Chad Arimura wrote: I setup our server to handle requests through mod_perl with the foll

RE: Turning off modperl in specific directories

2004-05-24 Thread Chad Arimura
ay 20, 2004 3:57 PM To: Chad Arimura Cc: [EMAIL PROTECTED] Subject: Re: Turning off modperl in specific directories Chad Arimura wrote: > > > I setup our server to handle requests through mod_perl with the following > directive: > > > > > > Options FollowSym

Re: Turning off modperl in specific directories

2004-05-21 Thread Jozef Kosoru
Hi, On Thu, May 20, 2004 at 16:02:43 -0700, Stas Bekman wrote: > >Sorry.. 2 hours of messing around, I decide to email the list, and 3 > >minutes later I figure out the problem. > > > >PerlHandler Apache::PerlRun > > The answer is wrong. It still runs under mod_perl, but in > "mod_cgi"-like mode,

Re: Turning off modperl in specific directories

2004-05-20 Thread Stas Bekman
Chad Arimura wrote: Sorry.. 2 hours of messing around, I decide to email the list, and 3 minutes later I figure out the problem. PerlHandler Apache::PerlRun The answer is wrong. It still runs under mod_perl, but in "mod_cgi"-like mode, not "mod_cgi". See my other reply. -- _

Re: Turning off modperl in specific directories

2004-05-20 Thread Stas Bekman
Chad Arimura wrote: I setup our server to handle requests through mod_perl with the following directive: Options FollowSymLinks ExecCGI Order allow,deny Allow from all SetHandler perl-script PerlHandler Apache::Registry There is a subdirectory underneath there that I do NOT

RE: Turning off modperl in specific directories

2004-05-20 Thread Chad Arimura
] Sent: Thursday, May 20, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: Turning off modperl in specific directories     I setup our server to handle requests through mod_perl with the following directive:   Options FollowSymLinks ExecCGI Order allow,deny Allow from all   SetHandler perl

Turning off modperl in specific directories

2004-05-20 Thread Chad Arimura
  I setup our server to handle requests through mod_perl with the following directive:   Options FollowSymLinks ExecCGI Order allow,deny Allow from all   SetHandler perl-script PerlHandler Apache::Registry          There is a subdirectory underneath there that I do NOT wan