MP2 - Apache 2.2, virtual host, .PHP script does not run

2009-03-08 Thread Edward Bosco
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.

Re: MP2 - Apache 2.2, virtual host, .PHP script does not run

2009-03-08 Thread Dondi M. Stroma
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