Author |
|
tsaockham
Joined: 15 Feb 2016 Posts: 4
|
Posted: Mon 15 Feb '16 15:00 Post subject: Server Restarts - suspect Caching module |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 17 Feb '16 11:36 Post subject: |
|
|
I wonder that you still have the accept() failed. issue. |
|
Back to top |
|
tsaockham
Joined: 15 Feb 2016 Posts: 4
|
Posted: Wed 17 Feb '16 11:39 Post subject: |
|
|
What does accept() failed point to as a cause? |
|
Back to top |
|
tsaockham
Joined: 15 Feb 2016 Posts: 4
|
Posted: Thu 18 Feb '16 13:36 Post subject: |
|
|
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: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 26 Feb '16 11:05 Post subject: |
|
|
You gotta try to disable some stuff
Code: |
EnableSendfile off
EnableMMAP off
|
|
|
Back to top |
|
tsaockham
Joined: 15 Feb 2016 Posts: 4
|
Posted: Fri 26 Feb '16 12:31 Post subject: |
|
|
Thanks, I'll try that. |
|
Back to top |
|