Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: https server stops responding, ok on http? |
|
Author |
|
alexjohnb
Joined: 26 Aug 2011 Posts: 22 Location: Middlesex University
|
Posted: Sun 20 Dec '15 21:19 Post subject: https server stops responding, ok on http? |
|
|
Server version: Apache/2.4.17 (Win64) Apache Lounge VC14 Server running on Windows 2008 R2 with 8GB RAM and 4xCPU at 2.67GHz.
The problem is the web server stops responding to https requests at quiet times. It continues to respond to http requests.
The only function of the server is to run a cgi script. Nothing else. This script handles authentication.
I can see nothing suspicious in the logs, apart from in the error log, in which this is continually logged:
[Sun Dec 20 18:10:28.032153 2015] [mpm_winnt:warn] [pid 3160:tid 920] (OS 64)The specified network name is no longer available. : AH00341: winnt_accept: Asynchronous AcceptEx failed.
The SSL logs log nothing between time the server presumably stopped responding and the time I restarted the server.
Any ideas? Many thanks. |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3094 Location: Hilversum, NL, EU
|
Posted: Sun 20 Dec '15 21:25 Post subject: |
|
|
When you have hangs, slow traffic and/or when having in your log entries like Asynchronous AcceptEx failed. You can try the following settings:
AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off |
|
Back to top |
|
|
|
|
|
|