PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > comp.info.servers.win > apache keeps crashing
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.info.servers.win Web servers for MS Windows and NT.

apache keeps crashing

Réponse
 
LinkBack Outils de la discussion
Vieux 20/09/2005, 00h18   #1
Julian
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut apache keeps crashing

hi,

I have apache 2.0.52 on win xp pro. and at a couple of times a day, the
server crashes... well, I guess it doesn't really crash all together. I get
the typical windows message that an error occurred with this program and
whether I should send an error report or not. I choose not to and the server
continues running. sometimes it crashes twice in a row.

this is the corresponding part of the error log.
I think this is what the problem is : Parent: child process exited with
status 3221225477 -- Restarting.
does anyone know what this is about ?

appreciate any ..
thanks
julian.

[Mon Sep 19 17:41:42 2005] [error] [client 207.46.98.149] File does not
exist: G:/Apache Group/Apache2/htdocs/robots.txt
[Mon Sep 19 17:41:42 2005] [error] [client 207.46.98.149] File does not
exist: G:/Apache Group/Apache2/@exp_errordir@
[Mon Sep 19 17:41:59 2005] [notice] Parent: child process exited with status
3221225477 -- Restarting.
[Mon Sep 19 17:41:59 2005] [notice] Parent: Created child process 4284
[Mon Sep 19 17:41:59 2005] [notice] Disabled use of AcceptEx() WinSock2 API
[Mon Sep 19 17:42:00 2005] [notice] Child 4284: Child process is running
[Mon Sep 19 17:42:00 2005] [notice] Child 4284: Acquired the start mutex.
[Mon Sep 19 17:42:00 2005] [notice] Child 4284: Starting 250 worker threads.
[Mon Sep 19 17:42:00 2005] [notice] Child 4284: Listening on port 80.
[Mon Sep 19 17:42:08 2005] [notice] Parent: child process exited with status
3221225477 -- Restarting.
[Mon Sep 19 17:42:08 2005] [notice] Parent: Created child process 1056
[Mon Sep 19 17:42:08 2005] [notice] Disabled use of AcceptEx() WinSock2 API
[Mon Sep 19 17:42:09 2005] [notice] Child 1056: Child process is running
[Mon Sep 19 17:42:09 2005] [notice] Child 1056: Acquired the start mutex.
[Mon Sep 19 17:42:09 2005] [notice] Child 1056: Starting 250 worker threads.
[Mon Sep 19 17:42:09 2005] [notice] Child 1056: Listening on port 80.


  Réponse avec citation
Vieux 20/09/2005, 17h22   #2
Phil Frisbie, Jr.
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache keeps crashing

Julian wrote:

> hi,
>
> I have apache 2.0.52 on win xp pro. and at a couple of times a day, the
> server crashes... well, I guess it doesn't really crash all together. I get
> the typical windows message that an error occurred with this program and
> whether I should send an error report or not. I choose not to and the server
> continues running. sometimes it crashes twice in a row.


Are you using CGI? It could be a problem with that.

Do other programs regularly crash? I know this is Windows , but it could be
bad memory or a corrupted system DLL.

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
  Réponse avec citation
Vieux 20/09/2005, 19h47   #3
Julian
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache keeps crashing


"Phil Frisbie, Jr." <phil@hawksoft.com> wrote in message
news:TGWXe.9$u8.87@typhoon.sonic.net...
> Julian wrote:
>
>> hi,
>>
>> I have apache 2.0.52 on win xp pro. and at a couple of times a day, the
>> server crashes... well, I guess it doesn't really crash all together. I
>> get the typical windows message that an error occurred with this program
>> and whether I should send an error report or not. I choose not to and the
>> server continues running. sometimes it crashes twice in a row.

>
> Are you using CGI? It could be a problem with that.
>
> Do other programs regularly crash? I know this is Windows , but it could
> be bad memory or a corrupted system DLL.
>

I have ActivePerl 5.8 installed. so, how do I know what exactly the problem
is ? cos it looks like none of the scripts were accessed at the time the
server crashed.
I was hoping someone could tell me what the exit status code 3221225477
meant?
"Parent: child process exited with status 3221225477 -- Restarting."

and no, other programs do not regularly crash... its just the webserver.
though I do have another problem.. but it looks like it is unrelated.
whenever I open windows explorer and click on the icon for D: on the left
pane, explorer hangs. but if I view 'my computer' on the left pane and
double click on the d: on the right pane, it works fine and it opens up the
d: and shows its contents. the reason I think this problem is unrelated is
cos the webserver is entirely on G: (on a separate physical drive, not just
another partition) but if someone knows the solution to this problem as
well, I'd appreciate it.

Julian.


  Réponse avec citation
Vieux 21/09/2005, 05h10   #4
Nil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache keeps crashing

On 20 Sep 2005, "Julian" <julvar@nospamtamu.edu> wrote in
news:dgplg9$2un$1@news.tamu.edu:

> I have ActivePerl 5.8 installed. so, how do I know what exactly
> the problem is ? cos it looks like none of the scripts were
> accessed at the time the server crashed.


If you have the ability to use perl CGI scripts turned on, turn it off.
If the server starts and stays up without errors, then that's where
your problem lies.
  Réponse avec citation
Vieux 21/09/2005, 17h26   #5
Julian
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache keeps crashing


  Réponse avec citation
Vieux 21/09/2005, 20h01   #6
Thor Kottelin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: apache keeps crashing



Julian wrote:
>
> "Nil" <rednoise@REMOVETHIScomcast.net> wrote in message
> news:Xns96D81C1C8911nilch1@216.196.97.136...


> > If you have the ability to use perl CGI scripts turned on, turn it off.


> is this how I turn it off (sorry, I have minimal knowledge about all this)?
> comment the following line in httpd.conf :
> ScriptAlias /cgi-bin/ "G:/Apache Group/Apache2/cgi-bin/"


However you go about it, check to make sure you won't be serving sensitive
source code to web clients.

Thor

--
http://www.anta.net/OH2GDF
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 19h14.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,20293 seconds with 14 queries