Bug 24095 - ERROR "Parent: child process exited with status 3221225477 -- Restarting"
Summary: ERROR "Parent: child process exited with status 3221225477 -- Restarting"
Status: REOPENED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mpm_winnt (show other bugs)
Version: 2.2.13
Hardware: PC All
: P2 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-24 12:21 UTC by Jean Daniel TOULY
Modified: 2020-05-23 06:05 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Daniel TOULY 2003-10-24 12:21:24 UTC
We're using the following configuration :
APACHE 2.047
PHP 4.3.3
HP PROLIANT DL380
WINDOWS 2000 ADVANCED SERVER (Last SPs and FIXs)
No LOCAL PROXY Local NETWORK (just a switch 100Mb between the server and the 
client)
No ANTIVIRUS on the local machine

Description :
This problem has been described in 14704 and 12340. None of the solutions seems 
to work

MaxRequestsPerChild is set to 0.

The CHILD PROCESS dies and then is recreated. You can see that in the log and 
with the PROCESS folder of the TASK MANGER. Once restarted, APACHE become 
instable and sometimes needs to be kill manually.

The dealy to reproduce the problem is not fixed. We use a ROBOT to send HTTP 
requests (WAPT) to reproduce it more quickly.

We've reproduce the problem with APACHE 2.0.40 and PHP 2.3 on two diffrents PCs.

Nothing in the server's event log. Nothing int he PHP error LOG.

Here's what we have in ERROR.LOG :



[Fri Oct 24 12:45:31 2003] [debug] .\server\mpm\winnt\child.c(669): Child 2644: 
Worker thread 29 starting.
[Fri Oct 24 12:45:42 2003] [notice] Parent: child process exited with status 
3221225477 -- Restarting.
[Fri Oct 24 12:45:42 2003] [notice] Parent: Created child process 4488
[Fri Oct 24 12:45:42 2003] [debug] .\server\mpm\winnt\mpm_winnt.c(483): Parent: 
Sent the scoreboard to the child
[Fri Oct 24 12:45:42 2003] [notice] Child 4488: Child process is running
[Fri Oct 24 12:45:42 2003] [info] Parent: Duplicating socket 256 and sending it 
to child process 4488
[Fri Oct 24 12:45:42 2003] [debug] .\server\mpm\winnt\mpm_winnt.c(404): Child 
4488: Retrieved our scoreboard from the parent.
[Fri Oct 24 12:45:42 2003] [debug] .\server\mpm\winnt\mpm_winnt.c(601): Parent: 
Sent 1 listeners to child 4488
[Fri Oct 24 12:45:42 2003] [debug] .\server\mpm\winnt\mpm_winnt.c(560): Child 
4488: retrieved 1 listeners from parent
[Fri Oct 24 12:45:42 2003] [notice] Child 4488: Acquired the start mutex.
[Fri Oct 24 12:45:42 2003] [notice] Child 4488: Starting 50 worker threads.
[Fri Oct 24 12:45:42 2003] [debug] .\server\mpm\winnt\child.c(669): Child 4488: 
Worker thread 0 starting.
Comment 1 Andreas Goetz 2004-04-21 12:56:45 UTC
Same problem for me: Apache 2.0.49, PHP5RC1:

[Wed Apr 21 14:53:37 2004] [notice] Parent: child process exited with status 
3221225477 -- Restarting.
[Wed Apr 21 14:53:37 2004] [notice] Parent: Created child process 456
[Wed Apr 21 14:53:37 2004] [debug] mpm_winnt.c(479): Parent: Sent the 
scoreboard to the child
[Wed Apr 21 14:53:38 2004] [notice] Child 456: Child process is running
[Wed Apr 21 14:53:38 2004] [debug] mpm_winnt.c(400): Child 456: Retrieved our 
scoreboard from the parent.
[Wed Apr 21 14:53:38 2004] [info] Parent: Duplicating socket 188 and sending 
it to child process 456
[Wed Apr 21 14:53:38 2004] [debug] mpm_winnt.c(597): Parent: Sent 1 listeners 
to child 456
[Wed Apr 21 14:53:38 2004] [debug] mpm_winnt.c(556): Child 456: retrieved 1 
listeners from parent
[Wed Apr 21 14:53:38 2004] [notice] Child 456: Acquired the start mutex.
[Wed Apr 21 14:53:38 2004] [notice] Child 456: Starting 100 worker threads.

