Installation record
Install apache_2.0.63-win32-x86 in Windows 2003
Only for the current user, on port 8080, when started manually
No installed service named "apache2" is available after installation.
Solution
On the doscommand console, switch to the bin directory of the Apache installation directory.
Execute Command
Apache-K install
The prompt message "cocould not bind to address 0.0.0.0: 8080" may appear. port 8080 is used for installation.
This indicates that the port is occupied. There are two ways to solve this problem.
1. Applications with port 8080 will be usedProgramOr the service is stopped.
2. Change the Apache port, edit the conf/httpd. conf file, and replace 8080 with the port you want to set, such as 8000.
Either "Listen 8080" or "servername www.php.com: 8080" must be replaced"
Run the command again.
Apache-K install
Then the service is reinstalled.
Then execute the command
Apache-K start service, OK