diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-26 11:33:47 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-01-26 11:48:31 +0100 |
commit | 8dfcbd2d7d9065dea01fb259896b433ead86630b (patch) | |
tree | 7c7de402eb4502c9a16a297e90bcc8d6f945148f /profiles | |
parent | apache-2.eclass: Minor style fix (diff) | |
download | gentoo-8dfcbd2d7d9065dea01fb259896b433ead86630b.tar.gz gentoo-8dfcbd2d7d9065dea01fb259896b433ead86630b.tar.bz2 gentoo-8dfcbd2d7d9065dea01fb259896b433ead86630b.zip |
www-servers/apache: EAPI-7 revbump
Added lua module support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desc/apache2_modules.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/desc/apache2_modules.desc b/profiles/desc/apache2_modules.desc index 43a12c692e00..d303d0e84647 100644 --- a/profiles/desc/apache2_modules.desc +++ b/profiles/desc/apache2_modules.desc @@ -62,6 +62,7 @@ lbmethod_heartbeat - Heartbeat Traffic Counting load balancer scheduler algorith log_config - Logging of the requests made to the server log_forensic - Forensic Logging of the requests made to the server logio - Logging of input and output bytes per request +lua - Provides Lua hooks into various portions of the httpd request processing macro - Macros for the Apache config file md - Managing domains across virtual hosts, certificate provisioning via the ACME protocol mem_cache - Content cache keyed to URIs |