Author |
|
davidfc1
Joined: 17 Feb 2006 Posts: 3 Location: Gold Coast
|
Posted: Fri 17 Feb '06 7:44 Post subject: Apache HTTP Server Error |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 17 Feb '06 10:14 Post subject: |
|
|
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: 3092 Location: Hilversum, NL, EU
|
Posted: Fri 17 Feb '06 15:02 Post subject: |
|
|
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
|
Posted: Sat 18 Feb '06 5:53 Post subject: PHP 5.1.3 |
|
|
I am using PHP 5.1.3 |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 18 Feb '06 10:41 Post subject: |
|
|
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
|
Posted: Mon 20 Feb '06 2:12 Post subject: |
|
|
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 |
|