From 6f40ced2c889c6a2baad6a8a8c52c6d9052d23ee Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sun, 11 May 2025 09:41:54 +0200 Subject: [PATCH] profiles/desc/apache2_modules.desc: describe request module Bug: https://bugs.gentoo.org/772800 Signed-off-by: Hans de Graaff --- profiles/desc/apache2_modules.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index f557f4279de6d..2370787710dc3 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -1,4 +1,4 @@ -# Copyright 2007-2023 Gentoo Authors +# Copyright 2007-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags. @@ -81,6 +81,7 @@ proxy_wstunnel - Provides support for the tunnelling of web socket connections t ratelimit - Bandwidth Rate Limiting for Clients remoteip - Replaces the original client IP address for the connection with the useragent IP address list presented by a proxies or a load balancer via the request headers reqtimeout - Set timeout and minimum data rate for receiving requests +request - Filters to handle and make available HTTP request bodies rewrite - Provides a rule-based rewriting engine to rewrite requested URLs on the fly session - Provides support for a server wide per user session interface session_crypto - Provides support for the encryption of user sessions before being written to a local database, or written to a remote browser via an HTTP cookie