rver /bin/php
AddHandler php-fastcgi .php
Action php-fastcgi /bin/php
Options +ExecCGI
SetHandler fastcgi-script
Thank you in advance for your help
Best regards
Stephane Rozes
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Server /bin/php <= path in my chrooted env (ie
/usr/local/apache/bin)
AddHandler php-fastcgi .php
<= root directory for my ".php" files
SetHandler fastcgi-script
Action php-fastcgi /bin/php
and I have the error messages when I try to start the Apache web
server: