Re: Apache prefork overload caused by Googlebot crawling many host-routed sites
Tatsuki Makino <[email protected]> Fri, 27 Feb 2026 09:01:33 +0900
| Newsgroups | gmane.comp.apache.user |
|---|---|
| Message-ID | <TYZPR01MB50373DB7D0ADEC4E61310CCDFA73A@TYZPR01MB5037.apcprd01.prod.exchangelabs.com> |
Hello. Sorry for cutting in from the side. On 2026/02/25 23:48, Frank Gingras wrote: > The solution is really to use the event mpm here - why are you bound to use > the prefork approach? When combined with PHP and the like, it sometimes causes unexpected terminations, doesn't it? It still seems to be unresolved, and the cause is unknown. It seems wise to set it to voluntarily shut down and restart after handling a certain number of requests. Prefork is what performs that for each request individually :) Regards.