View Single Post
  #5  
Old 04-20-2009, 11:24 AM
jerome jerome is offline
New Member
 
Join Date: Apr 2009
Posts: 3
Quote:
Originally Posted by mistwang View Post
If it stay down, it must be shutdown by someone.
grep "stop server" "shutdown" "down" "graceful", all those words.


If you are use a trial key, may be you have reached 30 day trial limit.
Here's many more lines before the shutdown.

Code:
2009-04-20 11:46:19.888 [INFO] [APVH_test_Suphp:] add child process pid: 3332
2009-04-20 11:48:01.129 [INFO] Remove pid: 3332
2009-04-20 11:48:01.129 [INFO] Pid: 3332 associated with [APVH_test_Suphp:]
2009-04-20 11:48:01.129 [INFO] [APVH_test_Suphp:] pid list size: 1, pid stop list size: 0
2009-04-20 11:48:01.149 [INFO] [APVH_test_Suphp:] pid list size: 2
2009-04-20 11:48:01.149 [INFO] [APVH_test_Suphp:] add child process pid: 3607
2009-04-20 11:49:05.001 [INFO] Stop listener 127.0.0.1:443.
2009-04-20 11:49:05.001 [INFO] Stop listener 127.0.0.1:80.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:443.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:80.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:443.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:80.
2009-04-20 11:49:05.001 [INFO] Stop listener *:7080.
2009-04-20 11:49:05.001 [NOTICE] [Child: 26339] Start shutting down gracefully ...
2009-04-20 11:49:05.001 [INFO] Stop listener 127.0.0.1:443.
2009-04-20 11:49:05.001 [INFO] Stop listener 127.0.0.1:80.
2009-04-20 11:49:05.001 [NOTICE] [Child: 26338] Start shutting down gracefully ...
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:443.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:80.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:443.
2009-04-20 11:49:05.001 [INFO] Stop listener x.x.x.x:80.
2009-04-20 11:49:05.001 [INFO] Stop listener *:7080.
2009-04-20 11:49:05.001 [NOTICE] [Child: 26339] Shut down successfully!
2009-04-20 11:49:05.004 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 26339 !
2009-04-20 11:49:05.105 [NOTICE] [AutoRestarter] child process with pid=26339 exited with status=0!
2009-04-20 11:49:13.301 [INFO] [221.255.4.26:40611-0#APVH_test.com] Connection idle time: 31 while in state: 5 watching for event: 25,close!
2009-04-20 11:49:13.301 [NOTICE] [221.255.4.26:40611-0#APVH_test.com] Content len: 320, Request line:
(null)
2009-04-20 11:49:13.301 [INFO] [221.255.4.26:40611-0#APVH_test.com] HttpExtConnector state: 8, request body sent: 320, response body size: 0, response body sent:0, left in buffer: 4459, attempts: 0.
2009-04-20 11:49:13.301 [INFO] [221.255.4.26:40611-0#APVH_test.com] File not found [/home/test/public_html/408.shtml]
2009-04-20 11:49:13.301 [NOTICE] [Child: 26338] Shut down successfully!
2009-04-20 11:49:13.301 [NOTICE] [APVH_test_Suphp:] stop worker processes
2009-04-20 11:49:13.301 [INFO] Permission denied, let parent kill it: 26354
2009-04-20 11:49:13.301 [INFO] Permission denied, let parent kill it: 3607
2009-04-20 11:49:13.304 [NOTICE] [AutoRestarter] cleanup children processes and unix sockets belong to process 26338 !
2009-04-20 11:49:13.304 [INFO] [CLEANUP] Clean up child process with pid: 3607
2009-04-20 11:49:13.304 [INFO] [CLEANUP] Clean up child process with pid: 26354
2009-04-20 11:49:13.405 [NOTICE] [AutoRestarter] child process with pid=26338 exited with status=0!
2009-04-20 11:49:13.405 [NOTICE] [PID:26334] Server Stopped!
If it was indeed shutdown, how do I track the source of the shutdown?
I have cPanel installed, and I certainly didn't initiate the shutdown manually.
Reply With Quote