apache keeps crashing
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Web Servers on Windows > apache keeps crashing




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    apache keeps crashing  
Julian


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-20-05 01:48 AM

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 help..
thanks
julian.

[Mon Sep 19 17:41:42 2005] [error] [client 207.46.98.149] File d
oes not
exist: G:/Apache Group/Apache2/htdocs/robots.txt
[Mon Sep 19 17:41:42 2005] [error] [client 207.46.98.149] File d
oes not
exist: G:/Apache Group/Apache2/@exp_errordir@
[Mon Sep 19 17:41:59 2005] [notice] Parent: child process exited wit
h status
3221225477 -- Restarting.
[Mon Sep 19 17:41:59 2005] [notice] Parent: Created child process 42
84
[Mon Sep 19 17:41:59 2005] [notice] Disabled use of AcceptEx() WinSo
ck2 API
[Mon Sep 19 17:42:00 2005] [notice] Child 4284: Child process is run
ning
[Mon Sep 19 17:42:00 2005] [notice] Child 4284: Acquired the start m
utex.
[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 wit
h status
3221225477 -- Restarting.
[Mon Sep 19 17:42:08 2005] [notice] Parent: Created child process 10
56
[Mon Sep 19 17:42:08 2005] [notice] Disabled use of AcceptEx() WinSo
ck2 API
[Mon Sep 19 17:42:09 2005] [notice] Child 1056: Child process is run
ning
[Mon Sep 19 17:42:09 2005] [notice] Child 1056: Acquired the start m
utex.
[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
.







[ Post a follow-up to this message ]



    Re: apache keeps crashing  
Phil Frisbie, Jr.


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-20-05 10:59 PM

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 ge
t
> 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 serv
er
> 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 b
e
bad memory or a corrupted system DLL.

--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com





[ Post a follow-up to this message ]



    Re: apache keeps crashing  
Julian


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-20-05 10:59 PM


"Phil Frisbie, Jr." <phil@hawksoft.com> wrote in message
news:TGWXe.9$u8.87@typhoon.sonic.net...
> Julian wrote:
> 
>
> 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.







[ Post a follow-up to this message ]



    Re: apache keeps crashing  
Nil


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-21-05 07:49 AM

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.





[ Post a follow-up to this message ]



    Re: apache keeps crashing  
Julian


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-21-05 10:52 PM


"Nil" <rednoise@REMOVETHIScomcast.net> wrote in message
news:Xns96D81C1C8911nilch1@216.196.97.136...
> On 20 Sep 2005, "Julian" <julvar@nospamtamu.edu> wrote in
> news:dgplg9$2un$1@news.tamu.edu:
> 
>
> 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.

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/"

the problem is this 'crashing' seems to be random and some days are worse
than others whereas for some periods I will have no problem at all. for
example, since I made the first post on this newsgroup, I have not had any
crashes. so, even if I turned off the scripts, I would not really be able to
tell if it was the scripts...
one thing I can confirm is that whenever it crashes it gives the same exit
code - 3221225477

is there a list somewhere that can tell me what this exit code means ?







[ Post a follow-up to this message ]



    Re: apache keeps crashing  
Thor Kottelin


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-21-05 10:52 PM



Julian wrote:
>
> "Nil" <rednoise@REMOVETHIScomcast.net> wrote in message
> news:Xns96D81C1C8911nilch1@216.196.97.136...
 
[vbcol=seagreen]
> 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





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:07 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register