PHP local environment with -- WAMP cannot be started, it is always in the red icon solution WAMP cannot be started, it is always in the red icon (normal start is green) it is considered a port problem, in the wamp folder, find httpd in the path wamp \ bin \ apache \ apache2.2.22 \ conf. conf file, which will be: # l php local environment with -- WAMP cannot be started, always in the red icon solution
WAMP cannot be started. it is always in the red icon (green for normal startup). This is a port issue. I found httpd in the wamp \ bin \ apache \ apache2.2.22 \ conf path in the wamp folder. conf file, which will:
# Listen 12.34.56.78: 80
Listen 80
Change Listen 80 to Listen 8088 (because tomcat is 8080 by default and does not want to conflict later), and then start wampapache to find it. the wamp is displayed as green and OK!
When the site is tested, a 404 error occurs: Solution: Add the port number to the website, for example, http: // localhost: 8088/sc2000.
I am a Windows 7 7 system. modify the file C: \ Windows \ System32 \ drivers \ etc \ hosts and add 127.0.0.1 localhost: 8088. In this way, you can browse it!