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: Apache HTTP Server Error
Author
davidfc1



Joined: 17 Feb 2006
Posts: 3
Location: Gold Coast

PostPosted: Fri 17 Feb '06 7:44    Post subject: Apache HTTP Server Error Reply with quote

I have Apache 2.2 loaded onto a XP computer. While i am browser my site i get the following windows error "Appache HTTP Server has encountered a problem and needs to close" as well as getting a memory error "Apache.exe - Application Error. ......... The memory could not be written. I have tried uninstalling and reinstalling Apache. In the Apache log i get the following message "[Fri Feb 17 15:35:07 2006] [notice] Parent: child process exited with status 3221225477 -- Restarting." It will restart again but its very frustrating.

Any ideas??

Thanks a million
Back to top
James Blond
Moderator


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

PostPosted: Fri 17 Feb '06 10:14    Post subject: Reply with quote

Mostly is that a memoryleak from PHP. Which version of PHP do you use? I had the same problem with some versions of PHP. After installing a newer Version it worked.
Back to top
Steffen
Moderator


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

PostPosted: Fri 17 Feb '06 15:02    Post subject: Reply with quote

Indeed James, a possibilty.

I seen this also when a php-script is calling a external program (php function "exec").

Steffen
Back to top
davidfc1



Joined: 17 Feb 2006
Posts: 3
Location: Gold Coast

PostPosted: Sat 18 Feb '06 5:53    Post subject: PHP 5.1.3 Reply with quote

I am using PHP 5.1.3
Back to top
James Blond
Moderator


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

PostPosted: Sat 18 Feb '06 10:41    Post subject: Reply with quote

Ok, I see. PHP 5.1.3 is still in development. Try PHP 5.1.2 download it from this server or a mirror from this. Steffen compiled it for Apache 2.2.0
Back to top
davidfc1



Joined: 17 Feb 2006
Posts: 3
Location: Gold Coast

PostPosted: Mon 20 Feb '06 2:12    Post subject: Reply with quote

Thanks for the help, i have down graded to 5.1.2 and it still didnt fix the problem, Steffen how do i found out if its calling a external program and if it is, what do i do to stop it?

Thanks
Back to top


Reply to topic   Topic: Apache HTTP Server Error View previous topic :: View next topic
Post new topic   Forum Index -> Apache