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: faulting application Apache.exe faulting module mod_ssl.so
Author
heatrj



Joined: 08 Mar 2008
Posts: 2

PostPosted: Sat 08 Mar '08 0:13    Post subject: faulting application Apache.exe faulting module mod_ssl.so Reply with quote

Apache version 2.0.59.200 for Windows

Starting just a few days ago the Application event viewer filled up with errors from Event ID 100


Quote:
Faulting application Apache.exe, version 2.0.59.200, faulting module mod_ssl.so, version 2.0.59.200, fault address 0x00001230.


The apache error log just logs apache restarting about twice a minute over and over.


Quote:
[Wed Mar 05 14:18:12 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Wed Mar 05 14:18:14 2008] [notice] Apache configured -- resuming normal operations
[Wed Mar 05 14:18:14 2008] [notice] Server built: Jul 27 2006 15:55:03
[Wed Mar 05 14:18:14 2008] [notice] Parent: Created child process 6620
[Wed Mar 05 14:18:15 2008] [notice] Child 6620: Child process is running
[Wed Mar 05 14:18:15 2008] [notice] Child 6620: Acquired the start mutex.
[Wed Mar 05 14:18:15 2008] [notice] Child 6620: Starting 250 worker threads.
[Wed Mar 05 14:18:31 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Wed Mar 05 14:18:32 2008] [notice] Apache configured -- resuming normal operations
[Wed Mar 05 14:18:32 2008] [notice] Server built: Jul 27 2006 15:55:03
[Wed Mar 05 14:18:32 2008] [notice] Parent: Created child process 1092
[Wed Mar 05 14:18:33 2008] [notice] Child 1092: Child process is running
[Wed Mar 05 14:18:33 2008] [notice] Child 1092: Acquired the start mutex.
[Wed Mar 05 14:18:33 2008] [notice] Child 1092: Starting 250 worker threads.
[Wed Mar 05 14:19:52 2008] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Wed Mar 05 14:19:53 2008] [notice] Apache configured -- resuming normal operations
[Wed Mar 05 14:19:53 2008] [notice] Server built: Jul 27 2006 15:55:03
[Wed Mar 05 14:19:53 2008] [notice] Parent: Created child process 7284
[Wed Mar 05 14:19:54 2008] [notice] Child 7284: Child process is running
[Wed Mar 05 14:19:54 2008] [notice] Child 7284: Acquired the start mutex.
[Wed Mar 05 14:19:54 2008] [notice] Child 7284: Starting 250 worker threads.


I've reloaded conf files from before the errors started and no change. Researching online has only pointed to issues with people using a different version of mod_ssl than their apache installation. This isn't the case here. Another thing is SSL works fine still, and everything seems fine except the logging of the errors and apache.exe restarting repeatedly.

Any suggestions on how I can resolve the issue would be greatly appreciated.
Back to top
heatrj



Joined: 08 Mar 2008
Posts: 2

PostPosted: Mon 10 Mar '08 22:44    Post subject: Reply with quote

found the problem today. I had a test server setup somewhat similarly and compared my comp files to each other.

NameVirtualHost *:80 was uncommented and in the mod_jk.conf port 80 was being blocked. Don't know why that would cause an error indicating a problem with mod_ssl, but commenting out that line stopped the errors from being produced anymore.
Back to top


Reply to topic   Topic: faulting application Apache.exe faulting module mod_ssl.so View previous topic :: View next topic
Post new topic   Forum Index -> Apache