I have an Apache web server working in windows environment. It is working smoothly, but sometimes even when on low load, is fails to serve the said requests but quickly loads the page when user refresh the URL in the browser.
my mpm_winnt_module configuration is as follows-
ThreadLimit 3072
ThreadsPerChild 3072
MaxConnectionsPerChild 0
KeepAlive Off
and also
AcceptFilter http none
AcceptFilter https none
In Apache's, mod_status it is showing plenty of workers idle. But still page load gets halted sometimes and sometimes it gets timed out but soon it loads smoothly upon refresh.