Basel, Donnerstag, 25. März 2004, 20:10:14
.....................................

*stoping PerlInitHandler*


Hello mod_perl List


I've got the following apache vhost configuration:

        DefaultType text/html
        SetHandler perl-script
        
        <Location />
                PerlSetVar SessionTable WF_PUBLIC_SESSSION
                PerlSetVar SessionArea xxxxxxx
                PerlSetVar SessionTimeout +20m
                PerlInitHandler ITAS::Handler::Session
                PerlHandler ITAS::Handler::Mason
        </Location>

        <LocationMatch ^/(script|image|picture)/>
                SetHandler default-handler
        </LocationMatch>


The 'PerlInitHandler' is also called while calling the second location for
static output ^/(script|image|picture)/. How can I stop that? Or even
better stop any handler in that location at all?

 - The order of location does not matter.
 - PerlInitHandler undef doesn't work of course
 - Something like ITAS::Handler::Nothing

But of couse there is a nicer way ... Thanks


.....................................

Best Regards, Christian -  [EMAIL PROTECTED]  -





-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to