Forum Moderators: mack
IIS defaults to port 80, Apache listens on 8080. I use ISAPI, not CGI.
If you give each its own php.ini file, in separate locations, they can otherwise share one PHP folder.
Get the current (as of 2007-01-29) Win32 Binary (MSI Installer): apache_2.2.4-win32-x86-no_ssl.msi
from here:
[httpd.apache.org...]
Online docs are here:
[httpd.apache.org...]
Get the current (as of 2007-01-29) PHP 5.2.0 Windows package here:
[php.net...]
In Apache's httpd.conf, make sure you LoadModule php5apache2_2.dll (not php5apache2.dll).
That's the most common reason for failure I've seen.
As always, RTFM.