启动 apache2 服务器时出现以下错误-
The apache2 configtest failed.
Output of config test was:
mkdir: cannot create directory '/var/run/apache2': Permission denied
chown: changing ownership of '/var/lock/apache2.26wFR2Eely': Operation not permitted
我使用了以下命令-
sudo service apache2 start
答案1
检查事项
您是否正在运行另一个 Apache 实例?
ps aux | grep apache2
检查您是否有
pkill -9 apache
并重新启动 apache。
如果没有,请检查...
ls -l /var/lock/apache2.26wFR2Eely
文件的用户名和组。用户名和组需要与您设置的 apache 相匹配。如果不匹配,请删除此文件并重新启动 apache。