标签:-- could not running another read 禅道 apache http tin
----------------1.重启apache 和 mysql
/opt/zbox/zbox restart
-----------------2.问题1:发现端口被占用
apache启动报错(98)Address already in use: make_sock: could not bind to address [::]:80
====解决方案:
修改端口:-ap参数 可以修改Apache的端口,-mp参数 可以修改Mysql的端口(比如:/opt/zbox/zbox -ap 8080)
----------------3.问题2:端口已经被使用了
120328 21:32:40 [ERROR] Can‘t start server: Bind on TCP/IP port: Address already in use
120328 21:32:40 [ERROR] Do you already have another mysqld server running on port: 3306 ?
120328 21:32:40 [ERROR] Aborting
====解决方案:
ps -ef|grep mysql
kill -9
标签:-- could not running another read 禅道 apache http tin
原文地址:http://www.cnblogs.com/alamZ/p/6390257.html