I had 2.0.48 running with PHP5RC1 fine, not sure what happened in the mean 
time. Zonealarm is not installed, virus scanner is running but cannot be 
disabled.
Comment 2 Joe Orton 2004-10-26 20:48:13 UTC
There's not much anyone can do with this - it could be a PHP bug, it could be an
httpd bug.  To track a problem down further, we need either:

a) a backtrace from the crash, or
b) a reliable reproduction case.
Comment 3 Karl 2009-10-19 13:25:24 UTC
From:  http://www.pubbs.net/httpd/200811/17513/

Hi,

We are experiencing problems with Apache 2.2.9 on Windows 2000 Server
SP4. Our site handles around 100,000 hits per day.

The problems started when we upgraded from 2.0.47.

The server restarts several times a day with the following message (from
error.log):

[notice] Parent: child process exited with status 3221225477 On some occassions, httpd.exe (the child process) is using 100% CPU and
cannot be killed, and the server has to be rebooted.

The access logs for the relevant times have nothing obvious in common,
and there are no entries in the windows event logs.

We have been unable to reproduce the fault on demand.

Though there are many postings about the error message, none of them
seem to apply to our situation, because we are not using perl, python,
php, mysql, or ldap authentication.

Apache is configured to serve html pages using mod-include, and we are
using mod-proxy to pass requests to IIS for the dynamic pages.

Here are the relevant portions of the config file:

LoadModule alias-module modules/mod-alias.so
LoadModule authz-default-module modules/mod-authz-default.so
LoadModule authz-host-module modules/mod-authz-host.so
LoadModule authz-user-module modules/mod-authz-user.so
LoadModule autoindex-module modules/mod-autoindex.so
LoadModule cgi-module modules/mod-cgi.so
LoadModule dir-module modules/mod-dir.so
LoadModule include-module modules/mod-include.so
LoadModule log-config-module modules/mod-log-config.so
LoadModule mime-module modules/mod-mime.so
LoadModule proxy-module modules/mod-proxy.so
LoadModule proxy-http-module modules/mod-proxy-http.so

<Directory />
    Options FollowSymLinks Includes
    AllowOverride None
</Directory>

<Directory "c:/foo">
    Options Indexes FollowSymLinks +Includes
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

ErrorLog "logs/error.log"

LogLevel warn

<IfModule log-config-module>
    LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i"
"%{User-Agent}i"" combined
    LogFormat "%h %l %u %t "%r" %>s %b" common

    <IfModule logio-module>
      # You need to enable mod-logio.c to use %I and %O
      LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i"
"%{User-Agent}i" %I %O" combinedio
    </IfModule>

    CustomLog "logs/access.log" common

</IfModule>

<Directory "C:/Apache2.2/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

DefaultType text/plain

<IfModule mime-module>
    TypesConfig conf/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
	AddOutputFilter INCLUDES .html
</IfModule>

#Added because of error: winnt-accept: Asynchronous AcceptEx failed. in
error.log
EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx

#Added because of error: [warn] Server ran out of threads to serve
requests. Consider raising the ThreadsPerChild setting
<IfModule mpm-winnt-module>
    ThreadsPerChild      250
    MaxRequestsPerChild    0
</IfModule>

AddCharset UTF-8   .utf8
AddDefaultCharset UTF-8

#IP addresses, ports, and file locations have been anonymized.

<VirtualHost 1.2.3.4:80>
    ServerName www.dummy-host.com
    ServerAdmin webmaster@dummy-host.example.com
    DocumentRoot "c:/foo"
    DirectoryIndex index.html "/site-files/pages/Home.html"
=09
	ErrorLog C:/Logs/foo-error.log
	CustomLog "|C:/Logs/bin/rotatelogs.exe
C:/Logs/foo-access-%Y%m%d.log 86400" combined
  =20
	ProxyPass /someservice/ http://1.2.3.4:1234/
    ProxyPass /someotherservice/ http://1.2.3.4:2345/
   =20
	<directory "c:/foo/redirectme">=20
		RedirectMatch 301 /.*
http://www.dummy-host.com/redirectmehere.html
	</directory>
   =20
</VirtualHost>

NameVirtualHost 1.2.3.5:80

