Bug 60262 - Apache restart after some time period with some error
Summary: Apache restart after some time period with some error
Status: RESOLVED INVALID
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: All (show other bugs)
Version: 2.4.18
Hardware: PC All
: P2 critical (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 11:04 UTC by Swapnil
Modified: 2017-02-04 12:40 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!