Moodle on WAMP Windows server 2012 Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

Moodle on WAMP Windows server 2012 Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

de Syed Khalid Mehmood -
Número de respuestas: 1

I am getting the following error 

[Sat Mar 21 17:18:51.858820 2020] [mpm_winnt:notice] [pid 5768:tid 636] AH00418: Parent: Created child process 3768

[Sat Mar 21 17:18:52.452608 2020] [ssl:warn] [pid 3768:tid 544] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]

[Sat Mar 21 17:18:52.515075 2020] [mpm_winnt:notice] [pid 3768:tid 544] AH00354: Child: Starting 150 worker threads.

[Sat Mar 21 17:19:56.827527 2020] [mpm_winnt:error] [pid 3768:tid 3280] AH00326: Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting


although I have increased the values to  (http-mpm)

ServerLimit             2500
 StartServers             10
    MinSpareThreads          150
    MaxSpareThreads         250
    ThreadLimit              64
    ThreadsPerChild          32
    MaxClients             8000   
MaxRequestsPerChild   10000
  but i am still getting this error 

My server RAM is 30 GB and I have 8 Cors


If anyone can help Please reply 


Thank you

Promedio de valoraciones: -
En respuesta a Syed Khalid Mehmood

Re: Moodle on WAMP Windows server 2012 Server ran out of threads to serve requests. Consider raising the ThreadsPerChild setting

de Usman Asar -
Foto de Plugin developers Foto de Testers

Khalid, have you been using the correct PHP version? as sometimes people use Non-Thread safe version for Apache thinking its windows or linux that differs between versions, in fact its the web server that seperates different PHP versions.

also, on Windows Server, you should have went for IIS installation rather than Apache.