Apache 2.0.42 Released
i-got-a-long-name writes "The Apache HTTP Server Project is proud to announce the fifth public
release of Apache 2.0. This is primarily a bug-fix release, including
updates to the experimental caching module, the removal of several
memory leaks, and fixes for several segfaults, one of which could have
been used as a denial-of-service against mod_dav. A complete list of
the changes since 2.0.40 are available.". Just keep in mind that if you upgrade be prepared to recompile all of your modules since binary-compatibility is no longer the case. Which I am sure will help with the adoption rate.
PHP has a apache2(apache2.dll in sapi folder) module, but you have to remember it not "production" quality...
and configuration has to be tweaked to make it work....
i have ran php(api mod) on apache2 on win2000 for more the 3 mouth now
Who controls the information, controls the world...
I read a comment by one poster saying that PHP 4.2.3 did not work with Apache 2.0.42 on win32. This is not true! Once you have Apache up and running, install PHP 4.2.3 (or what ever the latest PHP distribution is). If Apache wont start, follow these directions.
1) Move php.ini to your {winnt} directory.
2) Move php4ts.dll and php4ts.lib to your {system32} directory.
3) Go to Snapshot and download php4-win32-latest.zip
4) Extract the file php4apache2.dll from the downloaded file to your folder, overwrite the old file.
5) Restart Apache!
When ever PHP seems to break the latest Apache release just repeat this process. If this still does not work try asking for help over at Install Forum