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
- Problem in Windows-specific documentation for Apache ... Alex Smith
- Re: Problem in Windows-specific documentation fo... Rich Bowen
- Re: Problem in Windows-specific documentatio... Rich Bowen
- Re: Problem in Windows-specific documentatio... William A. Rowe, Jr.
- Re: Problem in Windows-specific document... Rich Bowen
- Re: Problem in Windows-specific docu... André Malo
