Received: by mail.netbsd.org (Postfix, from userid 605) id ADE3184EDB; Wed, 24 Oct 2018 10:08:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0552684DCE for ; Wed, 24 Oct 2018 10:08:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qg2a-Xreovoq for ; Wed, 24 Oct 2018 10:08:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B80B284CD5 for ; Wed, 24 Oct 2018 10:08:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEF64FBEE; Wed, 24 Oct 2018 10:08:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1540375680126930" MIME-Version: 1.0 Date: Wed, 24 Oct 2018 10:08:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/apache24 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181024100800.AEF64FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1540375680126930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 24 10:08:00 UTC 2018 Modified Files: pkgsrc/www/apache24: Makefile PLIST distinfo Log Message: apache24: updated to 2.4.37 Changes with Apache 2.4.37 *) mod_ssl: Fix HTTP/2 failures when using OpenSSL 1.1.1. *) mod_ssl: Fix crash during SSL renegotiation with OptRenegotiate set, when client certificates are available from the original handshake but were originally not verified and should get verified now. This is a regression in 2.4.36 (unreleased). *) mod_ssl: Correctly merge configurations that have client certificates set by SSLProxyMachineCertificate{File|Path}. Changes with Apache 2.4.36 *) mod_brotli, mod_deflate: Restore the separate handling of 304 Not Modified responses. Regression introduced in 2.4.35. *) mod_proxy_scgi, mod_proxy_uwsgi: improve error handling when sending the body of the response. *) mod_http2: adding defensive code for stream EOS handling, in case the request handler missed to signal it the normal way (eos buckets). *) ab: Add client certificate support. *) ab: Disable printing temp key for OpenSSL before version 1.0.2. SSL_get_server_tmp_key is not available there. *) mod_ssl: Fix a regression that the configuration settings for verify mode and verify depth were taken from the frontend connection in case of connections by the proxy to the backend. *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and before signals handling to avoid lifetime issues on restart or shutdown. *) mod_ssl: Add support for OpenSSL 1.1.1 and TLSv1.3. TLSv1.3 has behavioural changes compared to v1.2 and earlier; client and configuration changes should be expected. SSLCipherSuite is enhanced for TLSv1.3 ciphers, but applies at vhost level only. *) mod_auth_basic: Be less tolerant when parsing the credencial. Only spaces should be accepted after the authorization scheme. \t are also tolerated. *) mod_proxy_hcheck: Fix issues with interval determination. *) mod_proxy_hcheck: Fix issues with TCP health checks. *) mod_proxy_hcheck: take balancer's SSLProxy* directives into account. *) mod_status, mod_echo: Fix the display of client addresses. They were truncated to 31 characters which is not enough for IPv6 addresses. This is done by deprecating the use of the 'client' field and using the new 'client64' field in worker_score. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/apache24/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/apache24/PLIST cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/apache24/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1540375680126930 Content-Disposition: inline Content-Length: 59880 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/apache24/Makefile diff -u pkgsrc/www/apache24/Makefile:1.73 pkgsrc/www/apache24/Makefile:1.74 --- pkgsrc/www/apache24/Makefile:1.73 Mon Sep 24 07:37:47 2018 +++ pkgsrc/www/apache24/Makefile Wed Oct 24 10:08:00 2018 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.73 2018/09/24 07:37:47 adam Exp $ +# $NetBSD: Makefile,v 1.74 2018/10/24 10:08:00 adam Exp $ # # When updating this package, make sure that no strings like # "PR 12345" are in the commit message. Upstream likes # to reference their own PRs this way, but this ends up # in NetBSD GNATS. -DISTNAME= httpd-2.4.35 +DISTNAME= httpd-2.4.37 PKGNAME= ${DISTNAME:S/httpd/apache/} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} Index: pkgsrc/www/apache24/PLIST diff -u pkgsrc/www/apache24/PLIST:1.26 pkgsrc/www/apache24/PLIST:1.27 --- pkgsrc/www/apache24/PLIST:1.26 Mon Sep 24 07:37:47 2018 +++ pkgsrc/www/apache24/PLIST Wed Oct 24 10:08:00 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.26 2018/09/24 07:37:47 adam Exp $ +@comment $NetBSD: PLIST,v 1.27 2018/10/24 10:08:00 adam Exp $ bin/ab bin/apxs bin/dbmmanage @@ -503,24 +503,24 @@ share/httpd/manual/LICENSE share/httpd/manual/bind.html share/httpd/manual/bind.html.de share/httpd/manual/bind.html.en -share/httpd/manual/bind.html.fr +share/httpd/manual/bind.html.fr.utf8 share/httpd/manual/bind.html.ja.utf8 share/httpd/manual/bind.html.ko.euc-kr share/httpd/manual/bind.html.tr.utf8 share/httpd/manual/caching.html share/httpd/manual/caching.html.en -share/httpd/manual/caching.html.fr +share/httpd/manual/caching.html.fr.utf8 share/httpd/manual/caching.html.tr.utf8 share/httpd/manual/configuring.html share/httpd/manual/configuring.html.de share/httpd/manual/configuring.html.en -share/httpd/manual/configuring.html.fr +share/httpd/manual/configuring.html.fr.utf8 share/httpd/manual/configuring.html.ja.utf8 share/httpd/manual/configuring.html.ko.euc-kr share/httpd/manual/configuring.html.tr.utf8 share/httpd/manual/content-negotiation.html share/httpd/manual/content-negotiation.html.en -share/httpd/manual/content-negotiation.html.fr +share/httpd/manual/content-negotiation.html.fr.utf8 share/httpd/manual/content-negotiation.html.ja.utf8 share/httpd/manual/content-negotiation.html.ko.euc-kr share/httpd/manual/content-negotiation.html.tr.utf8 @@ -528,7 +528,7 @@ share/httpd/manual/convenience.map share/httpd/manual/custom-error.html share/httpd/manual/custom-error.html.en share/httpd/manual/custom-error.html.es -share/httpd/manual/custom-error.html.fr +share/httpd/manual/custom-error.html.fr.utf8 share/httpd/manual/custom-error.html.ja.utf8 share/httpd/manual/custom-error.html.ko.euc-kr share/httpd/manual/custom-error.html.tr.utf8 @@ -561,53 +561,53 @@ share/httpd/manual/developer/thread_safe share/httpd/manual/developer/thread_safety.html.en share/httpd/manual/dns-caveats.html share/httpd/manual/dns-caveats.html.en -share/httpd/manual/dns-caveats.html.fr +share/httpd/manual/dns-caveats.html.fr.utf8 share/httpd/manual/dns-caveats.html.ja.utf8 share/httpd/manual/dns-caveats.html.ko.euc-kr share/httpd/manual/dns-caveats.html.tr.utf8 share/httpd/manual/dso.html share/httpd/manual/dso.html.en -share/httpd/manual/dso.html.fr +share/httpd/manual/dso.html.fr.utf8 share/httpd/manual/dso.html.ja.utf8 share/httpd/manual/dso.html.ko.euc-kr share/httpd/manual/dso.html.tr.utf8 share/httpd/manual/env.html share/httpd/manual/env.html.en -share/httpd/manual/env.html.fr +share/httpd/manual/env.html.fr.utf8 share/httpd/manual/env.html.ja.utf8 share/httpd/manual/env.html.ko.euc-kr share/httpd/manual/env.html.tr.utf8 share/httpd/manual/expr.html share/httpd/manual/expr.html.en -share/httpd/manual/expr.html.fr +share/httpd/manual/expr.html.fr.utf8 share/httpd/manual/faq/index.html share/httpd/manual/faq/index.html.en share/httpd/manual/faq/index.html.es -share/httpd/manual/faq/index.html.fr +share/httpd/manual/faq/index.html.fr.utf8 share/httpd/manual/faq/index.html.tr.utf8 share/httpd/manual/faq/index.html.zh-cn.utf8 share/httpd/manual/filter.html share/httpd/manual/filter.html.en share/httpd/manual/filter.html.es -share/httpd/manual/filter.html.fr +share/httpd/manual/filter.html.fr.utf8 share/httpd/manual/filter.html.ja.utf8 share/httpd/manual/filter.html.ko.euc-kr share/httpd/manual/filter.html.tr.utf8 share/httpd/manual/getting-started.html share/httpd/manual/getting-started.html.en -share/httpd/manual/getting-started.html.fr +share/httpd/manual/getting-started.html.fr.utf8 share/httpd/manual/glossary.html share/httpd/manual/glossary.html.de share/httpd/manual/glossary.html.en share/httpd/manual/glossary.html.es -share/httpd/manual/glossary.html.fr +share/httpd/manual/glossary.html.fr.utf8 share/httpd/manual/glossary.html.ja.utf8 share/httpd/manual/glossary.html.ko.euc-kr share/httpd/manual/glossary.html.tr.utf8 share/httpd/manual/handler.html share/httpd/manual/handler.html.en share/httpd/manual/handler.html.es -share/httpd/manual/handler.html.fr +share/httpd/manual/handler.html.fr.utf8 share/httpd/manual/handler.html.ja.utf8 share/httpd/manual/handler.html.ko.euc-kr share/httpd/manual/handler.html.tr.utf8 @@ -615,52 +615,52 @@ share/httpd/manual/handler.html.zh-cn.ut share/httpd/manual/howto/access.html share/httpd/manual/howto/access.html.en share/httpd/manual/howto/access.html.es -share/httpd/manual/howto/access.html.fr +share/httpd/manual/howto/access.html.fr.utf8 share/httpd/manual/howto/auth.html share/httpd/manual/howto/auth.html.en share/httpd/manual/howto/auth.html.es -share/httpd/manual/howto/auth.html.fr +share/httpd/manual/howto/auth.html.fr.utf8 share/httpd/manual/howto/auth.html.ja.utf8 share/httpd/manual/howto/auth.html.ko.euc-kr share/httpd/manual/howto/auth.html.tr.utf8 share/httpd/manual/howto/cgi.html share/httpd/manual/howto/cgi.html.en share/httpd/manual/howto/cgi.html.es -share/httpd/manual/howto/cgi.html.fr +share/httpd/manual/howto/cgi.html.fr.utf8 share/httpd/manual/howto/cgi.html.ja.utf8 share/httpd/manual/howto/cgi.html.ko.euc-kr share/httpd/manual/howto/htaccess.html share/httpd/manual/howto/htaccess.html.en share/httpd/manual/howto/htaccess.html.es -share/httpd/manual/howto/htaccess.html.fr +share/httpd/manual/howto/htaccess.html.fr.utf8 share/httpd/manual/howto/htaccess.html.ja.utf8 share/httpd/manual/howto/htaccess.html.ko.euc-kr share/httpd/manual/howto/htaccess.html.pt-br share/httpd/manual/howto/http2.html share/httpd/manual/howto/http2.html.en share/httpd/manual/howto/http2.html.es -share/httpd/manual/howto/http2.html.fr +share/httpd/manual/howto/http2.html.fr.utf8 share/httpd/manual/howto/index.html share/httpd/manual/howto/index.html.en share/httpd/manual/howto/index.html.es -share/httpd/manual/howto/index.html.fr +share/httpd/manual/howto/index.html.fr.utf8 share/httpd/manual/howto/index.html.ja.utf8 share/httpd/manual/howto/index.html.ko.euc-kr share/httpd/manual/howto/index.html.zh-cn.utf8 share/httpd/manual/howto/public_html.html share/httpd/manual/howto/public_html.html.en share/httpd/manual/howto/public_html.html.es -share/httpd/manual/howto/public_html.html.fr +share/httpd/manual/howto/public_html.html.fr.utf8 share/httpd/manual/howto/public_html.html.ja.utf8 share/httpd/manual/howto/public_html.html.ko.euc-kr share/httpd/manual/howto/public_html.html.tr.utf8 share/httpd/manual/howto/reverse_proxy.html share/httpd/manual/howto/reverse_proxy.html.en -share/httpd/manual/howto/reverse_proxy.html.fr +share/httpd/manual/howto/reverse_proxy.html.fr.utf8 share/httpd/manual/howto/ssi.html share/httpd/manual/howto/ssi.html.en share/httpd/manual/howto/ssi.html.es -share/httpd/manual/howto/ssi.html.fr +share/httpd/manual/howto/ssi.html.fr.utf8 share/httpd/manual/howto/ssi.html.ja.utf8 share/httpd/manual/howto/ssi.html.ko.euc-kr share/httpd/manual/images/apache_header.gif @@ -713,7 +713,7 @@ share/httpd/manual/index.html.da share/httpd/manual/index.html.de share/httpd/manual/index.html.en share/httpd/manual/index.html.es -share/httpd/manual/index.html.fr +share/httpd/manual/index.html.fr.utf8 share/httpd/manual/index.html.ja.utf8 share/httpd/manual/index.html.ko.euc-kr share/httpd/manual/index.html.pt-br @@ -723,7 +723,7 @@ share/httpd/manual/install.html share/httpd/manual/install.html.de share/httpd/manual/install.html.en share/httpd/manual/install.html.es -share/httpd/manual/install.html.fr +share/httpd/manual/install.html.fr.utf8 share/httpd/manual/install.html.ja.utf8 share/httpd/manual/install.html.ko.euc-kr share/httpd/manual/install.html.tr.utf8 @@ -731,7 +731,7 @@ share/httpd/manual/invoking.html share/httpd/manual/invoking.html.de share/httpd/manual/invoking.html.en share/httpd/manual/invoking.html.es -share/httpd/manual/invoking.html.fr +share/httpd/manual/invoking.html.fr.utf8 share/httpd/manual/invoking.html.ja.utf8 share/httpd/manual/invoking.html.ko.euc-kr share/httpd/manual/invoking.html.tr.utf8 @@ -739,45 +739,45 @@ share/httpd/manual/license.html share/httpd/manual/license.html.en share/httpd/manual/logs.html share/httpd/manual/logs.html.en -share/httpd/manual/logs.html.fr +share/httpd/manual/logs.html.fr.utf8 share/httpd/manual/logs.html.ja.utf8 share/httpd/manual/logs.html.ko.euc-kr share/httpd/manual/logs.html.tr.utf8 share/httpd/manual/misc/index.html share/httpd/manual/misc/index.html.en share/httpd/manual/misc/index.html.es -share/httpd/manual/misc/index.html.fr +share/httpd/manual/misc/index.html.fr.utf8 share/httpd/manual/misc/index.html.ko.euc-kr share/httpd/manual/misc/index.html.tr.utf8 share/httpd/manual/misc/index.html.zh-cn.utf8 share/httpd/manual/misc/password_encryptions.html share/httpd/manual/misc/password_encryptions.html.en -share/httpd/manual/misc/password_encryptions.html.fr +share/httpd/manual/misc/password_encryptions.html.fr.utf8 share/httpd/manual/misc/perf-tuning.html share/httpd/manual/misc/perf-tuning.html.en -share/httpd/manual/misc/perf-tuning.html.fr +share/httpd/manual/misc/perf-tuning.html.fr.utf8 share/httpd/manual/misc/perf-tuning.html.ko.euc-kr share/httpd/manual/misc/perf-tuning.html.tr.utf8 share/httpd/manual/misc/relevant_standards.html share/httpd/manual/misc/relevant_standards.html.en -share/httpd/manual/misc/relevant_standards.html.fr +share/httpd/manual/misc/relevant_standards.html.fr.utf8 share/httpd/manual/misc/relevant_standards.html.ko.euc-kr share/httpd/manual/misc/security_tips.html share/httpd/manual/misc/security_tips.html.en -share/httpd/manual/misc/security_tips.html.fr +share/httpd/manual/misc/security_tips.html.fr.utf8 share/httpd/manual/misc/security_tips.html.ko.euc-kr share/httpd/manual/misc/security_tips.html.tr.utf8 share/httpd/manual/mod/core.html share/httpd/manual/mod/core.html.de share/httpd/manual/mod/core.html.en share/httpd/manual/mod/core.html.es -share/httpd/manual/mod/core.html.fr +share/httpd/manual/mod/core.html.fr.utf8 share/httpd/manual/mod/core.html.ja.utf8 share/httpd/manual/mod/core.html.tr.utf8 share/httpd/manual/mod/directive-dict.html share/httpd/manual/mod/directive-dict.html.en share/httpd/manual/mod/directive-dict.html.es -share/httpd/manual/mod/directive-dict.html.fr +share/httpd/manual/mod/directive-dict.html.fr.utf8 share/httpd/manual/mod/directive-dict.html.ja.utf8 share/httpd/manual/mod/directive-dict.html.ko.euc-kr share/httpd/manual/mod/directive-dict.html.tr.utf8 @@ -785,530 +785,530 @@ share/httpd/manual/mod/directives.html share/httpd/manual/mod/directives.html.de share/httpd/manual/mod/directives.html.en share/httpd/manual/mod/directives.html.es -share/httpd/manual/mod/directives.html.fr +share/httpd/manual/mod/directives.html.fr.utf8 share/httpd/manual/mod/directives.html.ja.utf8 share/httpd/manual/mod/directives.html.ko.euc-kr share/httpd/manual/mod/directives.html.tr.utf8 share/httpd/manual/mod/directives.html.zh-cn.utf8 share/httpd/manual/mod/event.html share/httpd/manual/mod/event.html.en -share/httpd/manual/mod/event.html.fr +share/httpd/manual/mod/event.html.fr.utf8 share/httpd/manual/mod/index.html share/httpd/manual/mod/index.html.de share/httpd/manual/mod/index.html.en share/httpd/manual/mod/index.html.es -share/httpd/manual/mod/index.html.fr +share/httpd/manual/mod/index.html.fr.utf8 share/httpd/manual/mod/index.html.ja.utf8 share/httpd/manual/mod/index.html.ko.euc-kr share/httpd/manual/mod/index.html.tr.utf8 share/httpd/manual/mod/index.html.zh-cn.utf8 share/httpd/manual/mod/mod_access_compat.html share/httpd/manual/mod/mod_access_compat.html.en -share/httpd/manual/mod/mod_access_compat.html.fr +share/httpd/manual/mod/mod_access_compat.html.fr.utf8 share/httpd/manual/mod/mod_access_compat.html.ja.utf8 share/httpd/manual/mod/mod_actions.html share/httpd/manual/mod/mod_actions.html.de share/httpd/manual/mod/mod_actions.html.en -share/httpd/manual/mod/mod_actions.html.fr +share/httpd/manual/mod/mod_actions.html.fr.utf8 share/httpd/manual/mod/mod_actions.html.ja.utf8 share/httpd/manual/mod/mod_actions.html.ko.euc-kr share/httpd/manual/mod/mod_alias.html share/httpd/manual/mod/mod_alias.html.en -share/httpd/manual/mod/mod_alias.html.fr +share/httpd/manual/mod/mod_alias.html.fr.utf8 share/httpd/manual/mod/mod_alias.html.ja.utf8 share/httpd/manual/mod/mod_alias.html.ko.euc-kr share/httpd/manual/mod/mod_alias.html.tr.utf8 share/httpd/manual/mod/mod_allowmethods.html share/httpd/manual/mod/mod_allowmethods.html.en -share/httpd/manual/mod/mod_allowmethods.html.fr +share/httpd/manual/mod/mod_allowmethods.html.fr.utf8 share/httpd/manual/mod/mod_asis.html share/httpd/manual/mod/mod_asis.html.en -share/httpd/manual/mod/mod_asis.html.fr +share/httpd/manual/mod/mod_asis.html.fr.utf8 share/httpd/manual/mod/mod_asis.html.ja.utf8 share/httpd/manual/mod/mod_asis.html.ko.euc-kr share/httpd/manual/mod/mod_auth_basic.html share/httpd/manual/mod/mod_auth_basic.html.en -share/httpd/manual/mod/mod_auth_basic.html.fr +share/httpd/manual/mod/mod_auth_basic.html.fr.utf8 share/httpd/manual/mod/mod_auth_basic.html.ja.utf8 share/httpd/manual/mod/mod_auth_basic.html.ko.euc-kr share/httpd/manual/mod/mod_auth_digest.html share/httpd/manual/mod/mod_auth_digest.html.en -share/httpd/manual/mod/mod_auth_digest.html.fr +share/httpd/manual/mod/mod_auth_digest.html.fr.utf8 share/httpd/manual/mod/mod_auth_digest.html.ko.euc-kr share/httpd/manual/mod/mod_auth_form.html share/httpd/manual/mod/mod_auth_form.html.en -share/httpd/manual/mod/mod_auth_form.html.fr +share/httpd/manual/mod/mod_auth_form.html.fr.utf8 share/httpd/manual/mod/mod_authn_anon.html share/httpd/manual/mod/mod_authn_anon.html.en -share/httpd/manual/mod/mod_authn_anon.html.fr +share/httpd/manual/mod/mod_authn_anon.html.fr.utf8 share/httpd/manual/mod/mod_authn_anon.html.ja.utf8 share/httpd/manual/mod/mod_authn_anon.html.ko.euc-kr share/httpd/manual/mod/mod_authn_core.html share/httpd/manual/mod/mod_authn_core.html.en -share/httpd/manual/mod/mod_authn_core.html.fr +share/httpd/manual/mod/mod_authn_core.html.fr.utf8 share/httpd/manual/mod/mod_authn_dbd.html share/httpd/manual/mod/mod_authn_dbd.html.en -share/httpd/manual/mod/mod_authn_dbd.html.fr +share/httpd/manual/mod/mod_authn_dbd.html.fr.utf8 share/httpd/manual/mod/mod_authn_dbm.html share/httpd/manual/mod/mod_authn_dbm.html.en -share/httpd/manual/mod/mod_authn_dbm.html.fr +share/httpd/manual/mod/mod_authn_dbm.html.fr.utf8 share/httpd/manual/mod/mod_authn_dbm.html.ja.utf8 share/httpd/manual/mod/mod_authn_dbm.html.ko.euc-kr share/httpd/manual/mod/mod_authn_file.html share/httpd/manual/mod/mod_authn_file.html.en -share/httpd/manual/mod/mod_authn_file.html.fr +share/httpd/manual/mod/mod_authn_file.html.fr.utf8 share/httpd/manual/mod/mod_authn_file.html.ja.utf8 share/httpd/manual/mod/mod_authn_file.html.ko.euc-kr share/httpd/manual/mod/mod_authn_socache.html share/httpd/manual/mod/mod_authn_socache.html.en -share/httpd/manual/mod/mod_authn_socache.html.fr +share/httpd/manual/mod/mod_authn_socache.html.fr.utf8 share/httpd/manual/mod/mod_authnz_fcgi.html share/httpd/manual/mod/mod_authnz_fcgi.html.en -share/httpd/manual/mod/mod_authnz_fcgi.html.fr +share/httpd/manual/mod/mod_authnz_fcgi.html.fr.utf8 share/httpd/manual/mod/mod_authnz_ldap.html share/httpd/manual/mod/mod_authnz_ldap.html.en -share/httpd/manual/mod/mod_authnz_ldap.html.fr +share/httpd/manual/mod/mod_authnz_ldap.html.fr.utf8 share/httpd/manual/mod/mod_authz_core.html share/httpd/manual/mod/mod_authz_core.html.en -share/httpd/manual/mod/mod_authz_core.html.fr +share/httpd/manual/mod/mod_authz_core.html.fr.utf8 share/httpd/manual/mod/mod_authz_dbd.html share/httpd/manual/mod/mod_authz_dbd.html.en -share/httpd/manual/mod/mod_authz_dbd.html.fr +share/httpd/manual/mod/mod_authz_dbd.html.fr.utf8 share/httpd/manual/mod/mod_authz_dbm.html share/httpd/manual/mod/mod_authz_dbm.html.en -share/httpd/manual/mod/mod_authz_dbm.html.fr +share/httpd/manual/mod/mod_authz_dbm.html.fr.utf8 share/httpd/manual/mod/mod_authz_dbm.html.ko.euc-kr share/httpd/manual/mod/mod_authz_groupfile.html share/httpd/manual/mod/mod_authz_groupfile.html.en -share/httpd/manual/mod/mod_authz_groupfile.html.fr +share/httpd/manual/mod/mod_authz_groupfile.html.fr.utf8 share/httpd/manual/mod/mod_authz_groupfile.html.ja.utf8 share/httpd/manual/mod/mod_authz_groupfile.html.ko.euc-kr share/httpd/manual/mod/mod_authz_host.html share/httpd/manual/mod/mod_authz_host.html.en -share/httpd/manual/mod/mod_authz_host.html.fr +share/httpd/manual/mod/mod_authz_host.html.fr.utf8 share/httpd/manual/mod/mod_authz_owner.html share/httpd/manual/mod/mod_authz_owner.html.en -share/httpd/manual/mod/mod_authz_owner.html.fr +share/httpd/manual/mod/mod_authz_owner.html.fr.utf8 share/httpd/manual/mod/mod_authz_owner.html.ja.utf8 share/httpd/manual/mod/mod_authz_owner.html.ko.euc-kr share/httpd/manual/mod/mod_authz_user.html share/httpd/manual/mod/mod_authz_user.html.en -share/httpd/manual/mod/mod_authz_user.html.fr +share/httpd/manual/mod/mod_authz_user.html.fr.utf8 share/httpd/manual/mod/mod_authz_user.html.ja.utf8 share/httpd/manual/mod/mod_authz_user.html.ko.euc-kr share/httpd/manual/mod/mod_autoindex.html share/httpd/manual/mod/mod_autoindex.html.en -share/httpd/manual/mod/mod_autoindex.html.fr +share/httpd/manual/mod/mod_autoindex.html.fr.utf8 share/httpd/manual/mod/mod_autoindex.html.ja.utf8 share/httpd/manual/mod/mod_autoindex.html.ko.euc-kr share/httpd/manual/mod/mod_autoindex.html.tr.utf8 share/httpd/manual/mod/mod_brotli.html share/httpd/manual/mod/mod_brotli.html.en -share/httpd/manual/mod/mod_brotli.html.fr +share/httpd/manual/mod/mod_brotli.html.fr.utf8 share/httpd/manual/mod/mod_buffer.html share/httpd/manual/mod/mod_buffer.html.en -share/httpd/manual/mod/mod_buffer.html.fr +share/httpd/manual/mod/mod_buffer.html.fr.utf8 share/httpd/manual/mod/mod_cache.html share/httpd/manual/mod/mod_cache.html.en -share/httpd/manual/mod/mod_cache.html.fr +share/httpd/manual/mod/mod_cache.html.fr.utf8 share/httpd/manual/mod/mod_cache.html.ja.utf8 share/httpd/manual/mod/mod_cache.html.ko.euc-kr share/httpd/manual/mod/mod_cache_disk.html share/httpd/manual/mod/mod_cache_disk.html.en -share/httpd/manual/mod/mod_cache_disk.html.fr +share/httpd/manual/mod/mod_cache_disk.html.fr.utf8 share/httpd/manual/mod/mod_cache_disk.html.ja.utf8 share/httpd/manual/mod/mod_cache_disk.html.ko.euc-kr share/httpd/manual/mod/mod_cache_socache.html share/httpd/manual/mod/mod_cache_socache.html.en -share/httpd/manual/mod/mod_cache_socache.html.fr +share/httpd/manual/mod/mod_cache_socache.html.fr.utf8 share/httpd/manual/mod/mod_cern_meta.html share/httpd/manual/mod/mod_cern_meta.html.en -share/httpd/manual/mod/mod_cern_meta.html.fr +share/httpd/manual/mod/mod_cern_meta.html.fr.utf8 share/httpd/manual/mod/mod_cern_meta.html.ko.euc-kr share/httpd/manual/mod/mod_cgi.html share/httpd/manual/mod/mod_cgi.html.en -share/httpd/manual/mod/mod_cgi.html.fr +share/httpd/manual/mod/mod_cgi.html.fr.utf8 share/httpd/manual/mod/mod_cgi.html.ja.utf8 share/httpd/manual/mod/mod_cgi.html.ko.euc-kr share/httpd/manual/mod/mod_cgid.html share/httpd/manual/mod/mod_cgid.html.en -share/httpd/manual/mod/mod_cgid.html.fr +share/httpd/manual/mod/mod_cgid.html.fr.utf8 share/httpd/manual/mod/mod_cgid.html.ja.utf8 share/httpd/manual/mod/mod_cgid.html.ko.euc-kr share/httpd/manual/mod/mod_charset_lite.html share/httpd/manual/mod/mod_charset_lite.html.en -share/httpd/manual/mod/mod_charset_lite.html.fr +share/httpd/manual/mod/mod_charset_lite.html.fr.utf8 share/httpd/manual/mod/mod_charset_lite.html.ko.euc-kr share/httpd/manual/mod/mod_data.html share/httpd/manual/mod/mod_data.html.en -share/httpd/manual/mod/mod_data.html.fr +share/httpd/manual/mod/mod_data.html.fr.utf8 share/httpd/manual/mod/mod_dav.html share/httpd/manual/mod/mod_dav.html.en -share/httpd/manual/mod/mod_dav.html.fr +share/httpd/manual/mod/mod_dav.html.fr.utf8 share/httpd/manual/mod/mod_dav.html.ja.utf8 share/httpd/manual/mod/mod_dav.html.ko.euc-kr share/httpd/manual/mod/mod_dav_fs.html share/httpd/manual/mod/mod_dav_fs.html.en -share/httpd/manual/mod/mod_dav_fs.html.fr +share/httpd/manual/mod/mod_dav_fs.html.fr.utf8 share/httpd/manual/mod/mod_dav_fs.html.ja.utf8 share/httpd/manual/mod/mod_dav_fs.html.ko.euc-kr share/httpd/manual/mod/mod_dav_lock.html share/httpd/manual/mod/mod_dav_lock.html.en -share/httpd/manual/mod/mod_dav_lock.html.fr +share/httpd/manual/mod/mod_dav_lock.html.fr.utf8 share/httpd/manual/mod/mod_dav_lock.html.ja.utf8 share/httpd/manual/mod/mod_dbd.html share/httpd/manual/mod/mod_dbd.html.en -share/httpd/manual/mod/mod_dbd.html.fr +share/httpd/manual/mod/mod_dbd.html.fr.utf8 share/httpd/manual/mod/mod_deflate.html share/httpd/manual/mod/mod_deflate.html.en -share/httpd/manual/mod/mod_deflate.html.fr +share/httpd/manual/mod/mod_deflate.html.fr.utf8 share/httpd/manual/mod/mod_deflate.html.ja.utf8 share/httpd/manual/mod/mod_deflate.html.ko.euc-kr share/httpd/manual/mod/mod_dialup.html share/httpd/manual/mod/mod_dialup.html.en -share/httpd/manual/mod/mod_dialup.html.fr +share/httpd/manual/mod/mod_dialup.html.fr.utf8 share/httpd/manual/mod/mod_dir.html share/httpd/manual/mod/mod_dir.html.en -share/httpd/manual/mod/mod_dir.html.fr +share/httpd/manual/mod/mod_dir.html.fr.utf8 share/httpd/manual/mod/mod_dir.html.ja.utf8 share/httpd/manual/mod/mod_dir.html.ko.euc-kr share/httpd/manual/mod/mod_dir.html.tr.utf8 share/httpd/manual/mod/mod_dumpio.html share/httpd/manual/mod/mod_dumpio.html.en -share/httpd/manual/mod/mod_dumpio.html.fr +share/httpd/manual/mod/mod_dumpio.html.fr.utf8 share/httpd/manual/mod/mod_dumpio.html.ja.utf8 share/httpd/manual/mod/mod_echo.html share/httpd/manual/mod/mod_echo.html.en -share/httpd/manual/mod/mod_echo.html.fr +share/httpd/manual/mod/mod_echo.html.fr.utf8 share/httpd/manual/mod/mod_echo.html.ja.utf8 share/httpd/manual/mod/mod_echo.html.ko.euc-kr share/httpd/manual/mod/mod_env.html share/httpd/manual/mod/mod_env.html.en -share/httpd/manual/mod/mod_env.html.fr +share/httpd/manual/mod/mod_env.html.fr.utf8 share/httpd/manual/mod/mod_env.html.ja.utf8 share/httpd/manual/mod/mod_env.html.ko.euc-kr share/httpd/manual/mod/mod_env.html.tr.utf8 share/httpd/manual/mod/mod_example_hooks.html share/httpd/manual/mod/mod_example_hooks.html.en -share/httpd/manual/mod/mod_example_hooks.html.fr +share/httpd/manual/mod/mod_example_hooks.html.fr.utf8 share/httpd/manual/mod/mod_example_hooks.html.ko.euc-kr share/httpd/manual/mod/mod_expires.html share/httpd/manual/mod/mod_expires.html.en -share/httpd/manual/mod/mod_expires.html.fr +share/httpd/manual/mod/mod_expires.html.fr.utf8 share/httpd/manual/mod/mod_expires.html.ja.utf8 share/httpd/manual/mod/mod_expires.html.ko.euc-kr share/httpd/manual/mod/mod_ext_filter.html share/httpd/manual/mod/mod_ext_filter.html.en -share/httpd/manual/mod/mod_ext_filter.html.fr +share/httpd/manual/mod/mod_ext_filter.html.fr.utf8 share/httpd/manual/mod/mod_ext_filter.html.ja.utf8 share/httpd/manual/mod/mod_ext_filter.html.ko.euc-kr share/httpd/manual/mod/mod_file_cache.html share/httpd/manual/mod/mod_file_cache.html.en -share/httpd/manual/mod/mod_file_cache.html.fr +share/httpd/manual/mod/mod_file_cache.html.fr.utf8 share/httpd/manual/mod/mod_file_cache.html.ko.euc-kr share/httpd/manual/mod/mod_filter.html share/httpd/manual/mod/mod_filter.html.en -share/httpd/manual/mod/mod_filter.html.fr +share/httpd/manual/mod/mod_filter.html.fr.utf8 share/httpd/manual/mod/mod_headers.html share/httpd/manual/mod/mod_headers.html.en -share/httpd/manual/mod/mod_headers.html.fr +share/httpd/manual/mod/mod_headers.html.fr.utf8 share/httpd/manual/mod/mod_headers.html.ja.utf8 share/httpd/manual/mod/mod_headers.html.ko.euc-kr share/httpd/manual/mod/mod_heartbeat.html share/httpd/manual/mod/mod_heartbeat.html.en -share/httpd/manual/mod/mod_heartbeat.html.fr +share/httpd/manual/mod/mod_heartbeat.html.fr.utf8 share/httpd/manual/mod/mod_heartmonitor.html share/httpd/manual/mod/mod_heartmonitor.html.en -share/httpd/manual/mod/mod_heartmonitor.html.fr +share/httpd/manual/mod/mod_heartmonitor.html.fr.utf8 share/httpd/manual/mod/mod_http2.html share/httpd/manual/mod/mod_http2.html.en -share/httpd/manual/mod/mod_http2.html.fr +share/httpd/manual/mod/mod_http2.html.fr.utf8 share/httpd/manual/mod/mod_ident.html share/httpd/manual/mod/mod_ident.html.en -share/httpd/manual/mod/mod_ident.html.fr +share/httpd/manual/mod/mod_ident.html.fr.utf8 share/httpd/manual/mod/mod_ident.html.ja.utf8 share/httpd/manual/mod/mod_ident.html.ko.euc-kr share/httpd/manual/mod/mod_imagemap.html share/httpd/manual/mod/mod_imagemap.html.en -share/httpd/manual/mod/mod_imagemap.html.fr +share/httpd/manual/mod/mod_imagemap.html.fr.utf8 share/httpd/manual/mod/mod_imagemap.html.ko.euc-kr share/httpd/manual/mod/mod_include.html share/httpd/manual/mod/mod_include.html.en -share/httpd/manual/mod/mod_include.html.fr +share/httpd/manual/mod/mod_include.html.fr.utf8 share/httpd/manual/mod/mod_include.html.ja.utf8 share/httpd/manual/mod/mod_info.html share/httpd/manual/mod/mod_info.html.en -share/httpd/manual/mod/mod_info.html.fr +share/httpd/manual/mod/mod_info.html.fr.utf8 share/httpd/manual/mod/mod_info.html.ja.utf8 share/httpd/manual/mod/mod_info.html.ko.euc-kr share/httpd/manual/mod/mod_isapi.html share/httpd/manual/mod/mod_isapi.html.en -share/httpd/manual/mod/mod_isapi.html.fr +share/httpd/manual/mod/mod_isapi.html.fr.utf8 share/httpd/manual/mod/mod_isapi.html.ko.euc-kr share/httpd/manual/mod/mod_lbmethod_bybusyness.html share/httpd/manual/mod/mod_lbmethod_bybusyness.html.en -share/httpd/manual/mod/mod_lbmethod_bybusyness.html.fr +share/httpd/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 share/httpd/manual/mod/mod_lbmethod_byrequests.html share/httpd/manual/mod/mod_lbmethod_byrequests.html.en -share/httpd/manual/mod/mod_lbmethod_byrequests.html.fr +share/httpd/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 share/httpd/manual/mod/mod_lbmethod_bytraffic.html share/httpd/manual/mod/mod_lbmethod_bytraffic.html.en -share/httpd/manual/mod/mod_lbmethod_bytraffic.html.fr +share/httpd/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 share/httpd/manual/mod/mod_lbmethod_heartbeat.html share/httpd/manual/mod/mod_lbmethod_heartbeat.html.en -share/httpd/manual/mod/mod_lbmethod_heartbeat.html.fr +share/httpd/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 share/httpd/manual/mod/mod_ldap.html share/httpd/manual/mod/mod_ldap.html.en -share/httpd/manual/mod/mod_ldap.html.fr +share/httpd/manual/mod/mod_ldap.html.fr.utf8 share/httpd/manual/mod/mod_log_config.html share/httpd/manual/mod/mod_log_config.html.en -share/httpd/manual/mod/mod_log_config.html.fr +share/httpd/manual/mod/mod_log_config.html.fr.utf8 share/httpd/manual/mod/mod_log_config.html.ja.utf8 share/httpd/manual/mod/mod_log_config.html.ko.euc-kr share/httpd/manual/mod/mod_log_config.html.tr.utf8 share/httpd/manual/mod/mod_log_debug.html share/httpd/manual/mod/mod_log_debug.html.en -share/httpd/manual/mod/mod_log_debug.html.fr +share/httpd/manual/mod/mod_log_debug.html.fr.utf8 share/httpd/manual/mod/mod_log_forensic.html share/httpd/manual/mod/mod_log_forensic.html.en -share/httpd/manual/mod/mod_log_forensic.html.fr +share/httpd/manual/mod/mod_log_forensic.html.fr.utf8 share/httpd/manual/mod/mod_log_forensic.html.ja.utf8 share/httpd/manual/mod/mod_log_forensic.html.tr.utf8 share/httpd/manual/mod/mod_logio.html share/httpd/manual/mod/mod_logio.html.en -share/httpd/manual/mod/mod_logio.html.fr +share/httpd/manual/mod/mod_logio.html.fr.utf8 share/httpd/manual/mod/mod_logio.html.ja.utf8 share/httpd/manual/mod/mod_logio.html.ko.euc-kr share/httpd/manual/mod/mod_logio.html.tr.utf8 share/httpd/manual/mod/mod_lua.html share/httpd/manual/mod/mod_lua.html.en -share/httpd/manual/mod/mod_lua.html.fr +share/httpd/manual/mod/mod_lua.html.fr.utf8 share/httpd/manual/mod/mod_macro.html share/httpd/manual/mod/mod_macro.html.en -share/httpd/manual/mod/mod_macro.html.fr +share/httpd/manual/mod/mod_macro.html.fr.utf8 share/httpd/manual/mod/mod_md.html share/httpd/manual/mod/mod_md.html.en share/httpd/manual/mod/mod_mime.html share/httpd/manual/mod/mod_mime.html.en -share/httpd/manual/mod/mod_mime.html.fr +share/httpd/manual/mod/mod_mime.html.fr.utf8 share/httpd/manual/mod/mod_mime.html.ja.utf8 share/httpd/manual/mod/mod_mime_magic.html share/httpd/manual/mod/mod_mime_magic.html.en -share/httpd/manual/mod/mod_mime_magic.html.fr +share/httpd/manual/mod/mod_mime_magic.html.fr.utf8 share/httpd/manual/mod/mod_negotiation.html share/httpd/manual/mod/mod_negotiation.html.en -share/httpd/manual/mod/mod_negotiation.html.fr +share/httpd/manual/mod/mod_negotiation.html.fr.utf8 share/httpd/manual/mod/mod_negotiation.html.ja.utf8 share/httpd/manual/mod/mod_nw_ssl.html share/httpd/manual/mod/mod_nw_ssl.html.en -share/httpd/manual/mod/mod_nw_ssl.html.fr +share/httpd/manual/mod/mod_nw_ssl.html.fr.utf8 share/httpd/manual/mod/mod_privileges.html share/httpd/manual/mod/mod_privileges.html.en -share/httpd/manual/mod/mod_privileges.html.fr +share/httpd/manual/mod/mod_privileges.html.fr.utf8 share/httpd/manual/mod/mod_proxy.html share/httpd/manual/mod/mod_proxy.html.en -share/httpd/manual/mod/mod_proxy.html.fr +share/httpd/manual/mod/mod_proxy.html.fr.utf8 share/httpd/manual/mod/mod_proxy.html.ja.utf8 share/httpd/manual/mod/mod_proxy_ajp.html share/httpd/manual/mod/mod_proxy_ajp.html.en -share/httpd/manual/mod/mod_proxy_ajp.html.fr +share/httpd/manual/mod/mod_proxy_ajp.html.fr.utf8 share/httpd/manual/mod/mod_proxy_ajp.html.ja.utf8 share/httpd/manual/mod/mod_proxy_balancer.html share/httpd/manual/mod/mod_proxy_balancer.html.en -share/httpd/manual/mod/mod_proxy_balancer.html.fr +share/httpd/manual/mod/mod_proxy_balancer.html.fr.utf8 share/httpd/manual/mod/mod_proxy_balancer.html.ja.utf8 share/httpd/manual/mod/mod_proxy_connect.html share/httpd/manual/mod/mod_proxy_connect.html.en -share/httpd/manual/mod/mod_proxy_connect.html.fr +share/httpd/manual/mod/mod_proxy_connect.html.fr.utf8 share/httpd/manual/mod/mod_proxy_connect.html.ja.utf8 share/httpd/manual/mod/mod_proxy_express.html share/httpd/manual/mod/mod_proxy_express.html.en -share/httpd/manual/mod/mod_proxy_express.html.fr +share/httpd/manual/mod/mod_proxy_express.html.fr.utf8 share/httpd/manual/mod/mod_proxy_fcgi.html share/httpd/manual/mod/mod_proxy_fcgi.html.en -share/httpd/manual/mod/mod_proxy_fcgi.html.fr +share/httpd/manual/mod/mod_proxy_fcgi.html.fr.utf8 share/httpd/manual/mod/mod_proxy_fdpass.html share/httpd/manual/mod/mod_proxy_fdpass.html.en -share/httpd/manual/mod/mod_proxy_fdpass.html.fr +share/httpd/manual/mod/mod_proxy_fdpass.html.fr.utf8 share/httpd/manual/mod/mod_proxy_ftp.html share/httpd/manual/mod/mod_proxy_ftp.html.en -share/httpd/manual/mod/mod_proxy_ftp.html.fr +share/httpd/manual/mod/mod_proxy_ftp.html.fr.utf8 share/httpd/manual/mod/mod_proxy_hcheck.html share/httpd/manual/mod/mod_proxy_hcheck.html.en -share/httpd/manual/mod/mod_proxy_hcheck.html.fr +share/httpd/manual/mod/mod_proxy_hcheck.html.fr.utf8 share/httpd/manual/mod/mod_proxy_html.html share/httpd/manual/mod/mod_proxy_html.html.en -share/httpd/manual/mod/mod_proxy_html.html.fr +share/httpd/manual/mod/mod_proxy_html.html.fr.utf8 share/httpd/manual/mod/mod_proxy_http.html share/httpd/manual/mod/mod_proxy_http.html.en -share/httpd/manual/mod/mod_proxy_http.html.fr +share/httpd/manual/mod/mod_proxy_http.html.fr.utf8 share/httpd/manual/mod/mod_proxy_http2.html share/httpd/manual/mod/mod_proxy_http2.html.en -share/httpd/manual/mod/mod_proxy_http2.html.fr +share/httpd/manual/mod/mod_proxy_http2.html.fr.utf8 share/httpd/manual/mod/mod_proxy_scgi.html share/httpd/manual/mod/mod_proxy_scgi.html.en -share/httpd/manual/mod/mod_proxy_scgi.html.fr +share/httpd/manual/mod/mod_proxy_scgi.html.fr.utf8 share/httpd/manual/mod/mod_proxy_uwsgi.html share/httpd/manual/mod/mod_proxy_uwsgi.html.en share/httpd/manual/mod/mod_proxy_wstunnel.html share/httpd/manual/mod/mod_proxy_wstunnel.html.en -share/httpd/manual/mod/mod_proxy_wstunnel.html.fr +share/httpd/manual/mod/mod_proxy_wstunnel.html.fr.utf8 share/httpd/manual/mod/mod_ratelimit.html share/httpd/manual/mod/mod_ratelimit.html.en -share/httpd/manual/mod/mod_ratelimit.html.fr +share/httpd/manual/mod/mod_ratelimit.html.fr.utf8 share/httpd/manual/mod/mod_reflector.html share/httpd/manual/mod/mod_reflector.html.en -share/httpd/manual/mod/mod_reflector.html.fr +share/httpd/manual/mod/mod_reflector.html.fr.utf8 share/httpd/manual/mod/mod_remoteip.html share/httpd/manual/mod/mod_remoteip.html.en -share/httpd/manual/mod/mod_remoteip.html.fr +share/httpd/manual/mod/mod_remoteip.html.fr.utf8 share/httpd/manual/mod/mod_reqtimeout.html share/httpd/manual/mod/mod_reqtimeout.html.en -share/httpd/manual/mod/mod_reqtimeout.html.fr +share/httpd/manual/mod/mod_reqtimeout.html.fr.utf8 share/httpd/manual/mod/mod_request.html share/httpd/manual/mod/mod_request.html.en -share/httpd/manual/mod/mod_request.html.fr +share/httpd/manual/mod/mod_request.html.fr.utf8 share/httpd/manual/mod/mod_request.html.tr.utf8 share/httpd/manual/mod/mod_rewrite.html share/httpd/manual/mod/mod_rewrite.html.en -share/httpd/manual/mod/mod_rewrite.html.fr +share/httpd/manual/mod/mod_rewrite.html.fr.utf8 share/httpd/manual/mod/mod_sed.html share/httpd/manual/mod/mod_sed.html.en -share/httpd/manual/mod/mod_sed.html.fr +share/httpd/manual/mod/mod_sed.html.fr.utf8 share/httpd/manual/mod/mod_session.html share/httpd/manual/mod/mod_session.html.en -share/httpd/manual/mod/mod_session.html.fr +share/httpd/manual/mod/mod_session.html.fr.utf8 share/httpd/manual/mod/mod_session_cookie.html share/httpd/manual/mod/mod_session_cookie.html.en -share/httpd/manual/mod/mod_session_cookie.html.fr +share/httpd/manual/mod/mod_session_cookie.html.fr.utf8 share/httpd/manual/mod/mod_session_crypto.html share/httpd/manual/mod/mod_session_crypto.html.en -share/httpd/manual/mod/mod_session_crypto.html.fr +share/httpd/manual/mod/mod_session_crypto.html.fr.utf8 share/httpd/manual/mod/mod_session_dbd.html share/httpd/manual/mod/mod_session_dbd.html.en -share/httpd/manual/mod/mod_session_dbd.html.fr +share/httpd/manual/mod/mod_session_dbd.html.fr.utf8 share/httpd/manual/mod/mod_setenvif.html share/httpd/manual/mod/mod_setenvif.html.en -share/httpd/manual/mod/mod_setenvif.html.fr +share/httpd/manual/mod/mod_setenvif.html.fr.utf8 share/httpd/manual/mod/mod_setenvif.html.ja.utf8 share/httpd/manual/mod/mod_setenvif.html.ko.euc-kr share/httpd/manual/mod/mod_setenvif.html.tr.utf8 share/httpd/manual/mod/mod_slotmem_plain.html share/httpd/manual/mod/mod_slotmem_plain.html.en -share/httpd/manual/mod/mod_slotmem_plain.html.fr +share/httpd/manual/mod/mod_slotmem_plain.html.fr.utf8 share/httpd/manual/mod/mod_slotmem_shm.html share/httpd/manual/mod/mod_slotmem_shm.html.en -share/httpd/manual/mod/mod_slotmem_shm.html.fr +share/httpd/manual/mod/mod_slotmem_shm.html.fr.utf8 share/httpd/manual/mod/mod_so.html share/httpd/manual/mod/mod_so.html.en -share/httpd/manual/mod/mod_so.html.fr +share/httpd/manual/mod/mod_so.html.fr.utf8 share/httpd/manual/mod/mod_so.html.ja.utf8 share/httpd/manual/mod/mod_so.html.ko.euc-kr share/httpd/manual/mod/mod_so.html.tr.utf8 share/httpd/manual/mod/mod_socache_dbm.html share/httpd/manual/mod/mod_socache_dbm.html.en -share/httpd/manual/mod/mod_socache_dbm.html.fr +share/httpd/manual/mod/mod_socache_dbm.html.fr.utf8 share/httpd/manual/mod/mod_socache_dc.html share/httpd/manual/mod/mod_socache_dc.html.en -share/httpd/manual/mod/mod_socache_dc.html.fr +share/httpd/manual/mod/mod_socache_dc.html.fr.utf8 share/httpd/manual/mod/mod_socache_memcache.html share/httpd/manual/mod/mod_socache_memcache.html.en -share/httpd/manual/mod/mod_socache_memcache.html.fr +share/httpd/manual/mod/mod_socache_memcache.html.fr.utf8 share/httpd/manual/mod/mod_socache_shmcb.html share/httpd/manual/mod/mod_socache_shmcb.html.en -share/httpd/manual/mod/mod_socache_shmcb.html.fr +share/httpd/manual/mod/mod_socache_shmcb.html.fr.utf8 share/httpd/manual/mod/mod_speling.html share/httpd/manual/mod/mod_speling.html.en -share/httpd/manual/mod/mod_speling.html.fr +share/httpd/manual/mod/mod_speling.html.fr.utf8 share/httpd/manual/mod/mod_speling.html.ja.utf8 share/httpd/manual/mod/mod_speling.html.ko.euc-kr share/httpd/manual/mod/mod_ssl.html share/httpd/manual/mod/mod_ssl.html.en -share/httpd/manual/mod/mod_ssl.html.fr +share/httpd/manual/mod/mod_ssl.html.fr.utf8 share/httpd/manual/mod/mod_status.html share/httpd/manual/mod/mod_status.html.en -share/httpd/manual/mod/mod_status.html.fr +share/httpd/manual/mod/mod_status.html.fr.utf8 share/httpd/manual/mod/mod_status.html.ja.utf8 share/httpd/manual/mod/mod_status.html.ko.euc-kr share/httpd/manual/mod/mod_status.html.tr.utf8 share/httpd/manual/mod/mod_substitute.html share/httpd/manual/mod/mod_substitute.html.en -share/httpd/manual/mod/mod_substitute.html.fr +share/httpd/manual/mod/mod_substitute.html.fr.utf8 share/httpd/manual/mod/mod_suexec.html share/httpd/manual/mod/mod_suexec.html.en -share/httpd/manual/mod/mod_suexec.html.fr +share/httpd/manual/mod/mod_suexec.html.fr.utf8 share/httpd/manual/mod/mod_suexec.html.ja.utf8 share/httpd/manual/mod/mod_suexec.html.ko.euc-kr share/httpd/manual/mod/mod_suexec.html.tr.utf8 share/httpd/manual/mod/mod_unique_id.html share/httpd/manual/mod/mod_unique_id.html.en -share/httpd/manual/mod/mod_unique_id.html.fr +share/httpd/manual/mod/mod_unique_id.html.fr.utf8 share/httpd/manual/mod/mod_unique_id.html.ja.utf8 share/httpd/manual/mod/mod_unique_id.html.ko.euc-kr share/httpd/manual/mod/mod_unixd.html share/httpd/manual/mod/mod_unixd.html.en -share/httpd/manual/mod/mod_unixd.html.fr +share/httpd/manual/mod/mod_unixd.html.fr.utf8 share/httpd/manual/mod/mod_unixd.html.tr.utf8 share/httpd/manual/mod/mod_userdir.html share/httpd/manual/mod/mod_userdir.html.en -share/httpd/manual/mod/mod_userdir.html.fr +share/httpd/manual/mod/mod_userdir.html.fr.utf8 share/httpd/manual/mod/mod_userdir.html.ja.utf8 share/httpd/manual/mod/mod_userdir.html.ko.euc-kr share/httpd/manual/mod/mod_userdir.html.tr.utf8 share/httpd/manual/mod/mod_usertrack.html share/httpd/manual/mod/mod_usertrack.html.en -share/httpd/manual/mod/mod_usertrack.html.fr +share/httpd/manual/mod/mod_usertrack.html.fr.utf8 share/httpd/manual/mod/mod_version.html share/httpd/manual/mod/mod_version.html.en -share/httpd/manual/mod/mod_version.html.fr +share/httpd/manual/mod/mod_version.html.fr.utf8 share/httpd/manual/mod/mod_version.html.ja.utf8 share/httpd/manual/mod/mod_version.html.ko.euc-kr share/httpd/manual/mod/mod_vhost_alias.html share/httpd/manual/mod/mod_vhost_alias.html.en -share/httpd/manual/mod/mod_vhost_alias.html.fr +share/httpd/manual/mod/mod_vhost_alias.html.fr.utf8 share/httpd/manual/mod/mod_vhost_alias.html.tr.utf8 share/httpd/manual/mod/mod_watchdog.html share/httpd/manual/mod/mod_watchdog.html.en -share/httpd/manual/mod/mod_watchdog.html.fr +share/httpd/manual/mod/mod_watchdog.html.fr.utf8 share/httpd/manual/mod/mod_xml2enc.html share/httpd/manual/mod/mod_xml2enc.html.en -share/httpd/manual/mod/mod_xml2enc.html.fr +share/httpd/manual/mod/mod_xml2enc.html.fr.utf8 share/httpd/manual/mod/module-dict.html share/httpd/manual/mod/module-dict.html.en -share/httpd/manual/mod/module-dict.html.fr +share/httpd/manual/mod/module-dict.html.fr.utf8 share/httpd/manual/mod/module-dict.html.ja.utf8 share/httpd/manual/mod/module-dict.html.ko.euc-kr share/httpd/manual/mod/module-dict.html.tr.utf8 share/httpd/manual/mod/mpm_common.html share/httpd/manual/mod/mpm_common.html.de share/httpd/manual/mod/mpm_common.html.en -share/httpd/manual/mod/mpm_common.html.fr +share/httpd/manual/mod/mpm_common.html.fr.utf8 share/httpd/manual/mod/mpm_common.html.ja.utf8 share/httpd/manual/mod/mpm_common.html.tr.utf8 share/httpd/manual/mod/mpm_netware.html share/httpd/manual/mod/mpm_netware.html.en -share/httpd/manual/mod/mpm_netware.html.fr +share/httpd/manual/mod/mpm_netware.html.fr.utf8 share/httpd/manual/mod/mpm_winnt.html share/httpd/manual/mod/mpm_winnt.html.de share/httpd/manual/mod/mpm_winnt.html.en -share/httpd/manual/mod/mpm_winnt.html.fr +share/httpd/manual/mod/mpm_winnt.html.fr.utf8 share/httpd/manual/mod/mpm_winnt.html.ja.utf8 share/httpd/manual/mod/mpmt_os2.html share/httpd/manual/mod/mpmt_os2.html.en -share/httpd/manual/mod/mpmt_os2.html.fr +share/httpd/manual/mod/mpmt_os2.html.fr.utf8 share/httpd/manual/mod/overrides.html share/httpd/manual/mod/overrides.html.en share/httpd/manual/mod/prefork.html share/httpd/manual/mod/prefork.html.de share/httpd/manual/mod/prefork.html.en -share/httpd/manual/mod/prefork.html.fr +share/httpd/manual/mod/prefork.html.fr.utf8 share/httpd/manual/mod/prefork.html.ja.utf8 share/httpd/manual/mod/prefork.html.tr.utf8 share/httpd/manual/mod/quickreference.html share/httpd/manual/mod/quickreference.html.de share/httpd/manual/mod/quickreference.html.en share/httpd/manual/mod/quickreference.html.es -share/httpd/manual/mod/quickreference.html.fr +share/httpd/manual/mod/quickreference.html.fr.utf8 share/httpd/manual/mod/quickreference.html.ja.utf8 share/httpd/manual/mod/quickreference.html.ko.euc-kr share/httpd/manual/mod/quickreference.html.tr.utf8 @@ -1316,14 +1316,14 @@ share/httpd/manual/mod/quickreference.ht share/httpd/manual/mod/worker.html share/httpd/manual/mod/worker.html.de share/httpd/manual/mod/worker.html.en -share/httpd/manual/mod/worker.html.fr +share/httpd/manual/mod/worker.html.fr.utf8 share/httpd/manual/mod/worker.html.ja.utf8 share/httpd/manual/mod/worker.html.tr.utf8 share/httpd/manual/mpm.html share/httpd/manual/mpm.html.de share/httpd/manual/mpm.html.en share/httpd/manual/mpm.html.es -share/httpd/manual/mpm.html.fr +share/httpd/manual/mpm.html.fr.utf8 share/httpd/manual/mpm.html.ja.utf8 share/httpd/manual/mpm.html.ko.euc-kr share/httpd/manual/mpm.html.tr.utf8 @@ -1331,7 +1331,7 @@ share/httpd/manual/mpm.html.zh-cn.utf8 share/httpd/manual/new_features_2_0.html share/httpd/manual/new_features_2_0.html.de share/httpd/manual/new_features_2_0.html.en -share/httpd/manual/new_features_2_0.html.fr +share/httpd/manual/new_features_2_0.html.fr.utf8 share/httpd/manual/new_features_2_0.html.ja.utf8 share/httpd/manual/new_features_2_0.html.ko.euc-kr share/httpd/manual/new_features_2_0.html.pt-br @@ -1339,178 +1339,178 @@ share/httpd/manual/new_features_2_0.html share/httpd/manual/new_features_2_0.html.tr.utf8 share/httpd/manual/new_features_2_2.html share/httpd/manual/new_features_2_2.html.en -share/httpd/manual/new_features_2_2.html.fr +share/httpd/manual/new_features_2_2.html.fr.utf8 share/httpd/manual/new_features_2_2.html.ko.euc-kr share/httpd/manual/new_features_2_2.html.pt-br share/httpd/manual/new_features_2_2.html.tr.utf8 share/httpd/manual/new_features_2_4.html share/httpd/manual/new_features_2_4.html.en -share/httpd/manual/new_features_2_4.html.fr +share/httpd/manual/new_features_2_4.html.fr.utf8 share/httpd/manual/new_features_2_4.html.tr.utf8 share/httpd/manual/platform/ebcdic.html share/httpd/manual/platform/ebcdic.html.en share/httpd/manual/platform/ebcdic.html.ko.euc-kr share/httpd/manual/platform/index.html share/httpd/manual/platform/index.html.en -share/httpd/manual/platform/index.html.fr +share/httpd/manual/platform/index.html.fr.utf8 share/httpd/manual/platform/index.html.ko.euc-kr share/httpd/manual/platform/index.html.zh-cn.utf8 share/httpd/manual/platform/netware.html share/httpd/manual/platform/netware.html.en -share/httpd/manual/platform/netware.html.fr +share/httpd/manual/platform/netware.html.fr.utf8 share/httpd/manual/platform/netware.html.ko.euc-kr share/httpd/manual/platform/perf-hp.html share/httpd/manual/platform/perf-hp.html.en -share/httpd/manual/platform/perf-hp.html.fr +share/httpd/manual/platform/perf-hp.html.fr.utf8 share/httpd/manual/platform/perf-hp.html.ko.euc-kr share/httpd/manual/platform/rpm.html share/httpd/manual/platform/rpm.html.en -share/httpd/manual/platform/rpm.html.fr +share/httpd/manual/platform/rpm.html.fr.utf8 share/httpd/manual/platform/win_compiling.html share/httpd/manual/platform/win_compiling.html.en -share/httpd/manual/platform/win_compiling.html.fr +share/httpd/manual/platform/win_compiling.html.fr.utf8 share/httpd/manual/platform/win_compiling.html.ko.euc-kr share/httpd/manual/platform/windows.html share/httpd/manual/platform/windows.html.en -share/httpd/manual/platform/windows.html.fr +share/httpd/manual/platform/windows.html.fr.utf8 share/httpd/manual/platform/windows.html.ko.euc-kr share/httpd/manual/programs/ab.html share/httpd/manual/programs/ab.html.en -share/httpd/manual/programs/ab.html.fr +share/httpd/manual/programs/ab.html.fr.utf8 share/httpd/manual/programs/ab.html.ko.euc-kr share/httpd/manual/programs/ab.html.tr.utf8 share/httpd/manual/programs/apachectl.html share/httpd/manual/programs/apachectl.html.en -share/httpd/manual/programs/apachectl.html.fr +share/httpd/manual/programs/apachectl.html.fr.utf8 share/httpd/manual/programs/apachectl.html.ko.euc-kr share/httpd/manual/programs/apachectl.html.tr.utf8 share/httpd/manual/programs/apxs.html share/httpd/manual/programs/apxs.html.en -share/httpd/manual/programs/apxs.html.fr +share/httpd/manual/programs/apxs.html.fr.utf8 share/httpd/manual/programs/apxs.html.ko.euc-kr share/httpd/manual/programs/apxs.html.tr.utf8 share/httpd/manual/programs/configure.html share/httpd/manual/programs/configure.html.en -share/httpd/manual/programs/configure.html.fr +share/httpd/manual/programs/configure.html.fr.utf8 share/httpd/manual/programs/configure.html.ko.euc-kr share/httpd/manual/programs/configure.html.tr.utf8 share/httpd/manual/programs/dbmmanage.html share/httpd/manual/programs/dbmmanage.html.en -share/httpd/manual/programs/dbmmanage.html.fr +share/httpd/manual/programs/dbmmanage.html.fr.utf8 share/httpd/manual/programs/dbmmanage.html.ko.euc-kr share/httpd/manual/programs/dbmmanage.html.tr.utf8 share/httpd/manual/programs/fcgistarter.html share/httpd/manual/programs/fcgistarter.html.en -share/httpd/manual/programs/fcgistarter.html.fr +share/httpd/manual/programs/fcgistarter.html.fr.utf8 share/httpd/manual/programs/fcgistarter.html.tr.utf8 share/httpd/manual/programs/htcacheclean.html share/httpd/manual/programs/htcacheclean.html.en -share/httpd/manual/programs/htcacheclean.html.fr +share/httpd/manual/programs/htcacheclean.html.fr.utf8 share/httpd/manual/programs/htcacheclean.html.ko.euc-kr share/httpd/manual/programs/htcacheclean.html.tr.utf8 share/httpd/manual/programs/htdbm.html share/httpd/manual/programs/htdbm.html.en -share/httpd/manual/programs/htdbm.html.fr +share/httpd/manual/programs/htdbm.html.fr.utf8 share/httpd/manual/programs/htdbm.html.tr.utf8 share/httpd/manual/programs/htdigest.html share/httpd/manual/programs/htdigest.html.en -share/httpd/manual/programs/htdigest.html.fr +share/httpd/manual/programs/htdigest.html.fr.utf8 share/httpd/manual/programs/htdigest.html.ko.euc-kr share/httpd/manual/programs/htdigest.html.tr.utf8 share/httpd/manual/programs/htpasswd.html share/httpd/manual/programs/htpasswd.html.en -share/httpd/manual/programs/htpasswd.html.fr +share/httpd/manual/programs/htpasswd.html.fr.utf8 share/httpd/manual/programs/htpasswd.html.ko.euc-kr share/httpd/manual/programs/htpasswd.html.tr.utf8 share/httpd/manual/programs/httpd.html share/httpd/manual/programs/httpd.html.en -share/httpd/manual/programs/httpd.html.fr +share/httpd/manual/programs/httpd.html.fr.utf8 share/httpd/manual/programs/httpd.html.ko.euc-kr share/httpd/manual/programs/httpd.html.tr.utf8 share/httpd/manual/programs/httxt2dbm.html share/httpd/manual/programs/httxt2dbm.html.en -share/httpd/manual/programs/httxt2dbm.html.fr +share/httpd/manual/programs/httxt2dbm.html.fr.utf8 share/httpd/manual/programs/httxt2dbm.html.tr.utf8 share/httpd/manual/programs/index.html share/httpd/manual/programs/index.html.en share/httpd/manual/programs/index.html.es -share/httpd/manual/programs/index.html.fr +share/httpd/manual/programs/index.html.fr.utf8 share/httpd/manual/programs/index.html.ko.euc-kr share/httpd/manual/programs/index.html.tr.utf8 share/httpd/manual/programs/index.html.zh-cn.utf8 share/httpd/manual/programs/log_server_status.html share/httpd/manual/programs/log_server_status.html.en -share/httpd/manual/programs/log_server_status.html.fr +share/httpd/manual/programs/log_server_status.html.fr.utf8 share/httpd/manual/programs/logresolve.html share/httpd/manual/programs/logresolve.html.en -share/httpd/manual/programs/logresolve.html.fr +share/httpd/manual/programs/logresolve.html.fr.utf8 share/httpd/manual/programs/logresolve.html.ko.euc-kr share/httpd/manual/programs/logresolve.html.tr.utf8 share/httpd/manual/programs/other.html share/httpd/manual/programs/other.html.en -share/httpd/manual/programs/other.html.fr +share/httpd/manual/programs/other.html.fr.utf8 share/httpd/manual/programs/other.html.ko.euc-kr share/httpd/manual/programs/other.html.tr.utf8 share/httpd/manual/programs/rotatelogs.html share/httpd/manual/programs/rotatelogs.html.en -share/httpd/manual/programs/rotatelogs.html.fr +share/httpd/manual/programs/rotatelogs.html.fr.utf8 share/httpd/manual/programs/rotatelogs.html.ko.euc-kr share/httpd/manual/programs/rotatelogs.html.tr.utf8 share/httpd/manual/programs/split-logfile.html share/httpd/manual/programs/split-logfile.html.en -share/httpd/manual/programs/split-logfile.html.fr +share/httpd/manual/programs/split-logfile.html.fr.utf8 share/httpd/manual/programs/suexec.html share/httpd/manual/programs/suexec.html.en -share/httpd/manual/programs/suexec.html.fr +share/httpd/manual/programs/suexec.html.fr.utf8 share/httpd/manual/programs/suexec.html.ko.euc-kr share/httpd/manual/programs/suexec.html.tr.utf8 share/httpd/manual/rewrite/access.html share/httpd/manual/rewrite/access.html.en -share/httpd/manual/rewrite/access.html.fr +share/httpd/manual/rewrite/access.html.fr.utf8 share/httpd/manual/rewrite/advanced.html share/httpd/manual/rewrite/advanced.html.en -share/httpd/manual/rewrite/advanced.html.fr +share/httpd/manual/rewrite/advanced.html.fr.utf8 share/httpd/manual/rewrite/avoid.html share/httpd/manual/rewrite/avoid.html.en -share/httpd/manual/rewrite/avoid.html.fr +share/httpd/manual/rewrite/avoid.html.fr.utf8 share/httpd/manual/rewrite/flags.html share/httpd/manual/rewrite/flags.html.en -share/httpd/manual/rewrite/flags.html.fr +share/httpd/manual/rewrite/flags.html.fr.utf8 share/httpd/manual/rewrite/htaccess.html share/httpd/manual/rewrite/htaccess.html.en -share/httpd/manual/rewrite/htaccess.html.fr +share/httpd/manual/rewrite/htaccess.html.fr.utf8 share/httpd/manual/rewrite/index.html share/httpd/manual/rewrite/index.html.en -share/httpd/manual/rewrite/index.html.fr +share/httpd/manual/rewrite/index.html.fr.utf8 share/httpd/manual/rewrite/index.html.tr.utf8 share/httpd/manual/rewrite/index.html.zh-cn.utf8 share/httpd/manual/rewrite/intro.html share/httpd/manual/rewrite/intro.html.en -share/httpd/manual/rewrite/intro.html.fr +share/httpd/manual/rewrite/intro.html.fr.utf8 share/httpd/manual/rewrite/proxy.html share/httpd/manual/rewrite/proxy.html.en -share/httpd/manual/rewrite/proxy.html.fr +share/httpd/manual/rewrite/proxy.html.fr.utf8 share/httpd/manual/rewrite/remapping.html share/httpd/manual/rewrite/remapping.html.en -share/httpd/manual/rewrite/remapping.html.fr +share/httpd/manual/rewrite/remapping.html.fr.utf8 share/httpd/manual/rewrite/rewritemap.html share/httpd/manual/rewrite/rewritemap.html.en -share/httpd/manual/rewrite/rewritemap.html.fr +share/httpd/manual/rewrite/rewritemap.html.fr.utf8 share/httpd/manual/rewrite/tech.html share/httpd/manual/rewrite/tech.html.en -share/httpd/manual/rewrite/tech.html.fr +share/httpd/manual/rewrite/tech.html.fr.utf8 share/httpd/manual/rewrite/vhosts.html share/httpd/manual/rewrite/vhosts.html.en -share/httpd/manual/rewrite/vhosts.html.fr +share/httpd/manual/rewrite/vhosts.html.fr.utf8 share/httpd/manual/sections.html share/httpd/manual/sections.html.en -share/httpd/manual/sections.html.fr +share/httpd/manual/sections.html.fr.utf8 share/httpd/manual/sections.html.ja.utf8 share/httpd/manual/sections.html.ko.euc-kr share/httpd/manual/sections.html.tr.utf8 share/httpd/manual/server-wide.html share/httpd/manual/server-wide.html.en -share/httpd/manual/server-wide.html.fr +share/httpd/manual/server-wide.html.fr.utf8 share/httpd/manual/server-wide.html.ja.utf8 share/httpd/manual/server-wide.html.ko.euc-kr share/httpd/manual/server-wide.html.tr.utf8 @@ -1518,38 +1518,38 @@ share/httpd/manual/sitemap.html share/httpd/manual/sitemap.html.de share/httpd/manual/sitemap.html.en share/httpd/manual/sitemap.html.es -share/httpd/manual/sitemap.html.fr +share/httpd/manual/sitemap.html.fr.utf8 share/httpd/manual/sitemap.html.ja.utf8 share/httpd/manual/sitemap.html.ko.euc-kr share/httpd/manual/sitemap.html.tr.utf8 share/httpd/manual/sitemap.html.zh-cn.utf8 share/httpd/manual/socache.html share/httpd/manual/socache.html.en -share/httpd/manual/socache.html.fr +share/httpd/manual/socache.html.fr.utf8 share/httpd/manual/ssl/index.html share/httpd/manual/ssl/index.html.en -share/httpd/manual/ssl/index.html.fr +share/httpd/manual/ssl/index.html.fr.utf8 share/httpd/manual/ssl/index.html.ja.utf8 share/httpd/manual/ssl/index.html.tr.utf8 share/httpd/manual/ssl/index.html.zh-cn.utf8 share/httpd/manual/ssl/ssl_compat.html share/httpd/manual/ssl/ssl_compat.html.en -share/httpd/manual/ssl/ssl_compat.html.fr +share/httpd/manual/ssl/ssl_compat.html.fr.utf8 share/httpd/manual/ssl/ssl_faq.html share/httpd/manual/ssl/ssl_faq.html.en -share/httpd/manual/ssl/ssl_faq.html.fr +share/httpd/manual/ssl/ssl_faq.html.fr.utf8 share/httpd/manual/ssl/ssl_howto.html share/httpd/manual/ssl/ssl_howto.html.en -share/httpd/manual/ssl/ssl_howto.html.fr +share/httpd/manual/ssl/ssl_howto.html.fr.utf8 share/httpd/manual/ssl/ssl_intro.html share/httpd/manual/ssl/ssl_intro.html.en -share/httpd/manual/ssl/ssl_intro.html.fr +share/httpd/manual/ssl/ssl_intro.html.fr.utf8 share/httpd/manual/ssl/ssl_intro.html.ja.utf8 share/httpd/manual/stopping.html share/httpd/manual/stopping.html.de share/httpd/manual/stopping.html.en share/httpd/manual/stopping.html.es -share/httpd/manual/stopping.html.fr +share/httpd/manual/stopping.html.fr.utf8 share/httpd/manual/stopping.html.ja.utf8 share/httpd/manual/stopping.html.ko.euc-kr share/httpd/manual/stopping.html.tr.utf8 @@ -1574,59 +1574,59 @@ share/httpd/manual/style/sitemap.dtd share/httpd/manual/style/version.ent share/httpd/manual/suexec.html share/httpd/manual/suexec.html.en -share/httpd/manual/suexec.html.fr +share/httpd/manual/suexec.html.fr.utf8 share/httpd/manual/suexec.html.ja.utf8 share/httpd/manual/suexec.html.ko.euc-kr share/httpd/manual/suexec.html.tr.utf8 share/httpd/manual/upgrading.html share/httpd/manual/upgrading.html.en -share/httpd/manual/upgrading.html.fr +share/httpd/manual/upgrading.html.fr.utf8 share/httpd/manual/urlmapping.html share/httpd/manual/urlmapping.html.en -share/httpd/manual/urlmapping.html.fr +share/httpd/manual/urlmapping.html.fr.utf8 share/httpd/manual/urlmapping.html.ja.utf8 share/httpd/manual/urlmapping.html.ko.euc-kr share/httpd/manual/urlmapping.html.tr.utf8 share/httpd/manual/vhosts/details.html share/httpd/manual/vhosts/details.html.en -share/httpd/manual/vhosts/details.html.fr +share/httpd/manual/vhosts/details.html.fr.utf8 share/httpd/manual/vhosts/details.html.ko.euc-kr share/httpd/manual/vhosts/details.html.tr.utf8 share/httpd/manual/vhosts/examples.html share/httpd/manual/vhosts/examples.html.en -share/httpd/manual/vhosts/examples.html.fr +share/httpd/manual/vhosts/examples.html.fr.utf8 share/httpd/manual/vhosts/examples.html.ja.utf8 share/httpd/manual/vhosts/examples.html.ko.euc-kr share/httpd/manual/vhosts/examples.html.tr.utf8 share/httpd/manual/vhosts/fd-limits.html share/httpd/manual/vhosts/fd-limits.html.en -share/httpd/manual/vhosts/fd-limits.html.fr +share/httpd/manual/vhosts/fd-limits.html.fr.utf8 share/httpd/manual/vhosts/fd-limits.html.ja.utf8 share/httpd/manual/vhosts/fd-limits.html.ko.euc-kr share/httpd/manual/vhosts/fd-limits.html.tr.utf8 share/httpd/manual/vhosts/index.html share/httpd/manual/vhosts/index.html.de share/httpd/manual/vhosts/index.html.en -share/httpd/manual/vhosts/index.html.fr +share/httpd/manual/vhosts/index.html.fr.utf8 share/httpd/manual/vhosts/index.html.ja.utf8 share/httpd/manual/vhosts/index.html.ko.euc-kr share/httpd/manual/vhosts/index.html.tr.utf8 share/httpd/manual/vhosts/index.html.zh-cn.utf8 share/httpd/manual/vhosts/ip-based.html share/httpd/manual/vhosts/ip-based.html.en -share/httpd/manual/vhosts/ip-based.html.fr +share/httpd/manual/vhosts/ip-based.html.fr.utf8 share/httpd/manual/vhosts/ip-based.html.ja.utf8 share/httpd/manual/vhosts/ip-based.html.ko.euc-kr share/httpd/manual/vhosts/ip-based.html.tr.utf8 share/httpd/manual/vhosts/mass.html share/httpd/manual/vhosts/mass.html.en -share/httpd/manual/vhosts/mass.html.fr +share/httpd/manual/vhosts/mass.html.fr.utf8 share/httpd/manual/vhosts/mass.html.ko.euc-kr share/httpd/manual/vhosts/mass.html.tr.utf8 share/httpd/manual/vhosts/name-based.html share/httpd/manual/vhosts/name-based.html.de share/httpd/manual/vhosts/name-based.html.en -share/httpd/manual/vhosts/name-based.html.fr +share/httpd/manual/vhosts/name-based.html.fr.utf8 share/httpd/manual/vhosts/name-based.html.ja.utf8 share/httpd/manual/vhosts/name-based.html.ko.euc-kr share/httpd/manual/vhosts/name-based.html.tr.utf8 Index: pkgsrc/www/apache24/distinfo diff -u pkgsrc/www/apache24/distinfo:1.37 pkgsrc/www/apache24/distinfo:1.38 --- pkgsrc/www/apache24/distinfo:1.37 Mon Sep 24 07:37:47 2018 +++ pkgsrc/www/apache24/distinfo Wed Oct 24 10:08:00 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2018/09/24 07:37:47 adam Exp $ +$NetBSD: distinfo,v 1.38 2018/10/24 10:08:00 adam Exp $ -SHA1 (httpd-2.4.35.tar.bz2) = 2602f2b5b22d290dceea03fd27b6f998d12d9d73 -RMD160 (httpd-2.4.35.tar.bz2) = f3cb1f3f6133ca3998e10f331c2eec310baf2229 -SHA512 (httpd-2.4.35.tar.bz2) = f5d6a849850ebdf4e38b586c84cc1063d68ac4c6737895c9ac1c8796c22655681c55b4de77ed9f1f807338fdb9f7824faf911361aa31cc46f3c3a2cbabe20543 -Size (httpd-2.4.35.tar.bz2) = 7044336 bytes +SHA1 (httpd-2.4.37.tar.bz2) = 4a38471de821288b0300148016f2b03dfee8adf2 +RMD160 (httpd-2.4.37.tar.bz2) = 2f81b55c14f3bc3b2e46a9b841c798071983deb5 +SHA512 (httpd-2.4.37.tar.bz2) = e802915801bbe885a65dada04b0116d145b293fabfff734dddb61a79ca1c6d65326f51155d1b864b093c3ec00d0bdfdf1401ab55677bae1ea3da1d199d7bcad4 +Size (httpd-2.4.37.tar.bz2) = 7031632 bytes SHA1 (patch-aa) = 9a66685f1d2e4710ab464beda98cbaad632aebf9 SHA1 (patch-ab) = a3edcc20b7654e0446c7d442cda1510b23e5d324 SHA1 (patch-ac) = 9f86d845df30316d22bce677a4b176f51007ba0d --_----------=_1540375680126930--