Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Friday, 31 January 2014

[FIXED] "(20014)Internal error: Error retrieving pid file logs/httpd.pid Remove it before continuing if it is corrupted." while starting Apache/httpd.


 " (20014)Internal error: Error retrieving pid file logs/httpd.pid
Remove it before continuing if it is corrupted.
"

If you see the above  Error while stopping httpd/Apache , Just do the following steps ,

1) change the directory to  " /usr/local/apache/logs " .
# cd /usr/local/apache/logs

2) remove/rename the file "httpd.pid" ,by

# mv httpd.pid httpd.pid.bak

3) just stop and restart the Httpd , by

# /etc/init.d/httpd start
4) now check the status of  Apache/httpd by,

# /etc/init.d/httpd status

That's it. :-) 

No comments:

Post a Comment