From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Jan 2016 23:15:58 +0100 Subject: Unify quoting in metadata.xml files for machine processing Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes. --- www-servers/apache/metadata.xml | 44 ++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'www-servers/apache/metadata.xml') diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml index be4e71c0a73d..4d8c6e75d306 100644 --- a/www-servers/apache/metadata.xml +++ b/www-servers/apache/metadata.xml @@ -1,4 +1,4 @@ - + @@ -12,26 +12,26 @@ provides HTTP services in sync with the current HTTP standards. - Enable support for Application-Layer Protocol Negotiation (ALPN) in TLS. Needed by HTTP/2.0. - Install suexec with apache - 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. - Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions). - 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. - 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. - Provides support for the tunnelling of web socket connections to a backend websockets server. - Ratelimit module for transfer rate management - Remotip module for logging + Enable support for Application-Layer Protocol Negotiation (ALPN) in TLS. Needed by HTTP/2.0. + Install suexec with apache + 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. + Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions). + 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. + 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. + Provides support for the tunnelling of web socket connections to a backend websockets server. + Ratelimit module for transfer rate management + Remotip module for logging -- cgit v1.2.3-65-gdbad