<VirtualHost 1.2.3.5:80>
    ServerName www.anotherdummyhost.com
    ServerAdmin webmaster@dummy-host.example.com
		ErrorLog C:/Logs/bar-error.log
		CustomLog "|C:/Logs/bin/rotatelogs.exe
C:/Logs/bar-access-%Y%m%d.log 86400" combined
    ProxyPass /someservice/ http://1.2.3.5:1234/
    ProxyPass /someotherservice/ http://1.2.3.5:2345/
    <Proxy *>
	  	Order Deny,Allow
    	    	Allow from all
    </Proxy>=20
</VirtualHost>

<VirtualHost  1.2.3.5:80>
	ServerName www.yetanotherdummyhost.com
	ServerAdmin webmaster@dummy-host.example.com
	ErrorLog C:/Logs/foobar-error.log
	CustomLog "|C:/Logs/bin/rotatelogs.exe
C:/Logs/foobar-access-%Y%m%d.log 86400" combined
	RedirectMatch permanent .*
http://www.somelocalsite.com/redirectmehere.html

</VirtualHost>

I got a stack back trace from the most recent crashes, and the faulting
thread details are shown below:

Application exception occurred:
        App:  (pid=3D896)
        When: 19/11/2008 @ 17:41:21.875
        Exception number: c0000005 (access violation)

State Dump for Thread Id 0xe88

eax=3D07aec068 ebx=3D00000000 ecx=3D00000000 edx=3D00001f50 esi=3D07aec068
edi=3D00000000
eip=3D6eec72df esp=3D0498fd1c ebp=3D0498fd2c iopl=3D0         nv up ei pl z=
r na
po nc
cs=3D001b  ss=3D0023  ds=3D0023  es=3D0023  fs=3D0038  gs=3D0000
efl=3D00000246


function: apr-allocator-free
        6eec72d0 55               push    ebp
        6eec72d1 8bec             mov     ebp,esp
        6eec72d3 51               push    ecx
        6eec72d4 53               push    ebx
        6eec72d5 56               push    esi
        6eec72d6 8b750c           mov     esi,[ebp+0xc]
ss:04d59c12=3D00000000
        6eec72d9 57               push    edi
        6eec72da 8b7d08           mov     edi,[ebp+0x8]
ss:04d59c12=3D00000000
        6eec72dd 33db             xor     ebx,ebx
FAULT ->6eec72df 8b470c           mov     eax,[edi+0xc]
ds:003c9ee6=3D????????
        6eec72e2 85c0             test    eax,eax
        6eec72e4 7406             jz      apr-socket-data-get+0x3c
(6eecc2ec)
        6eec72e6 50               push    eax
        6eec72e7 e8b4f8ffff       call    apr-thread-mutex-lock
(6eec6ba0)
        6eec72ec 8b07             mov     eax,[edi]
ds:00000000=3D????????
        6eec72ee 8b4f04           mov     ecx,[edi+0x4]
ds:003c9ee6=3D????????
        6eec72f1 8b5708           mov     edx,[edi+0x8]
ds:003c9ee6=3D????????
        6eec72f4 89450c           mov     [ebp+0xc],eax
ss:04d59c12=3D00000000
        6eec72f7 894d08           mov     [ebp+0x8],ecx
ss:04d59c12=3D00000000
        6eec72fa 8b06             mov     eax,[esi]
ds:07aec068=3D00000000
        6eec72fc 8b4d08           mov     ecx,[ebp+0x8]
ss:04d59c12=3D00000000

*!apr-bucket-flush-create=20
0498FD60 6EE6105C 0700C358 00000000 0498FEDC 6FF09FF1
!apr-brigade-cleanup=20
0498FD70 6FF09FF1 0700C358 07003200 07003200 062F5290
!apr-brigade-destroy=20
0498FEDC 6FF19CC2 062F56D8 0700C358 07022378 0498FF0C
!ap-get-request-note=20
0498FEF0 6FF0E9DC 062F56D8 07003200 07022378 07022378 !ap-pass-brigade=20
0498FF0C 6FF0E933 07022378 062F5290 0498FF34 6FF0A87C !ap-die=20
0498FF1C 6FF0A87C 07022378 00000000 0042A6F0 062F5290 !ap-die=20
0498FF34 6FF04D21 062F5290 062F5290 062F5290 000000DE
!ap-get-request-note=20
0498FF4C 6FF04FD3 062F5290 004E3BC0 0498FF7C 6FF1D2DC
!ap-run-process-connection=20
0498FF5C 6FF1D2DC 062F5290 026FA780 00000000 026FA570
!ap-process-connection=20
0498FF7C 780085BC 062F5288 00000000 78008532 026FA570
!ap-regkey-value-remove=20
0498FFB4 7C57B396 026FA570 00000000 78008532 026FA570 !endthreadex=20
0498FFEC 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW



