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: Server Restarts - suspect Caching module
Author
tsaockham



Joined: 15 Feb 2016
Posts: 4

PostPosted: Mon 15 Feb '16 15:00    Post subject: Server Restarts - suspect Caching module Reply with quote

Hello,

I'm running Apache/2.4.18 (Win32) VC11 build and I receive the following errors in the error log when I turn on caching. The restart seems to be random and sometimes involves > 2 stuck working theads. Any thoughts? Any additional conf settings I should try? Any additional info needed to help solve this issue? Note that I am also doing a ProxyPass on this site and I use the expires_module. The site runs on SSL. Any help would be greatly appreciated.

Thanks in advance.

Admin note:
Logs and config settings moved to http://apaste.info/PnU
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Wed 17 Feb '16 11:36    Post subject: Reply with quote

I wonder that you still have the accept() failed. issue.
Back to top
tsaockham



Joined: 15 Feb 2016
Posts: 4

PostPosted: Wed 17 Feb '16 11:39    Post subject: Reply with quote

What does accept() failed point to as a cause?
Back to top
tsaockham



Joined: 15 Feb 2016
Posts: 4

PostPosted: Thu 18 Feb '16 13:36    Post subject: Reply with quote

Same error triggered again last night, twice... Any ideas?

Admin note:

Logs moved to http://apaste.info/cW7
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Fri 26 Feb '16 11:05    Post subject: Reply with quote

You gotta try to disable some stuff

Code:

EnableSendfile off
EnableMMAP off
Back to top
tsaockham



Joined: 15 Feb 2016
Posts: 4

PostPosted: Fri 26 Feb '16 12:31    Post subject: Reply with quote

Thanks, I'll try that.
Back to top


Reply to topic   Topic: Server Restarts - suspect Caching module View previous topic :: View next topic
Post new topic   Forum Index -> Apache