I had no problem installing php4 as sapi module and php5 as cgi executeable.
The server starts with no error messages. BUT, when I try opening a file
(phpinfo.php5 with content <?php phpinfo(); ?> the server return a 500
Internal Server Error.
Have the following lines added to httpd.conf

LoadModule php4_module "D:/php/sapi/php4apache2.dll"
ScriptAlias /php5/ "D:/php5/"
Action application/x-httpd-php5 /php5/php.exe
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php5 .php5




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

Reply via email to