Graceful restart requested, doing restart
Hello, every sunday morning my Ubuntu server does a restart and I dont know why.
These are the messages from the log files:
[Sun Nov 03 07:35:03 2013] [notice] Graceful restart requested, doing restart
[Sun Nov 03 07:35:04 2013] [notice] Apache/2.2.22 (Ubuntu) PHP/5.4.17-5+debphp.org~precise+1 configured -- resuming normal operations
(If it has to do anything with PHP I used these lines when I updated PHP to version 5.4) :
sudo apt-get install python-software-properties
apt-get dist-upgrade
sudo apt-get upgrade
sudo add-apt-repository ppa:ondrej/php5-oldstable
sudo apt-get update
sudo apt-get upgrade
Thanks in advance!
Log In to Comment