重启lighttpd提示can’t bind to port:5353 Permission denied
Sep.19, 2012 in
应用部署
停电了,测试SolusVM的主控机器重启了下,发现通过5353端口访问不了,查看了下lighttpd的状态是停止运行的状态,于是用命令重启了下: #service lighttpd restart 结果提示: can’t bind to port:5353 Permission denied 解决方法
停电了,测试SolusVM的主控机器重启了下,发现通过5353端口访问不了,查看了下lighttpd的状态是停止运行的状态,于是用命令重启了下: #service lighttpd restart 结果提示: can’t bind to port:5353 Permission denied 解决方法
重启Apache提示DocumentRoot does not exist,类似如下: Stopping httpd: [ OK ] Starting httpd: Warning: DocumentRoot [/var/www/html/test] does not exist 奇怪的是路径明明已经存在。查了下发现一般是由于启用了SELINUX导致的,解决方法为