Hi
I just ran into a rather serious problem trying to mix modperl and php. (I'm using
Vladimir Ivaschenko's RPM - Apache 1.3.9/Modperl 1.21/PHP 3.0.12 - under redhat 6.1)
and I'm hoping someone can shed some light on how to proceed.
the problem is that whenever I specify modperl as a handler (any modperl handler -
even log-phase) for a directory (or location), the php engine doesn't get invoked for
php files in that dir (or location). even if the modperl content handler returns
DECLINED. instead, it appears that the default-handler gets invoked at the content
phase, resulting in the unparsed php doc being sent to the browser, with a mime-type
of x-httpd-php3 no less... ouch...
no modperl handler no problem... (meaning if I remove the "SetHandler perl-script"
config directive php works fine).
...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?
thanks in advance
darius archer
[EMAIL PROTECTED]