Apache gets restarted

We are running a PHP/MYSQL App on an intranet environment. What is happening is when the staff comes in the morning they find the application not responding and unreachable. they have to restart the Apache service in order to make the application work. Its a windows 7 , 32 bits machine on which this application is working. During the day when the application is being used , it works perfectly. Strange part is sometime happens during the night and non working hours. I am pasting few lines from the Apache log file and may be someone can advise what is the reason.


Mon Jan 26 11:40:02 2015] [notice] Server built: Sep 21 2007 00:29:38
[Mon Jan 26 11:40:02 2015] [notice] Parent: Created child process 144
[Mon Jan 26 11:40:02 2015] [notice] Child 144: Child process is running
[Mon Jan 26 11:40:02 2015] [notice] Child 144: Acquired the start mutex.
[Mon Jan 26 11:40:02 2015] [notice] Child 144: Starting 250 worker threads.
[Mon Jan 26 11:40:02 2015] [notice] Child 144: Starting thread to listen on port 443.
[Mon Jan 26 11:40:02 2015] [notice] Child 144: Starting thread to listen on port 80.
[Mon Jan 26 14:26:45 2015] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten – Unclean shutdown of previous Apache run?
[Mon Jan 26 14:26:49 2015] [notice] Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.4 configured – resuming normal operations
[Mon Jan 26 14:26:49 2015] [notice] Server built: Sep 21 2007 00:29:38
[Mon Jan 26 14:26:50 2015] [notice] Parent: Created child process 2008
[Mon Jan 26 14:26:54 2015] [notice] Child 2008: Child process is running
[Mon Jan 26 14:26:54 2015] [notice] Child 2008: Acquired the start mutex.
[Mon Jan 26 14:26:54 2015] [notice] Child 2008: Starting 250 worker threads.
[Mon Jan 26 14:26:54 2015] [notice] Child 2008: Starting thread to listen on port 443.
[Mon Jan 26 14:26:54 2015] [notice] Child 2008: Starting thread to listen on port 80.


Are them entries from between when the staff go home for the day and when they arrive for work the next day?

Do you have any scheduled tasks (like a cron job on a linix machine) set to run each day overnight?

Do any errors show in the error logs for PHP or MySQL during the same time frame?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.