[us...@httpd] configure apache to parse php

2010-08-15 Thread e-letter
Readers, According to the php manual, apache should be configured to parse php, e.g.: FilesMatch \.php$ SetHandler application/x-httpd-php /FilesMatch Apparently this should be part of the addtype directive. I don't understand which file I am to edit and add the code shown above. Can

Re: [us...@httpd] configure apache to parse php

2010-08-15 Thread Nerius Landys
According to the php manual, apache should be configured to parse php, e.g.: FilesMatch \.php$    SetHandler application/x-httpd-php /FilesMatch Apparently this should be part of the addtype directive. I don't understand which file I am to edit and add the code shown above. Can somebody

Re: [us...@httpd] configure apache to parse php

2010-08-15 Thread Nick Kew
On 15 Aug 2010, at 16:56, e-letter wrote: Readers, According to the php manual, apache should be configured to parse php, e.g.: FilesMatch \.php$ SetHandler application/x-httpd-php /FilesMatch That's one option, though AddHandler would be simpler. Apparently this should be part

Re: [us...@httpd] apache problem after replacing hard disk

2010-08-15 Thread J. Bakshi
On Sat, 14 Aug 2010 13:33:37 +0100 Nick Kew n...@webthing.com wrote: On 14 Aug 2010, at 11:13, joyd...@infoservices.in joyd...@infoservices.in wrote: . Could anyone suggest what is going wrong after replacing the disk ? Nope. But does EnableSendfile Off fix it? Thanks for the