A file that works - store.php - containing html and php under the /webutils
location - will not now render as a web page; the browser wants to download
the file.
Does mod_perl prevent the operation of a PHP script?
Commenting out the Sethandler and PerlAuthzHandler lines permits normal
operation.
I don't think the SetHandler is supposed to be there if you don't want it to
handle the response phase.
http://perl.apache.org/docs/2.0/user/config/config.html#C_SetHandler_
"The SetHandler directive is only relevant for response phase handlers. It
doesn't affect other phases"
- Original