My apologies, I realized that after I sent it.  Actually that is incorrect.  This seems to be a fairly unknown answer as nobody was able to answer it for me in the past on either the php or apache groups.

http://marc.theaimsgroup.com/?l=php-dev&m=101180222102820&w=2

you must replace :

LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php

By

LoadModule php4_module modules/libphp4.so
<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
Thank you,
David

Daniel Lopez wrote:
[EMAIL PROTECTED]">
This question should be directed to the [EMAIL PROTECTED] list

You need to add the following:
AddType application/x-httpd-php .php

Daniel

On Mon, Feb 04, 2002 at 05:20:25PM -0500, David Ford wrote:
What does apache2 need in httpd.conf to properly shunt php files through 
the php engine before serving them?

Apparently it needs more than just Load libphp4.so

Note, I'm using php 4.1.1 with httpd_2_0 HEAD.

Thank you,
David





Reply via email to