M A wrote:

LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
The 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).

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



Reply via email to