Upgrading MS4W
Here’s a quick overview of how I upgraded my custom MS4W binded with ColdFusion..
-
Extract the new ms4w_new.zip to E:\ms4w_new
-
diff E:\ms4w_new\Apache\conf\httpd.conf E:\ms4w\Apache\conf\httpd.conf
If the changes is minimal, then proceed.
-
Uninstall ColdFusion connector from Apache.
<br /> D:\CFusionMX\bin\connectors\Remove_ALL_connectors.bat<br />
-
Uninstall Apache from services.msc. Run
<br /> E:\ms4w\apache-uninstall.bat<br />
-
Move
<br /> mv E:\ms4w E:\ms4w_old<br /> mv E:\ms4w_new E:\ms4w<br />
-
Install Apache as a windows services to services.msc
<br /> E:\ms4w\apache-install.bat<br />
-
Bind ColdFusion again to Apache
<br /> D:\CFusionMX\bin\connectors\Apache_connector.bat<br />