安装好wamp,但是图片没有变绿,大部分原因是80端口被占用。
修改端口号:可以从文件httpd.conf
将
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80
改为:
#Listen 12.34.56.78:8080
Listen 8080
restart all services ,OK!