M A wrote:
LoadModule php4_module modules/libphp4.soThe first line is only required if you compiled apache --with-shared (to allow DSO modules) and php --with-apxs (to compile php as a DSO module).
AddType application/x-httpd-php .php
It sounds as though you have compiled them to have PHP compiled into Apache itself rather than as a module. If so you do not need the that line.
HTH
Chris
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php