Hi Everyone,
I currently have WAMP installed on a Windows 7 with the specs below:
Windows 7 64-bit
WAMP
-Apache 2.4.4 (Win64)
-OpenSSL 1.0.1d
-PHP 5.4.12
8 GB of DDR3-1600MHZ RAM (2x4GB)
128 SSD
Intel Core i3-3217U @ 1.8GHZ
The problem I am having with this server is that it will stop fulfilling SSL-based requests after a certain amount of time. This server takes about 500-600 SSL based connections at any time so it is under a bit of a load. However, I don't have any bottlenecks in terms of performance. HTTPD.exe takes about 1.5GB of RAM on average and uses about 5-15% of the CPU.
The interesting thing is that the non-SSL virtual servers will respond properly. I can view the server stats via the status_module and access other virtual servers that serve different domains. When I view the status of the server I see a large amount of connections that are stuck in the "_" - Waiting for connection state. My machine that got the "ERR_CONNECTION_REFUSED" error message is also there under "Waiting for connection". So far the only fix is restarting the webserver every 5-10 minutes.
Any ideas?
Thanks,