Application exception occurred:
        App:  (pid=3D3392)
        When: 19/11/2008 @ 18:06:06.796
        Exception number: c0000005 (access violation)

State Dump for Thread Id 0x4fc

eax=3D0047c1a0 ebx=3D02af92d8 ecx=3D00000000 edx=3D0047c1a0 esi=3D004fd3c8
edi=3D05b0592c
eip=3D6ee6101e esp=3D03b0fd58 ebp=3D03b0fd60 iopl=3D0         nv up ei ng n=
z ac
po cy
cs=3D001b  ss=3D0023  ds=3D0023  es=3D0023  fs=3D0038  gs=3D0000
efl=3D00000297


function: apr-brigade-cleanup
        6ee61007 57               push    edi
        6ee61008 8b7004           mov     esi,[eax+0x4]
ds:00846086=3D????????
        6ee6100b 8d7804           lea     edi,[eax+0x4]
ds:00846086=3D????????
        6ee6100e 3bf7             cmp     esi,edi
        6ee61010 7426             jz      apr-memcache-multgetp+0x368
(6ee69b38)
        6ee61012 8b0e             mov     ecx,[esi]
ds:004fd3c8=3D00000000
        6ee61014 8b5604           mov     edx,[esi+0x4]
ds:008c72ae=3D00000000
        6ee61017 890a             mov     [edx],ecx
ds:0047c1a0=3D00000000
        6ee61019 8b4604           mov     eax,[esi+0x4]
ds:008c72ae=3D00000000
        6ee6101c 8b0e             mov     ecx,[esi]
ds:004fd3c8=3D00000000
FAULT ->6ee6101e 894104           mov     [ecx+0x4],eax
ds:003c9ee6=3D????????
        6ee61021 8b4618           mov     eax,[esi+0x18]
ds:008c72ae=3D00000000
        6ee61024 8b5608           mov     edx,[esi+0x8]
ds:008c72ae=3D00000000
        6ee61027 50               push    eax
        6ee61028 ff520c           call    dword ptr [edx+0xc]
ds:00846086=3D????????
        6ee6102b 56               push    esi
        6ee6102c ff561c           call    dword ptr [esi+0x1c]
ds:008c72ae=3D00000000
        6ee6102f 8b37             mov     esi,[edi]
ds:05b0592c=3D004fd3c8
        6ee61031 83c408           add     esp,0x8
        6ee61034 3bf7             cmp     esi,edi
        6ee61036 75da             jnz     apr-posix-perms2mode+0x1c2
(6ee67012)
        6ee61038 5f               pop     edi

*03B0FEDC 6FF19CC2 05AF8D78 05B05928 05B07930 03B0FF0C
!ap-get-request-note=20
03B0FEF0 6FF0E9DC 05AF8D78 05AFCC80 05B07930 05B07930 !ap-pass-brigade=20
03B0FF0C 6FF0E933 05B07930 05AF8930 03B0FF34 6FF0A87C !ap-die=20
03B0FF1C 6FF0A87C 05B07930 00000000 0042A6F0 05AF8930 !ap-die=20
03B0FF34 6FF04D21 05AF8930 05AF8930 05AF8930 000000BD
!ap-get-request-note=20
03B0FF4C 6FF04FD3 05AF8930 004E1958 03B0FF7C 6FF1D2DC
!ap-run-process-connection=20
03B0FF5C 6FF1D2DC 05AF8930 02AF7200 00000000 0071F730
!ap-process-connection=20
03B0FF7C 780085BC 05AF8928 00000000 00000000 0071F730
!ap-regkey-value-remove=20
03B0FFB4 7C57B396 0071F730 00000000 00000000 0071F730 !endthreadex=20
03B0FFEC 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW



