(httpd-site) branch main updated: Link to top-level MPM page. (Resolves bz#70087)

[email protected] Tue, 16 Jun 2026 14:44:17 +0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178162105711.1827776.17136400649039802220@gitbox3-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

rbowen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/httpd-site.git


The following commit(s) were added to refs/heads/main by this push:
     new cc80742  Link to top-level MPM page. (Resolves bz#70087)
cc80742 is described below

commit cc80742c59b0ca80e6392e3db0ddd80852930363
Author: Rich Bowen <[email protected]>
AuthorDate: Tue Jun 16 10:33:14 2026 -0400

    Link to top-level MPM page. (Resolves bz#70087)
---
 content/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/index.md b/content/index.md
index bda6386..8630e8c 100644
--- a/content/index.md
+++ b/content/index.md
@@ -8,7 +8,7 @@ mission-critical production infrastructure with:
 
 - **Flexible configuration** — [.htaccess](/docs/current/howto/htaccess.html) per-directory config, [virtual hosts](/docs/current/vhosts/), [dynamic module loading](/docs/current/dso.html)
 - **Security** — [TLS/SSL](/docs/current/ssl/), [authentication modules](/docs/current/howto/auth.html), [fine-grained access control](/docs/current/howto/access.html)
-- **Performance** — [event MPM](/docs/current/mod/event.html), [HTTP/2](/docs/current/howto/http2.html), [content caching](/docs/current/caching.html), [reverse proxy](/docs/current/howto/reverse_proxy.html)
+- **Performance** — [Multi-processing (MPMs)](/docs/current/mpm.html), [HTTP/2](/docs/current/howto/http2.html), [content caching](/docs/current/caching.html), [reverse proxy](/docs/current/howto/reverse_proxy.html)
 - **Extensibility** — 100+ modules for [rewriting](/docs/current/rewrite/), [proxying](/docs/current/mod/mod_proxy.html), [load balancing](/docs/current/mod/mod_proxy_balancer.html), scripting, and more
 - **Portability** — runs on Linux, Windows, macOS, and most Unix-like systems