A pre-compiled version of Apache 2.2 is available from http://httpd.apache.org.
Apache runs as a Windows service which can be stopped & started with a taskbar applet.
The configuration of Apache is held in C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf **.
Extra configuration files are kept in the C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra directory and are loaded by adding an Include directive to httpd.conf.
When making changes to the Apache configuration, make sure that your editor has been executed with administrative privileges.
The configuration for mod_wcm.so could stored in the file C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra\wcm.conf:
# Configuration for mod_wcm.so LoadModule wcm_module modules/mod_wcm.so <Location /K8_CVS6 > Order allow,deny Allow from all # mod_filter and mod_deflate must be loaded AddOutputFilterByType deflate text/plain text/html text/css text/xml application/soap+xml </Location> <Location /K8_CVS6/KCMLTest > SetHandler kcml-soap KcmlSOAPServers localhost:790 </Location>
Module pathnames are relative to the installation directory, eg C:\Program Files\Apache Software Foundation\Apache2.2.
Note:
The Windows version of Apache is a 32-bit application. On 64-bit versions of Windows it will in installed into
C:\Program Files (x86)\Apache Software Foundation\Apache2.2