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 -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Apache crash a few times every day.
Author
dan



Joined: 21 Oct 2009
Posts: 11

PostPosted: Wed 21 Oct '09 10:42    Post subject: Apache crash a few times every day. Reply with quote

Hi,

i have this installed on a W2003 server:


>PHP 5.2.10
>Apache 2.2.13
>MySQL 5.1.37
>PhpMyAdmin 3.2.1
>SQLite 2.8.17
>Pecl 5.2.6


I have a few crash every day, when i go to event viewer i see this:
Tipo de suceso: Error
Origen del suceso: Application Error
Categoría del suceso: (100)
Id. suceso: 1000
Fecha: 21/10/2009
Hora: 2:16:43
Usuario: No disponible

Descripción:
Aplicación con errores: apache.exe, versión: 2.2.13.0, módulo con error: php5ts.dll, versión 5.2.10.10, dirección de error 0x000dfabd.

Datos:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 61 70 61 ure apa
0018: 63 68 65 2e 65 78 65 20 che.exe
0020: 32 2e 32 2e 31 33 2e 30 2.2.13.0
0028: 20 69 6e 20 70 68 70 35 in php5
0030: 74 73 2e 64 6c 6c 20 35 ts.dll 5
0038: 2e 32 2e 31 30 2e 31 30 .2.10.10
0040: 20 61 74 20 6f 66 66 73 at offs
0048: 65 74 20 30 30 30 64 66 et 000df
0050: 61 62 64 abd

And this:
Tipo de suceso: Error
Origen del suceso: Application Error
Categoría del suceso: (100)
Id. suceso: 1000
Fecha: 21/10/2009
Hora: 0:28:49
Usuario: No disponible

Descripción:
Aplicación con errores: apache.exe, versión: 2.2.13.0, módulo con error: ntdll.dll, versión 5.2.3790.4455, dirección de error 0x0002cac2.


Datos:
0000: 41 70 70 6c 69 63 61 74 Applicat
0008: 69 6f 6e 20 46 61 69 6c ion Fail
0010: 75 72 65 20 20 61 70 61 ure apa
0018: 63 68 65 2e 65 78 65 20 che.exe
0020: 32 2e 32 2e 31 33 2e 30 2.2.13.0
0028: 20 69 6e 20 6e 74 64 6c in ntdl
0030: 6c 2e 64 6c 6c 20 35 2e l.dll 5.
0038: 32 2e 33 37 39 30 2e 34 2.3790.4
0040: 34 35 35 20 61 74 20 6f 455 at o
0048: 66 66 73 65 74 20 30 30 ffset 00
0050: 30 32 63 61 63 32 02cac2

I have three domains and webs running here.

The thing is, every crash , restart apache server automatically but one time stop all and i´m going crazy. Sad

Thanks for your help !
Back to top
James Blond
Moderator


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

PostPosted: Wed 21 Oct '09 11:33    Post subject: Reply with quote

PHP seems to crash your apache. Did you install the "VC6 x86 Thread Safe" version or "VC6 x86 Non Thread Safe" from http://windows.php.net/download/ ?
if you run apache as module you have to use VC6 x86 Thread Safe
Back to top
dan



Joined: 21 Oct 2009
Posts: 11

PostPosted: Wed 21 Oct '09 11:49    Post subject: Reply with quote

Hi ! I did not installed this, how can i know if apache is running as module?

I installed it from here:
http://www.easyphp.org/download.php

The left one.

Thanks !
Back to top
James Blond
Moderator


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

PostPosted: Wed 21 Oct '09 12:46    Post subject: Reply with quote

If you find LoadModule php5_module you run php as module.
Back to top
dan



Joined: 21 Oct 2009
Posts: 11

PostPosted: Wed 21 Oct '09 13:12    Post subject: Reply with quote

I have this in the httpd.conf file:

LoadModule php5_module "${path}/php/php5apache2_2.dll"
Back to top
dan



Joined: 21 Oct 2009
Posts: 11

PostPosted: Thu 22 Oct '09 11:32    Post subject: Reply with quote

So what can i do now ?

Install this? how can i install, it update the php installation? will cause problem on my server?

Thanks a lot !
Back to top
James Blond
Moderator


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

PostPosted: Thu 22 Oct '09 12:38    Post subject: Reply with quote

I think you can try: Download the newest binary from http://windows.php.net/downloads/releases/php-5.2.11-Win32-VC6-x86.zip (VC6 x86 Thread Safe) and simply replace the files. Backup before!

or you setup your own apache from your tutorial http://www.apachelounge.com/viewtopic.php?t=2394
Back to top
dan



Joined: 21 Oct 2009
Posts: 11

PostPosted: Thu 22 Oct '09 14:21    Post subject: Reply with quote

Thank you very much, I will try it in one server, not the production server...

Cheers !
Back to top


Reply to topic   Topic: Apache crash a few times every day. View previous topic :: View next topic
Post new topic   Forum Index -> Other Software