I am trying to install php 4.2.3 with apache 2.0.43 on window 2000. I copy php4ts.dll to winnt/system32 and add the following at the end of my apache config file per install instruction.
LoadModule php4_module c:/php/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php But after I did that, my apache fails to start and I don't see there is any error in the apache log. Do I miss something else? Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php