Some time I also get this error it seems like some child process is not being killed and thats why parent remains active ? Mon Dec 07 07:04:22.142767 2020] [core:warn] [pid 1836:tid 139752646228928] AH00045: child process 2807 still did not exit, sending a SIGTERM [Mon Dec 07 07:04:24.144831 2020] [core:warn] [pid 1836:tid 139752646228928] AH00045: child process 1847 still did not exit, sending a SIGTERM [Mon Dec 07 07:04:24.144875 2020] [core:warn] [pid 1836:tid 139752646228928] AH00045: child process 2807 still did not exit, sending a SIGTERM [Mon Dec 07 07:04:26.146928 2020] [core:warn] [pid 1836:tid 139752646228928] AH00045: child process 1847 still did not exit, sending a SIGTERM [Mon Dec 07 07:04:26.146967 2020] [core:warn] [pid 1836:tid 139752646228928] AH00045: child process 2807 still did not exit, sending a SIGTERM [Mon Dec 07 07:04:28.149026 2020] [core:error] [pid 1836:tid 139752646228928] AH00046: child process 1847 still did not exit, sending a SIGKILL [Mon Dec 07 07:04:28.149092 2020] [core:error] [pid 1836:tid 139752646228928] AH00046: child process 2807 still did not exit, sending a SIGKILL
On Sunday, November 18, 2012 at 3:18:58 AM UTC+5 Graham Dumpleton wrote: > What is the specific configuration you want to see them for? Your own, or > some of the defaults? Worker MPM or prefork MPM? I can do prefork MPM now > as well. > > Graham > > > On 18 November 2012 04:45, Peter Hanley <[email protected]> wrote: > >> Graham, would you happen to have a new home for your chart images? I'd >> like to see them, but skitch has apparently changed their service >> parameters (or something), and its no longer available - maybe you need to >> sign up for an evernote account or something? > > >> >> >> On Friday, October 5, 2012 6:43:14 AM UTC-4, Graham Dumpleton wrote: >>> >>> >>> In your case therefore, if you really wanted to start up 15 servers >>> initially, and didn't want them to be shutdown if not actually >>> required, you would need to use: >>> >>> StartServers 15 >>> MaxClients 400 >>> MinSpareThreads 25 >>> MaxSpareThreads 375 >>> ThreadsPerChild 25 >>> >>> which would yield: >>> >>> https://skitch.com/grahamdumpleton/eshyg/figure-1 >>> >>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/modwsgi/-/hzDDtdN4NxgJ. >> >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/modwsgi?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/c2323f03-31cb-4d1e-bc5d-62bcaf67a762n%40googlegroups.com.
