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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Possible Issue with mod_fcgid on Window Server 2003 R2
Author
bill_fmicro



Joined: 09 Nov 2007
Posts: 4

PostPosted: Fri 16 Nov '07 0:53    Post subject: Possible Issue with mod_fcgid on Window Server 2003 R2 Reply with quote

Hi,

I have noted the following NT event log error on a Windows 2003 R2 web server under load using ab.exe:

Reporting queued error: faulting application httpd.exe, version 2.2.6.0, faulting module mod_fcgid.so, version 0.0.0.0, fault address 0x00003f12.

The following command line for ab will cause our Apache 2.2.6 web server to fault within 30 - 60 minutes using 1 - 2 workstations using same command line:
ab.exe -n 125000 -c 100 -k URL

Commenting out LoadModule for mod_fcgid results in the web server remaining stable for over an hour of extended load testing which leads me to believe that there may be an issue with mod_fcgid provided on this site (I used the latest one posted). Not yet fully conclusive but seems that the web server is far more stable without mod_fcgid ever being loaded.

--Bill
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Fri 16 Nov '07 3:20    Post subject: Reply with quote

It might be a good idea to enable Dr. Watson on your server and take a look at the drwtsn32.log file after this happens.

Specifically, the "Stack Back Trace" part of the log might show the function names which were called when the problem occurred.

-tom-
Back to top


Reply to topic   Topic: Possible Issue with mod_fcgid on Window Server 2003 R2 View previous topic :: View next topic
Post new topic   Forum Index -> Apache