Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6236
38242 credits Members referred : 374
It's time to use PHP5!
« on: Mar 04, 2007, 01:18:22 PM »
Hello,
I'm running a local apache webserver on w2k.
I have some problems with apache, I'm asking me if this is normal:
[Sun Mar 04 11:55:41 2007] [notice] Parent: Received restart signal -- Restarting the server. [Sun Mar 04 11:55:42 2007] [notice] Child 3208: Exit event signaled. Child process is ending. [Sun Mar 04 11:55:42 2007] [notice] Apache/2.0.55 (Win32) PHP/5.2.1 configured -- resuming normal operations [Sun Mar 04 11:55:42 2007] [notice] Server built: Oct 9 2005 19:16:56 [Sun Mar 04 11:55:42 2007] [notice] Parent: Created child process 3028 [Sun Mar 04 11:55:42 2007] [notice] Child 3028: Child process is running [Sun Mar 04 11:55:43 2007] [notice] Child 3028: Acquired the start mutex. [Sun Mar 04 11:55:43 2007] [notice] Child 3208: Released the start mutex [Sun Mar 04 11:55:43 2007] [notice] Child 3028: Starting 250 worker threads. [Sun Mar 04 11:55:43 2007] [notice] Child 3208: Waiting for 250 worker threads to exit. [Sun Mar 04 11:55:43 2007] [notice] Child 3208: All worker threads have exited. [Sun Mar 04 11:55:43 2007] [notice] Child 3208: Child process is exiting [Sun Mar 04 12:12:19 2007] [notice] Parent: child process exited with status 3221225477 -- Restarting. [Sun Mar 04 12:12:19 2007] [notice] Apache/2.0.55 (Win32) PHP/5.2.1 configured -- resuming normal operations [Sun Mar 04 12:12:19 2007] [notice] Server built: Oct 9 2005 19:16:56 [Sun Mar 04 12:12:19 2007] [notice] Parent: Created child process 4272 [Sun Mar 04 12:12:20 2007] [notice] Child 4272: Child process is running [Sun Mar 04 12:12:20 2007] [notice] Child 4272: Acquired the start mutex. [Sun Mar 04 12:12:20 2007] [notice] Child 4272: Starting 250 worker threads.
between 11:55 and 12:19 h was not a lot activity, so why the restart?
Tim Nash
Global Moderator Community Supporter?
Internet Junkie
Posts: 2169
5008 credits Members referred : 2
Venture Skills - New Media & IT group
« Reply #3 on: Mar 04, 2007, 02:07:04 PM »
Why are you running Apache on windows! clearly that's your error On a serious note apache port to windows and those bundled with XAMP have been heavily modified to make them work, so it might be related to that.
Why are you running Apache on windows! clearly that's your error On a serious note apache port to windows and those bundled with XAMP have been heavily modified to make them work, so it might be related to that.
hehe, I need to run a dll inside an web application,
my installation is not xamp regular install from the apache website.
Why are you running Apache on windows! clearly that's your error On a serious note apache port to windows and those bundled with XAMP have been heavily modified to make them work, so it might be related to that.
hehe, I need to run a dll inside an web application,
my installation is not xamp, but a regular install from the apache website.