Application exception occurred:
        App:  (pid=3D2988)
        When: 19/11/2008 @ 22:38:41.250
        Exception number: c0000005 (access violation)
State Dump for Thread Id 0x67c

eax=3D004981c0 ebx=3D00000000 ecx=3D00000000 edx=3D00001f50 esi=3D004981c0
edi=3D00000000
eip=3D6eec72df esp=3D03b8fd1c ebp=3D03b8fd2c iopl=3D0         nv up ei pl z=
r na
po nc
cs=3D001b  ss=3D0023  ds=3D0023  es=3D0023  fs=3D0038  gs=3D0000
efl=3D00000246


function: apr-allocator-free
        6eec72d0 55               push    ebp
        6eec72d1 8bec             mov     ebp,esp
        6eec72d3 51               push    ecx
        6eec72d4 53               push    ebx
        6eec72d5 56               push    esi
        6eec72d6 8b750c           mov     esi,[ebp+0xc]
ss:03f59c12=3D????????
        6eec72d9 57               push    edi
        6eec72da 8b7d08           mov     edi,[ebp+0x8]
ss:03f59c12=3D????????
        6eec72dd 33db             xor     ebx,ebx
FAULT ->6eec72df 8b470c           mov     eax,[edi+0xc]
ds:003c9ee6=3D????????
        6eec72e2 85c0             test    eax,eax
        6eec72e4 7406             jz      apr-socket-data-get+0x3c
(6eecc2ec)
        6eec72e6 50               push    eax
        6eec72e7 e8b4f8ffff       call    apr-thread-mutex-lock
(6eec6ba0)
        6eec72ec 8b07             mov     eax,[edi]
ds:00000000=3D????????
        6eec72ee 8b4f04           mov     ecx,[edi+0x4]
ds:003c9ee6=3D????????
        6eec72f1 8b5708           mov     edx,[edi+0x8]
ds:003c9ee6=3D????????
        6eec72f4 89450c           mov     [ebp+0xc],eax
ss:03f59c12=3D????????
        6eec72f7 894d08           mov     [ebp+0x8],ecx
ss:03f59c12=3D????????
        6eec72fa 8b06             mov     eax,[esi]
ds:004981c0=3D00000000
        6eec72fc 8b4d08           mov     ecx,[ebp+0x8]
ss:03f59c12=3D????????

*!apr-bucket-flush-create=20
03B8FD60 6EE6105C 07593278 00000000 03B8FEDC 6FF09FF1
!apr-brigade-cleanup=20
03B8FD70 6FF09FF1 07593278 07586110 07586110 05BB0B48
!apr-brigade-destroy=20
03B8FEDC 6FF19CC2 05BB0F90 07593278 07583228 03B8FF0C
!ap-get-request-note=20
03B8FEF0 6FF0E9DC 05BB0F90 07586110 07583228 07583228 !ap-pass-brigade=20
03B8FF0C 6FF0E933 07583228 05BB0B48 03B8FF34 6FF0A87C !ap-die=20
03B8FF1C 6FF0A87C 07583228 00000000 0042A6F0 05BB0B48 !ap-die=20
03B8FF34 6FF04D21 05BB0B48 05BB0B48 05BB0B48 000000BF
!ap-get-request-note=20
03B8FF4C 6FF04FD3 05BB0B48 004E1AF0 03B8FF7C 6FF1D2DC
!ap-run-process-connection=20
03B8FF5C 6FF1D2DC 05BB0B48 0237F668 00000000 023421B8
!ap-process-connection=20
03B8FF7C 780085BC 05BB0B40 00000000 00000000 023421B8
!ap-regkey-value-remove=20
03B8FFB4 7C57B396 023421B8 00000000 00000000 023421B8 !endthreadex=20
03B8FFEC 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW




Application exception occurred:
        App:  (pid=3D952)
        When: 20/11/2008 @ 09:43:00.781
        Exception number: c0000005 (access violation)

State Dump for Thread Id 0xb8c

eax=3D646e6957 ebx=3D0047c270 ecx=3D00b4fec8 edx=3D00b4fecc esi=3D00000000
edi=3D0047c270
eip=3D6ff09c0c esp=3D00b4fd6c ebp=3D00b4fedc iopl=3D0         nv up ei ng n=
z ac
pe cy
cs=3D001b  ss=3D0023  ds=3D0023  es=3D0023  fs=3D0038  gs=3D0000
efl=3D00000293


