Reputation: 4372
im getting this error when restarting apache ,after i did a couple of a2ensite commands something when wrong and now it diesnt want to restart
[Mon Sep 10 23:00:52 2012] [warn] pid file /var/run/apache2.pid overwritten
-- Unclean shutdown of pre vious Apache run?
Upvotes: 1
Views: 5185
Reputation: 1681
Did you try :
sudo rm /var/run/apache2.pid
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
?
Upvotes: 1