www-servers/apache: Re-added apache project.
[gentoo.git] / www-servers / apache / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer type="person">
5                 <email>polynomial-c@gentoo.org</email>
6                 <name>Lars Wendler</name>
7         </maintainer>
8         <maintainer type="project">
9                 <email>apache-bugs@gentoo.org</email>
10                 <name>Apache project</name>
11         </maintainer>
12         <longdescription>
13                 The Apache HTTP Server Project is an effort to develop and maintain an
14                 open-source HTTP server for modern operating systems. The goal of this
15                 project is to provide a secure, efficient and extensible server that
16                 provides HTTP services in sync with the current HTTP standards.
17         </longdescription>
18         <use>
19                 <flag name="suexec">Install suexec with apache</flag>
20                 <flag name="suexec-caps">Install suexec with capabilities instead of SUID</flag>
21                 <flag name="suexec-syslog">Log suexec to syslog instead of to a separate file</flag>
22                 <flag name="static">Link in apache2 modules statically rather then plugins</flag>
23                 <flag name="apache2_modules_access_compat">Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions.</flag>
24                 <flag name="apache2_modules_authn_core">Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions).</flag>
25                 <flag name="apache2_modules_authz_core">Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user.</flag>
26                 <flag name="apache2_modules_authz_dbd">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.</flag>
27                 <flag name="apache2_modules_brotli">Enable brotli compression support</flag>
28                 <flag name="apache2_modules_cache_disk">Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions).</flag>
29                 <flag name="apache2_modules_cache_socache">Shared object cache (socache) based storage module for the HTTP caching filter.</flag>
30                 <flag name="apache2_modules_proxy_html">Module to rewrite links in html pages behind a reverse proxy</flag>
31                 <flag name="apache2_modules_http2">Enable http2/alpn module</flag>
32                 <flag name="apache2_modules_lbmethod_byrequests">Request counting load balancer scheduler algorithm for proxy_balancer.</flag>
33                 <flag name="apache2_modules_lbmethod_bytraffic">Weighted traffic counting load balancer scheduler algorithm for proxy_balancer.</flag>
34                 <flag name="apache2_modules_lbmethod_bybusyness">Pending request counting load balancer scheduler algorithm for proxy_balancer.</flag>
35                 <flag name="apache2_modules_lbmethod_heartbeat">Heartbeat traffic counting load balancer scheduler algorithm for proxy_balancer.</flag>
36                 <flag name="apache2_modules_macro">Macros for the Apache config file.</flag>
37                 <flag name="apache2_modules_md">Managing domains across virtual hosts, certificate provisioning via the ACME protocol.</flag>
38                 <flag name="apache2_modules_slotmem_shm">Slot-based shared memory provider.</flag>
39                 <flag name="apache2_modules_socache_shmcb">A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment.</flag>
40                 <flag name="apache2_modules_unixd">Basic (required) security for Unix-family platforms.</flag>
41                 <flag name="apache2_modules_proxy_fcgi">FCGI support module for mod_proxy.</flag>
42                 <flag name="apache2_modules_proxy_http2">HTTP2 support module for mod_proxy.</flag>
43                 <flag name="apache2_modules_proxy_wstunnel">Provides support for the tunnelling of web socket connections to a backend websockets server.</flag>
44                 <flag name="apache2_modules_ratelimit">Ratelimit module for transfer rate management</flag>
45                 <flag name="apache2_modules_remoteip">Remotip module for logging</flag>
46                 <flag name="apache2_modules_watchdog">Provides infrastructure for other modules to periodically run tasks</flag>
47                 <flag name="apache2_modules_xml2enc">Enable xml2 encoding module</flag>
48         </use>
49 </pkgmetadata>