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 does not use mod_perl) for a certain
> location/virtual host.
> I thought this default-handler is cgi-script, but 
> 
> SetHandler cgi-script
> 
> in a virtual host does not do the trick.
What about 

<Location /plain-cgi/>
    SetHandler cgi-script
    Options ExecCGI
    allow from all
</Location>
 

-- 
 D_OMM      +---->  http://domm.zsi.at <-----+
 O_xyderkes |       neu:  Arbeitsplatz       |   
 M_echanen  | http://domm.zsi.at/d/d162.html |
 M_asteuei  +--------------------------------+


Reply via email to