polynomial-c@gentoo.org Lars Wendler apache-bugs@gentoo.org Apache project The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. Install suexec with apache Install suexec with capabilities instead of SUID Log suexec to syslog instead of to a separate file Link in apache2 modules statically rather then plugins Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions. Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions). Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user. Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership. Enable brotli compression support Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions). Shared object cache (socache) based storage module for the HTTP caching filter. Module to rewrite links in html pages behind a reverse proxy Enable http2/alpn module Request counting load balancer scheduler algorithm for proxy_balancer. Weighted traffic counting load balancer scheduler algorithm for proxy_balancer. Pending request counting load balancer scheduler algorithm for proxy_balancer. Heartbeat traffic counting load balancer scheduler algorithm for proxy_balancer. Macros for the Apache config file. Managing domains across virtual hosts, certificate provisioning via the ACME protocol. Slot-based shared memory provider. A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment. Basic (required) security for Unix-family platforms. FCGI support module for mod_proxy. HTTP2 support module for mod_proxy. Provides support for the tunnelling of web socket connections to a backend websockets server. Ratelimit module for transfer rate management Remotip module for logging Provides infrastructure for other modules to periodically run tasks Enable xml2 encoding module