http://marc.theaimsgroup.com/?l=php-dev&m=101180222102820&w=2
you must replace :Thank you,
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>
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
