Author |
|
dan
Joined: 21 Oct 2009 Posts: 11
|
Posted: Wed 21 Oct '09 10:42 Post subject: Apache crash a few times every day. |
|
|
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.
Thanks for your help ! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 21 Oct '09 11:33 Post subject: |
|
|
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
|
Posted: Wed 21 Oct '09 11:49 Post subject: |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 21 Oct '09 12:46 Post subject: |
|
|
If you find LoadModule php5_module you run php as module. |
|
Back to top |
|
dan
Joined: 21 Oct 2009 Posts: 11
|
Posted: Wed 21 Oct '09 13:12 Post subject: |
|
|
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
|
Posted: Thu 22 Oct '09 11:32 Post subject: |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
dan
Joined: 21 Oct 2009 Posts: 11
|
Posted: Thu 22 Oct '09 14:21 Post subject: |
|
|
Thank you very much, I will try it in one server, not the production server...
Cheers ! |
|
Back to top |
|