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: httpd crashing on its own
Author
jfha73



Joined: 18 Aug 2011
Posts: 62
Location: New York

PostPosted: Fri 12 Jul '13 15:18    Post subject: httpd crashing on its own Reply with quote

Hey guys I have:

httpd 2.4.4 x64 with php 5.5 x64 and mysql 5.6 x64, it worked just fine the first few days, but after a week or so, I'm starting to get this error:

[mpm_winnt:notice] [pid 1928:tid 552] AH00428: Parent: child process 8092 exited with status 255 -- Restarting.

What can cause that and how can I fix it?

Thanks.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Fri 12 Jul '13 15:34    Post subject: Reply with quote

Mostly a php extension is causing this.

Do you run php as module(php5apache2_4.dl) or with mod_fcgid. Mod_fcgid is mostly preferred not to get this kind of errors.

Steffen
Back to top
Smitty



Joined: 03 Jan 2008
Posts: 197

PostPosted: Fri 12 Jul '13 16:20    Post subject: Reply with quote

That is the classic error you'll see a ton if you run PHP as an Apache module. Switching to mod_fcgid like Steffen recommends will fix it.
Back to top


Reply to topic   Topic: httpd crashing on its own View previous topic :: View next topic
Post new topic   Forum Index -> Apache