Re: Apache prefork overload caused by Googlebot crawling many host-routed sites

Tatsuki Makino <[email protected]> Tue, 3 Mar 2026 07:32:33 +0900
Newsgroups gmane.comp.apache.user
Message-ID <SI2PR01MB50368935F9940F33C49F9E26FA7EA@SI2PR01MB5036.apcprd01.prod.exchangelabs.com>
Hello.

We know, there are images that have been built up in the past :)
CGI is slow because it forks a process for each request.
If it is a module of the Apache HTTP server, it is always on standby and continues running. For example, mod_perl or mod_php.
Since when did FastCGI become such an important IPC? :)

Not currently... but in the version I was using when I enabled HTTP/2 on the Apache HTTP server, the prefork MPM could not be used for the module for HTTP/2.
It's not just load issues, there are increasing situations where prefork MPM cannot be used.

Regards.

On 2026/03/02 18:12, E.S. Rosenberg wrote:
> I may be wrong on this but I think people move to things like lighttpd for
> the HTTP/3 support.
> 
> Apache mpm-event + php-fpm works great for my uses.