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).

最新文章

  1. oracle统计用户下面所有的表,并显示每个表的行数
  2. 第一部分:连接MYSQL数据库代码
  3. nodeJS+bootstarp+mongodb整一个TODO小例子
  4. 【转】【整理】将Linux脚本中的正常输出,警告,错误等信息输出到文件中
  5. Struts2 自定义拦截器
  6. C++头文件,预处理详解
  7. mysql中查询语句中的一个知识点说明
  8. 解决Socket.IO在IE8下触发disconnect时间过长
  9. [Buzz.Today]2013.08.06
  10. 一个优秀的http实现框架
  11. MVC4重复提交
  12. android 向SD卡写入数据
  13. 基于Dockerfile创建docker镜像
  14. jQuery、layer实现弹出层的打开、关闭功能实例详解
  15. 如何给Elasticsearch安装中文分词器IK
  16. javascript面向对象的常见写法与优缺点
  17. Internet History, Technology and Security (Week 5-2)
  18. Binary Tree Preorder Traversal leetcode java
  19. DesignPattern(六)行为型模式(下)
  20. TCP heart

热门文章

  1. px转rem
  2. Netty 源码 ChannelHandler(三)概述
  3. 编程学习笔记(第四篇)面向对象技术高级课程:绪论-软件开发方法的演化与最新趋势(4)meta、元与元模型、软件方法的未来发展
  4. 最新Dashboard设计实例、技巧和资源集锦,视觉和功能两不误,妥妥的!
  5. EditText输入小数
  6. 回文日期(NOIP2016)
  7. 20155312 2006-2007-2 《Java程序设计》第二周学习总结
  8. Servlet WebSocket的简易聊天室
  9. jrebel热部署
  10. 指令发布中如何实现new新消息的提醒?