开发者

Apache Start Problem on Windows

开发者 https://www.devze.com 2023-01-09 10:35 出处:网络
I just installed the apache 2.2 http server and I get this error message whenever I hit start: alt text http://img837.imageshack.us/img837/6519/apacheproblem.jpg开发者_Python百科

I just installed the apache 2.2 http server and I get this error message whenever I hit start:

alt text http://img837.imageshack.us/img837/6519/apacheproblem.jpg开发者_Python百科

How do I solve this?


Kill whatever is bound to port 80 (might be IIS for example)


you might have IIS running. and it runs as a service and starts each time you start windows. open Run type this and press ENTER key: services.msc

the Services console will open. now look for IIS(internet information services) service and open its properties and change its start-up mode to Manual from the dropdownbox. plus stop the service to free the port number 80 for Apache to use.

take a look at this link: Starting and Stopping IIS

I hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消