Path: csiph.com!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: jayjwa Newsgroups: comp.os.linux.misc Subject: Re: Apache configuration question - MPM modules Date: Sun, 08 Feb 2026 16:27:46 -0500 Organization: atr2net 2026 Message-ID: <87sebb0vu5.fsf@atr2.ath.cx> References: MIME-Version: 1.0 Content-Type: text/plain Injection-Info: solani.org; logging-data="543719"; mail-complaints-to="abuse@news.solani.org" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:wMr4GZbMmblM6qIX0WLOJb1PY3I= sha1:plcr+0lioCINlt6c/GTs65k+iYg= X-User-ID: eJwNxsEBwEAEBMCWOHZFOYfov4RkXgOjssMJOha7eTGeasYsrcLsHekHUhJYDxV7j/Rf9uT5AB3dEPo= Xref: csiph.com comp.os.linux.misc:81867 Lars Poulsen writes: > I vaguely remember a long time ago having to select among 2 or 3 > different MPM modules, using configuration statements in httpd.conf, > but looking at the httpd.conf file that I carried over from the old > system, I do not see any such statements. "Prefork" was the older one. You select them in the configs, wherever they live, like so: LoadModule mpm_event_module lib64/httpd/modules/mod_mpm_event.so #LoadModule mpm_prefork_module lib64/httpd/modules/mod_mpm_prefork.so #LoadModule mpm_worker_module lib64/httpd/modules/mod_mpm_worker.so Check in /etc/{apache,httpd,apache2} and likewise. 'locate mod_mpm_event.so' will likely show you where the modules live. Slackware is very close to upstream, so on my system they live in /usr/lib64/httpd/modules/ Your distro probably does this differently. On Slackware, most of the action happens in httpd.conf . You also have to enable the http2 module, which might be a different package all together. I'm assuming you want HTTP2. LoadModule http2_module lib64/httpd/modules/mod_http2.so Protocols h2 h2c http/1.1 -- PGP Key ID: 781C A3E2 C6ED 70A6 B356 7AF5 B510 542E D460 5CAE "The Internet should always be the Wild West!"