Bug 60262

Summary: Apache restart after some time period with some error
Product: Apache httpd-2 Reporter: Swapnil <swap.no1>
Component: AllAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED INVALID    
Severity: critical    
Priority: P2    
Version: 2.4.18   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Swapnil 2016-10-17 11:04:10 UTC
Hi,

I have below error :
mpm_winnt:error AH00326: Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

we hide all
#EnableMMAP off
#EnableSendfile off
#Include conf/extra/httpd-mpm.conf in apache conf file

I have mentioned below code in top of the conf file
AcceptFilter http none
AcceptFilter https none

Still I am getting the error. Can you please help me what is the exact problem ?
( Apache/2.4.18 (Win32) PHP/5.4.45 )



Thanks,
Swapnil
Comment 1 Luca Toscano 2017-02-04 12:40:53 UTC
Hi, the error seems indicating that you have no enough threads to serve the traffic that you want to handle with httpd. Please follow the suggestion on the error message, it should solve your problem.

Closing this task as invalid, but feel free to reopen it if anything is missing or if you need more info!