On Fri, 17 Nov 2000, mgraham wrote:
 
> Maybe another approach would be to explicitly list the handlers that
> are allowed to be used in any given context.  Kind of
> like 'Options', but for perl handlers.  Something like 'PerlOptions',
> perhaps?
> 
>     <Location /users>
>     PerlOptions "My::AuthHandler My::ContentHandler My::TransHandler"
>     </Location>

something like that is already implemented in mod_perl-2.0:
http://perl.apache.org/~dougm/modperl_2.0.html

probably will not happen for 1.xx

Reply via email to