Re: modperl interfering with php

2000-04-21 Thread darius archer
D'oh! ...so PerlHandler is the only hook that requires an apache SetHandler directive (in which case you run into the no-stacked-handlers problem), and all the others only need the appropriate Perl*Handler directive? maybe I didn't RTFM as well as I thought... thanks! darius On 4/20/00 at

Re: modperl interfering with php

2000-04-20 Thread Doug MacEachern
...so if I want to protect a directory with a custom Authen/Authz or Access handler, php won't parse! is this familiar territory for anyone? just remove 'SetHandler perl-script', you don't need that to run Authen/Authz handlers.