Hi,

In the Windows section of the 2.2.x documentation, the commands that it gives are wrong. For example, it says to install Apache as a Windows service you should run this from the bin directory:

apache -k install

The apache executable does not exist. The correct executable to run would be this:

httpd -k install

All of the commands should be httpd instead of apache.

Thanks!
Alex Smith

Reply via email to