[PHP-WIN] Re: How can i install PHP as an Apache module on windows 2000?

2002-05-05 Thread alphapoet
I've done what Cybero recommends below, still, my .php files don't seem to be excuting properly. I've verified all paths and even made sure the Load and Add's are under the proper sections in the httpd.conf file. Running php.exe. -i from command line gives me the proper output (ie, the html for

[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