For getting up and running php on WinXX box you need only:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll AddType application/x-httpd-php .php
To avoid the problem with removing 'mod_php4.c' try to find 'ClearModuleList' directive in httpd.conf and comment it, then restart the server once again
Hope this help,
boyan --
[EMAIL PROTECTED] wrote:
Apache 1.3.28 / PHP 4.3.3
hello, I tried to configure php as module SAPI of the apache web server, I put this line:
LoadModule php4_module D:/PHP4.3.3/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php
When I tested the configuration, I got this error:
Cannot remove module mod_php4.c: not found module list
I removed the "AddModule mod_php4.c" directive, restart the server, but
remain the same problem
Thanks for any help, I will really aprecciate your support, bye.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php