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

restart  all services ,OK!

上一篇:mac OS X下PhpStorm+MAMP PRO+Xdebug+FireFox集成开发和断点调试环境配置


下一篇:了解HTML的代码注释