停电了,测试SolusVM的主控机器重启了下,发现通过5353端口访问不了,查看了下lighttpd的状态是停止运行的状态,于是用命令重启了下:
# service lighttpd restart
结果提示:
can’t bind to port:5353 Permission denied
解决方法:
禁用selinux即可。编辑/etc/selinux/config文件将
selinux=enforcing 改成selinux=disabled
之后重启lighttpd成功:
网络任我行(www.urbansh.com)原创,转载请注明出处http://www.urbansh.com/lighttpd-can-not-bind-to-port.html
Comments NOTHING