function: ap-get-request-note
        6ff09bf4 8b4314           mov     eax,[ebx+0x14]
ds:00846156=3D????????
        6ff09bf7 8945cc           mov     [ebp+0xcc],eax
ss:00f19dc2=3D????????
        6ff09bfa e932020000       jmp     ap-get-request-note+0x1251
(6ff09e31)
        6ff09bff 8b4dd4           mov     ecx,[ebp+0xd4]
ss:00f19dc2=3D????????
        6ff09c02 8d55f0           lea     edx,[ebp+0xf0]
ss:00f19dc2=3D????????
        6ff09c05 51               push    ecx
        6ff09c06 8d4dec           lea     ecx,[ebp+0xec]
ss:00f19dc2=3D????????
        6ff09c09 52               push    edx
        6ff09c0a 51               push    ecx
        6ff09c0b 53               push    ebx
FAULT ->6ff09c0c ff5010           call    dword ptr [eax+0x10]
ds:64ab083d=3D????????
        6ff09c0f 83c410           add     esp,0x10
        6ff09c12 83f80b           cmp     eax,0xb
        6ff09c15 0f845a020000     je      ap-get-request-note+0x1295
(6ff09e75)
        6ff09c1b 3d68fd0a00       cmp     eax,0xafd68
        6ff09c20 0f844f020000     je      ap-get-request-note+0x1295
(6ff09e75)
        6ff09c26 3dd9fc0a00       cmp     eax,0xafcd9
        6ff09c2b 0f8444020000     je      ap-get-request-note+0x1295
(6ff09e75)
        6ff09c31 3d57fd0a00       cmp     eax,0xafd57
        6ff09c36 0f8439020000     je      ap-get-request-note+0x1295
(6ff09e75)
        6ff09c3c 3d24fd0a00       cmp     eax,0xafd24
        6ff09c41 0f842e020000     je      ap-get-request-note+0x1295
(6ff09e75)

*00B4FF1C 6FF0A87C 03982C78 00000000 0042A6F0 03975C80 !ap-die=20
00B4FF34 6FF04D21 03975C80 03975C80 03975C80 0000000E
!ap-get-request-note=20
00B4FF4C 6FF04FD3 03975C80 00425430 00B4FF7C 6FF1D2DC
!ap-run-process-connection=20
00B4FF5C 6FF1D2DC 03975C80 005A4DE8 00000000 0051F810
!ap-process-connection=20
00B4FF7C 780085BC 03975C78 00000000 00000000 0051F810
!ap-regkey-value-remove=20
00B4FFB4 7C57B396 0051F810 00000000 00000000 0051F810 !endthreadex=20
00B4FFEC 00000000 00000000 00000000 00000000 00000000 kernel32!lstrcmpiW



It would be much appreciated if anyone could provide some assistance in
solving this problem. Please let me know if you need more information.

Regards,
Simon=20
Comment 4 Karl 2009-10-19 13:28:15 UTC
We are using the following config
Apache 2.2.13
Windows 2003 Server 
NO PHP!!!


MaxRequestsPerChild is set to 0.

The CHILD PROCESS dies and then is recreated. You can see that in the log and 
with the PROCESS folder of the TASK MANGER. Once restarted, APACHE become 
instable and sometimes needs to be kill manually.


