diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-06-19 17:05:35 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-06-19 17:12:11 +0200 |
commit | 8bc048cc86b373dbf604912470c804742f862973 (patch) | |
tree | 90af2a322c845acd94048c8336b3e682e2e68e34 /profiles/desc/apache2_modules.desc | |
parent | www-servers/apache: add allowmethods module (diff) | |
download | gentoo-8bc048cc86b373dbf604912470c804742f862973.tar.gz gentoo-8bc048cc86b373dbf604912470c804742f862973.tar.bz2 gentoo-8bc048cc86b373dbf604912470c804742f862973.zip |
profiles/desc/apache2_modules.desc: add allowmethods
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'profiles/desc/apache2_modules.desc')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index e47f6172b19a..f557f4279de6 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -1,4 +1,4 @@ -# Copyright 2007-2022 Gentoo Authors +# Copyright 2007-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of APACHE2_MODULES USE_EXPAND flags. @@ -7,6 +7,7 @@ access_compat - Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions actions - Provides for executing CGI scripts based on media type or request method alias - Provides for mapping different parts of the host filesystem in the document tree and for URL redirection +allowmethods - This module makes it easy to restrict what HTTP methods can be used on a server asis - Sends files that contain their own HTTP headers auth_basic - Basic authentication auth_digest - User authentication using MD5 Digest Authentication |