Matt M Siti-Itdieee Garrett wrote:

> I have build PHP 4.3.1 quite happily using
> ./configure  --with-apxs=/local/apache/bin/apxs --prefix=/local/php4 
> --with-config-file-path=/local/php4/lib
> 
> Done make , make install
> 
> Added the following to httpd.conf file
> 
> LoadModule php4_module        libexec/libphp4.so
> ScriptAlias /php/ /local/apache/php/
> AddType application/x-httpd-php .php
> <Directory "/local/apache/php">
> AllowOverride None
> Options ExecCGI

I guess this one is the culprit. Everything above this line is ok for
mod_php, but this ExecCGI is only needed for CGI mode.

Regards...
                Michael

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to