[PHP-WIN] Re: Getting Apache 2.0.35 and PHP 4.2 to work on Win2k

2002-05-06 Thread alphapoet
The below worked for me on Win2K Professional/Apache2.0.35 and PHP4.2 So, this worked: LoadModule php4_module C:\php\experimental\apache2filter.dll (Server started with no problem. and when running phpinfo() output page was correct) While this did not: LoadModule php4_module C:\php\sapi\php4apac

[PHP-WIN] Re: Getting Apache 2.0.35 and PHP 4.2 to work on Win2k

2002-04-25 Thread Chris Dion
David, Install PHP 4.2 like you usually would but in your httpd.conf put: LoadModule php4_module C:\php\experimental\apache2filter.dll AddType application/x-httpd-php .php I did a complete uninstall and reinstall of both apache and php when I upgraded so nothing would be confused. --Chris