Apache - (20014)Internal error (specific information not available): AH00058: Error retrieving pid file /var/run/httpd.pid
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 13:49, 2 мая 2020; Admin iph (обсуждение | вклад)
Apache - (20014)Internal error (specific information not available): AH00058: Error retrieving pid file /var/run/httpd.pid
Ошибка в логах Apache:
httpd[32344]: (20014)Internal error (specific information not available): AH00058: Error retrieving pid file /var/run/httpd.pid
означает, что поврежден PID файл процесса httpd.
Решение - удалить PID файл и перезапустить httpd:
# rm -rf /var/run/httpd.pid # systemctl restart httpd