Apache-2.4
權限被拒絕:AH02478:未能創建代理互斥鎖
執行本地 centos 7 apache 網路伺服器,最近它停止工作。Journalctl 什麼也不說,然後服務失敗。只有 error_log
/var/log/httpd/
說:[core:notice] [pid 5026:tid 139693344536768] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0 [suexec:notice] [pid 5026:tid 139693344536768] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [core:emerg] [pid 5026:tid 139693344536768] (13)Permission denied: AH00023: Couldn't create the proxy mutex [proxy:crit] [pid 5026:tid 139693344536768] (13)Permission denied: AH02478: failed to create proxy mutex AH00016: Configuration Failed
但是,我無法弄清楚文件的含義,也無法在網際網路上找到與此文件相關的任何內容。
好的,感謝權限被拒絕:無法獲取我在 httpd.conf 中添加的接受互斥鎖:
Mutex posixsem
哪個確實解決了這個問題。