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 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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