首页 > 其他 > 详细

xampp 80端口被占用后这么办??解决了

时间:2014-03-04 16:15:18      阅读:444      评论:0      收藏:0      [点我收藏+]

modify port XAMPP: Another web server daemon is already running.

看不懂翻译一下

1. Open the file /opt/lampp/etc/httpd.conf

2. Search the "Listen 80" and change it to some other port (e.g. Listen 2145) (Line No. 40)

3. Open the file /opt/lampp/etc/extra/httpd-ssl.conf

4. Search the "Listen 443" and change it to some other port (e.g. Listen 16443) (Line No. 39)

5. Open the file "/opt/lampp/lampp"

6. Search for the port "testport 80" and replace it to "testport 2145". Also change the "testport 443" to "testport 16443". (Happens to be the Line No. 197, 214)

7. Now go and run "/opt/lampp/lampp start". (It should work now).

xampp 80端口被占用后这么办??解决了,布布扣,bubuko.com

xampp 80端口被占用后这么办??解决了

原文:http://www.cnblogs.com/hxl2009/p/3579379.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!