Re: disable mod_perl for certain virtual hosts/folders

2002-01-23 Thread Merlin
Hi peter, If I got, the problem is yours the problem about disabling mod_perl. You can do that with somthing like this: VirtualHost ... ... Location / SetHandler default-handler /Location /VirtualHost Merlin, The Mage Diz-se que Grande Mestre [EMAIL PROTECTED] disse outrora:

Re: disable mod_perl for certain virtual hosts/folders

2002-01-22 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: On my Apache mod_perl is generally enabled with the following statement: Directory /data/apache Files ~ \.pl$ SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI /Files /Directory you might have better luck

Re: disable mod_perl for certain virtual hosts/folders

2002-01-22 Thread pilsl
On Tue, Jan 22, 2002 at 08:31:02AM -0500, Geoffrey Young wrote: [EMAIL PROTECTED] wrote: On my Apache mod_perl is generally enabled with the following statement: Directory /data/apache Files ~ \.pl$ SetHandler perl-script PerlHandler Apache::Registry

Re: disable mod_perl for certain virtual hosts/folders

2002-01-22 Thread Geoffrey Young
Directory /data/apache AddHandler .pl perl-script PerlHandler Apache::Registry Options +ExecCGI /Directory thnx, but: This part doesnt make the problem. mod_perl works like a charm. Problem is how to deactivate it for a certain location ? well, only .pl files will be

Re: disable mod_perl for certain virtual hosts/folders

2002-01-22 Thread pilsl
On Tue, Jan 22, 2002 at 08:53:39AM -0500, Geoffrey Young wrote: Directory /data/apache AddHandler .pl perl-script PerlHandler Apache::Registry Options +ExecCGI /Directory thnx, but: This part doesnt make the problem. mod_perl works like a charm. Problem is how

Re: disable mod_perl for certain virtual hosts/folders

2002-01-22 Thread Thomas Klausner
Hi! On Tue, Jan 22, 2002 at 03:02:58PM +0100, [EMAIL PROTECTED] wrote: only pl-files are affected. Unfortunately I have some pl-files that must not run under mod_perl (even not under PerlRun cause they are really dirty) and I wonder if there is no way to set the orginal cgi-handler (that

disable mod_perl for certain virtual hosts/folders

2002-01-21 Thread pilsl
On my Apache mod_perl is generally enabled with the following statement: Directory /data/apache Files ~ \.pl$ SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI /Files /Directory Now I've couple of pl-files in a certain virtual host that dont