[Mon Oct 19 17:40:23 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:40:23 2009] [notice] Apache/2.2.9 (Win32) mod_jk/1.2.26 mod_ssl/2.2.9 OpenSSL/0.9.8h configured -- resuming normal operations
[Mon Oct 19 17:40:23 2009] [notice] Server built: Jun 13 2008 04:04:59
[Mon Oct 19 17:40:23 2009] [notice] Parent: Created child process 2464
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:40:24 2009] [notice] Child 2464: Child process is running
[Mon Oct 19 17:40:24 2009] [notice] Child 2464: Acquired the start mutex.
[Mon Oct 19 17:40:24 2009] [notice] Child 2464: Starting 500 worker threads.
[Mon Oct 19 17:40:24 2009] [notice] Child 2464: Starting thread to listen on port 8443.
[Mon Oct 19 17:40:24 2009] [notice] Child 2464: Starting thread to listen on port 443.
[Mon Oct 19 17:40:24 2009] [notice] Child 2464: Starting thread to listen on port 80.
[Mon Oct 19 17:43:17 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:43:17 2009] [notice] Apache/2.2.9 (Win32) mod_jk/1.2.26 mod_ssl/2.2.9 OpenSSL/0.9.8h configured -- resuming normal operations
[Mon Oct 19 17:43:17 2009] [notice] Server built: Jun 13 2008 04:04:59
[Mon Oct 19 17:43:17 2009] [notice] Parent: Created child process 3180
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:43:18 2009] [notice] Child 3180: Child process is running
[Mon Oct 19 17:43:18 2009] [notice] Child 3180: Acquired the start mutex.
[Mon Oct 19 17:43:18 2009] [notice] Child 3180: Starting 500 worker threads.
[Mon Oct 19 17:43:18 2009] [notice] Child 3180: Starting thread to listen on port 8443.
[Mon Oct 19 17:43:18 2009] [notice] Child 3180: Starting thread to listen on port 443.
[Mon Oct 19 17:43:18 2009] [notice] Child 3180: Starting thread to listen on port 80.
[Mon Oct 19 17:44:18 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:44:18 2009] [notice] Apache/2.2.9 (Win32) mod_jk/1.2.26 mod_ssl/2.2.9 OpenSSL/0.9.8h configured -- resuming normal operations
[Mon Oct 19 17:44:18 2009] [notice] Server built: Jun 13 2008 04:04:59
[Mon Oct 19 17:44:18 2009] [notice] Parent: Created child process 2508
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:44:19 2009] [notice] Child 2508: Child process is running
[Mon Oct 19 17:44:19 2009] [notice] Child 2508: Acquired the start mutex.
[Mon Oct 19 17:44:19 2009] [notice] Child 2508: Starting 500 worker threads.
[Mon Oct 19 17:44:19 2009] [notice] Child 2508: Starting thread to listen on port 8443.
[Mon Oct 19 17:44:19 2009] [notice] Child 2508: Starting thread to listen on port 443.
[Mon Oct 19 17:44:19 2009] [notice] Child 2508: Starting thread to listen on port 80.
[Mon Oct 19 17:45:57 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:45:57 2009] [notice] Apache/2.2.9 (Win32) mod_jk/1.2.26 mod_ssl/2.2.9 OpenSSL/0.9.8h configured -- resuming normal operations
[Mon Oct 19 17:45:57 2009] [notice] Server built: Jun 13 2008 04:04:59
[Mon Oct 19 17:45:57 2009] [notice] Parent: Created child process 5112
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:45:57 2009] [notice] Child 5112: Child process is running
[Mon Oct 19 17:45:57 2009] [notice] Child 5112: Acquired the start mutex.
[Mon Oct 19 17:45:57 2009] [notice] Child 5112: Starting 500 worker threads.
[Mon Oct 19 17:45:58 2009] [notice] Child 5112: Starting thread to listen on port 8443.
[Mon Oct 19 17:45:58 2009] [notice] Child 5112: Starting thread to listen on port 443.
[Mon Oct 19 17:45:58 2009] [notice] Child 5112: Starting thread to listen on port 80.
[Mon Oct 19 17:48:13 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:48:13 2009] [notice] Apache/2.2.9 (Win32) mod_jk/1.2.26 mod_ssl/2.2.9 OpenSSL/0.9.8h configured -- resuming normal operations
[Mon Oct 19 17:48:13 2009] [notice] Server built: Jun 13 2008 04:04:59
[Mon Oct 19 17:48:13 2009] [notice] Parent: Created child process 4664
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.1.1.33 for ServerName
[Mon Oct 19 17:48:14 2009] [notice] Child 4664: Child process is running
[Mon Oct 19 17:48:14 2009] [notice] Child 4664: Acquired the start mutex.
[Mon Oct 19 17:48:14 2009] [notice] Child 4664: Starting 500 worker threads.
[Mon Oct 19 17:48:14 2009] [notice] Child 4664: Starting thread to listen on port 8443.
[Mon Oct 19 17:48:14 2009] [notice] Child 4664: Starting thread to listen on port 443.
[Mon Oct 19 17:48:14 2009] [notice] Child 4664: Starting thread to listen on port 80.