cxg518 发表于 2015-8-22 07:06:25

wamp

  安装好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
  restartall services ,OK!
页: [1]
查看完整版本: wamp