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

2009-03-09 Thread Edward Bosco
ser/config/config.html#C_SetHandler_ > > "The SetHandler directive is only relevant for response phase handlers. It > doesn't affect other phases" > > - Original Message - From: Edward Bosco > To: modperl@perl.apache.org > Sent: Sunday, March 08, 2009 5:11

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

2009-03-08 Thread Dondi M. Stroma
affect other phases" - Original Message - From: Edward Bosco To: modperl@perl.apache.org Sent: Sunday, March 08, 2009 5:11 PM Subject: MP2 - Apache 2.2, virtual host, .PHP script does not run A file that works - store.php - containing html and php under the /webutils location - will not now

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.