logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Parent: child process exited with status 3221225477 -- Resta
Author
iiq374



Joined: 20 Oct 2009
Posts: 1

PostPosted: Tue 20 Oct '09 1:53    Post subject: Parent: child process exited with status 3221225477 -- Resta Reply with quote

Hi there,

We are running Apache as a forward proxy on Windows Server 2003 R2 and keep getting this error in the logs (about every 5 minutes when server is under load):

[Mon Oct 19 19:50:17 2009] [notice] Parent: child process exited with status 3221225477 -- Restarting.

We do not use PHP, Perl, MySQL etc; main modules used are mod_jk, mod_rewrite, and mod_proxy

Any ideas - I'm tearing my hair out on this one!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Tue 20 Oct '09 9:49    Post subject: Reply with quote

3221225477 is C0000005 in hex notation, which is just the good old general protection fault, caught by the windows kernel.
So some module or part of apache causing that protection fault. Anything in the windows event log? Did you try to run apache in debug mode?
Back to top


Reply to topic   Topic: Parent: child process exited with status 3221225477 -- Resta View previous topic :: View next topic
Post new topic   Forum Index -> Apache