lighttpd dead but pid file exists解决方法

lighttpd服务器在进行重启的时候失败提示
opening errorlog ‘/var/log/lighttpd/error.log’ failed: Permission denied
以及
lighttpd dead but pid file exists

不要继续重启,按以下步骤重新操作

1
2
3
4
rm /var/run/lighttpd.pid
chmod 777 /var/log/lighttpd/error.log
chmod 777 /var/log/lighttpd/access.log
sudo /etc/init.d/lighttpd start

已经做成sh脚本
开机自动执行,完成以上步骤
注意添加自动运行前应赋予执行权限

1
chmod +x autobootandrepairsys.sh

然后

1
2
vi /etc/rc.local
/etc/lighttpd/autobootandrepairsys.sh
原文链接:https://xiaohost.com/1434.html,转载请注明出处。
0

评论0

请先