Apache in XAMPP won't start

痞子三分冷 提交于 2019-12-12 00:49:17

问题


Here's a clue: when I go to localhost, the screen for IIS7 comes up. How do I disable that, because that is sure what is listening on Port 80.


回答1:


Another answered post by user382738 solved it for me. Control Panel > Administrative Tools > Services > and set both "WebClient" and "Web Deployment Agent Service" services to disabled. Then I changed the Config to listen on port 1234 because Port 80 was still not working. Apache was running. Type "localhost:1234" in the browser and all is working!



来源:https://stackoverflow.com/questions/15670761/apache-in-xampp-wont-start

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!