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: Disabling Re-Execution on Fail-Recovery
Author
meteorquake



Joined: 21 Mar 2014
Posts: 1
Location: Scotland, Edinburgh

PostPosted: Wed 04 Jun '14 15:08    Post subject: Disabling Re-Execution on Fail-Recovery Reply with quote

Hi all!
At times as I'm developing, due to some coding error in PHP on my part, particularly calling a COM object, the apache server crashes. I'm delighted that it recovers, but in so doing it always tries to rerun the query that crashed it, which just causes another crash, and so on. Is there some way of getting round this, so that it recovers but the problematic code is not rerun?

XP SP3 (still!)
Apache/2.4.3 (Win32) mod_fcgid/2.3.7 PHP/5.4.9
Firefox (Aurora)

With much appreciation in advance,
david
Back to top
James Blond
Moderator


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

PostPosted: Wed 04 Jun '14 15:13    Post subject: Reply with quote

Do you realy run PHp over fcgid? I have it is crash than only with the NTS version. Did you try the TS version yet?
Back to top


Reply to topic   Topic: Disabling Re-Execution on Fail-Recovery View previous topic :: View next topic
Post new topic   Forum Index -> Apache