Can't start latest WAMP and XAMPP?

依然范特西╮ 提交于 2019-12-11 14:39:48

问题


I can't start WAMP 2.5 and XAMPP 7 but I can start WAMP 2.2 so its not port 80 issue ( I have listed all programs with netstat in cmd ). I have run httpd.exe in cmd but it didn't give me useful information on cmd ( nothing ).

Thanks for the answer


回答1:


Change your port and try once

Edit your httpd.conf in XAMPP

Change this to

#Listen 12.34.56.78:80 
Listen 80

this

#Listen 12.34.56.78:80 
Listen 85

Then access your localhost useing

localhost:85/


If its same open cmd and type netstat -nab and check whats showing with port 80



来源:https://stackoverflow.com/questions/34962098/cant-start-latest-wamp-and-xampp

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