From patchwork Wed Oct 24 22:46:11 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfgang Apolinarski X-Patchwork-Id: 1969 Return-Path: Received: from mail01.ipfire.org (mail01.ipfire.org [IPv6:2001:470:7183:25::1]) by web02.i.ipfire.org (Postfix) with ESMTP id 92F506095F for ; Wed, 24 Oct 2018 13:46:41 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 4B67E20483D1; Wed, 24 Oct 2018 12:46:41 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540381601; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=Tz6bBpLTj6EcIScL1sKwPboXFWdhJReXIbZpTXZ4gqI=; b=EvaWK5ZDtx1gLY7Zr/fa73ZvzTMXIGNDrPrGSeDt76mlrAXhvZQoeBxNHm3Gi0IrNnZmi/ cra+K/VKOxHxQsMEDArIiR7i+PxzTYp/wuZxn5BBYaJ9FIibI2tWcy9YKKjoJNRt+r2w7Z QcRmWKBZD7eq4EP3qzuMQcXSwYwggFxaSDfzgHEXP/1ImEqAOxSzdyB3mi0RVdUMNIlJ6N qWeIY9ewmLZFIJHApWfHm1B2tQJ18tnzlD0QahAhablOR4afh4YnMHkCWqrhPiqEDdPYYI +7NA0+XShnilLopoHGSz6yKtGTPf/iPCMQFQNcwZnxjeyND6smy98bFPfBRZhQ== Received: from gentoo-modula.duisburg.apolinarski.de (x5d87b030.dyn.telefonica.de [93.135.176.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 0FE5A200A378; Wed, 24 Oct 2018 12:46:38 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1540381599; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=Tz6bBpLTj6EcIScL1sKwPboXFWdhJReXIbZpTXZ4gqI=; b=PFPt6YfBKmNDrkeK6ZdV9CW2CImerHOkVBGNkCuyL/adASYA+4SMgBZE1y95P/ppIugJY6 84HNpEawmZaxtow1Jx6VBb+J4R1m8sgiFA8/LRutk/I1Na6Dnfmfu6nwQsNMMQUjdXUclU Vgj7RsqhxCz6XUljeS+deF8mNmRf0kiuJnFydbnlsFWHRHpwvbX8FyaulPuWrwHCecZfvh 6ABDDvtK9bS3mYkMelttYXPxIrlm+ET3I6H0hDwQyJb3DNq1sD35KCiDqLr55IjaGY3L9e 99ttGmMNfqua5PmY9vxX1tgdFDlxLZWeD5j50bzlw4dg7UJduptBg97VfWxCBA== From: Wolfgang Apolinarski To: development@lists.ipfire.org Subject: [PATCH 1/1] Updated apache and apr Date: Wed, 24 Oct 2018 13:46:11 +0200 Message-Id: <20181024114611.8854-2-wolfgang.apolinarski@ipfire.org> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20181024114611.8854-1-wolfgang.apolinarski@ipfire.org> References: <20181024114611.8854-1-wolfgang.apolinarski@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=wapolinarski smtp.mailfrom=wolfgang.apolinarski@ipfire.org X-Spamd-Result: default: False [-9.02 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; REPLY(-4.00)[]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.92)[-0.972,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:6805, ipnet:93.128.0.0/13, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-9.02 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Updated apache to 2.4.37 - Updated apr to 1.6.5 --- config/rootfiles/common/apache2 | 454 ++++++++++++++++++++-------------------- config/rootfiles/common/apr | 2 +- lfs/apache2 | 4 +- lfs/apr | 4 +- 4 files changed, 233 insertions(+), 231 deletions(-) diff --git a/config/rootfiles/common/apache2 b/config/rootfiles/common/apache2 index e1b1ca825..fc1c5d1e3 100644 --- a/config/rootfiles/common/apache2 +++ b/config/rootfiles/common/apache2 @@ -327,24 +327,24 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/bind.html #srv/web/ipfire/manual/bind.html.de #srv/web/ipfire/manual/bind.html.en -#srv/web/ipfire/manual/bind.html.fr +#srv/web/ipfire/manual/bind.html.fr.utf8 #srv/web/ipfire/manual/bind.html.ja.utf8 #srv/web/ipfire/manual/bind.html.ko.euc-kr #srv/web/ipfire/manual/bind.html.tr.utf8 #srv/web/ipfire/manual/caching.html #srv/web/ipfire/manual/caching.html.en -#srv/web/ipfire/manual/caching.html.fr +#srv/web/ipfire/manual/caching.html.fr.utf8 #srv/web/ipfire/manual/caching.html.tr.utf8 #srv/web/ipfire/manual/configuring.html #srv/web/ipfire/manual/configuring.html.de #srv/web/ipfire/manual/configuring.html.en -#srv/web/ipfire/manual/configuring.html.fr +#srv/web/ipfire/manual/configuring.html.fr.utf8 #srv/web/ipfire/manual/configuring.html.ja.utf8 #srv/web/ipfire/manual/configuring.html.ko.euc-kr #srv/web/ipfire/manual/configuring.html.tr.utf8 #srv/web/ipfire/manual/content-negotiation.html #srv/web/ipfire/manual/content-negotiation.html.en -#srv/web/ipfire/manual/content-negotiation.html.fr +#srv/web/ipfire/manual/content-negotiation.html.fr.utf8 #srv/web/ipfire/manual/content-negotiation.html.ja.utf8 #srv/web/ipfire/manual/content-negotiation.html.ko.euc-kr #srv/web/ipfire/manual/content-negotiation.html.tr.utf8 @@ -352,7 +352,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/custom-error.html #srv/web/ipfire/manual/custom-error.html.en #srv/web/ipfire/manual/custom-error.html.es -#srv/web/ipfire/manual/custom-error.html.fr +#srv/web/ipfire/manual/custom-error.html.fr.utf8 #srv/web/ipfire/manual/custom-error.html.ja.utf8 #srv/web/ipfire/manual/custom-error.html.ko.euc-kr #srv/web/ipfire/manual/custom-error.html.tr.utf8 @@ -386,54 +386,54 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/developer/thread_safety.html.en #srv/web/ipfire/manual/dns-caveats.html #srv/web/ipfire/manual/dns-caveats.html.en -#srv/web/ipfire/manual/dns-caveats.html.fr +#srv/web/ipfire/manual/dns-caveats.html.fr.utf8 #srv/web/ipfire/manual/dns-caveats.html.ja.utf8 #srv/web/ipfire/manual/dns-caveats.html.ko.euc-kr #srv/web/ipfire/manual/dns-caveats.html.tr.utf8 #srv/web/ipfire/manual/dso.html #srv/web/ipfire/manual/dso.html.en -#srv/web/ipfire/manual/dso.html.fr +#srv/web/ipfire/manual/dso.html.fr.utf8 #srv/web/ipfire/manual/dso.html.ja.utf8 #srv/web/ipfire/manual/dso.html.ko.euc-kr #srv/web/ipfire/manual/dso.html.tr.utf8 #srv/web/ipfire/manual/env.html #srv/web/ipfire/manual/env.html.en -#srv/web/ipfire/manual/env.html.fr +#srv/web/ipfire/manual/env.html.fr.utf8 #srv/web/ipfire/manual/env.html.ja.utf8 #srv/web/ipfire/manual/env.html.ko.euc-kr #srv/web/ipfire/manual/env.html.tr.utf8 #srv/web/ipfire/manual/expr.html #srv/web/ipfire/manual/expr.html.en -#srv/web/ipfire/manual/expr.html.fr +#srv/web/ipfire/manual/expr.html.fr.utf8 #srv/web/ipfire/manual/faq #srv/web/ipfire/manual/faq/index.html #srv/web/ipfire/manual/faq/index.html.en #srv/web/ipfire/manual/faq/index.html.es -#srv/web/ipfire/manual/faq/index.html.fr +#srv/web/ipfire/manual/faq/index.html.fr.utf8 #srv/web/ipfire/manual/faq/index.html.tr.utf8 #srv/web/ipfire/manual/faq/index.html.zh-cn.utf8 #srv/web/ipfire/manual/filter.html #srv/web/ipfire/manual/filter.html.en #srv/web/ipfire/manual/filter.html.es -#srv/web/ipfire/manual/filter.html.fr +#srv/web/ipfire/manual/filter.html.fr.utf8 #srv/web/ipfire/manual/filter.html.ja.utf8 #srv/web/ipfire/manual/filter.html.ko.euc-kr #srv/web/ipfire/manual/filter.html.tr.utf8 #srv/web/ipfire/manual/getting-started.html #srv/web/ipfire/manual/getting-started.html.en -#srv/web/ipfire/manual/getting-started.html.fr +#srv/web/ipfire/manual/getting-started.html.fr.utf8 #srv/web/ipfire/manual/glossary.html #srv/web/ipfire/manual/glossary.html.de #srv/web/ipfire/manual/glossary.html.en #srv/web/ipfire/manual/glossary.html.es -#srv/web/ipfire/manual/glossary.html.fr +#srv/web/ipfire/manual/glossary.html.fr.utf8 #srv/web/ipfire/manual/glossary.html.ja.utf8 #srv/web/ipfire/manual/glossary.html.ko.euc-kr #srv/web/ipfire/manual/glossary.html.tr.utf8 #srv/web/ipfire/manual/handler.html #srv/web/ipfire/manual/handler.html.en #srv/web/ipfire/manual/handler.html.es -#srv/web/ipfire/manual/handler.html.fr +#srv/web/ipfire/manual/handler.html.fr.utf8 #srv/web/ipfire/manual/handler.html.ja.utf8 #srv/web/ipfire/manual/handler.html.ko.euc-kr #srv/web/ipfire/manual/handler.html.tr.utf8 @@ -442,52 +442,52 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/howto/access.html #srv/web/ipfire/manual/howto/access.html.en #srv/web/ipfire/manual/howto/access.html.es -#srv/web/ipfire/manual/howto/access.html.fr +#srv/web/ipfire/manual/howto/access.html.fr.utf8 #srv/web/ipfire/manual/howto/auth.html #srv/web/ipfire/manual/howto/auth.html.en #srv/web/ipfire/manual/howto/auth.html.es -#srv/web/ipfire/manual/howto/auth.html.fr +#srv/web/ipfire/manual/howto/auth.html.fr.utf8 #srv/web/ipfire/manual/howto/auth.html.ja.utf8 #srv/web/ipfire/manual/howto/auth.html.ko.euc-kr #srv/web/ipfire/manual/howto/auth.html.tr.utf8 #srv/web/ipfire/manual/howto/cgi.html #srv/web/ipfire/manual/howto/cgi.html.en #srv/web/ipfire/manual/howto/cgi.html.es -#srv/web/ipfire/manual/howto/cgi.html.fr +#srv/web/ipfire/manual/howto/cgi.html.fr.utf8 #srv/web/ipfire/manual/howto/cgi.html.ja.utf8 #srv/web/ipfire/manual/howto/cgi.html.ko.euc-kr #srv/web/ipfire/manual/howto/htaccess.html #srv/web/ipfire/manual/howto/htaccess.html.en #srv/web/ipfire/manual/howto/htaccess.html.es -#srv/web/ipfire/manual/howto/htaccess.html.fr +#srv/web/ipfire/manual/howto/htaccess.html.fr.utf8 #srv/web/ipfire/manual/howto/htaccess.html.ja.utf8 #srv/web/ipfire/manual/howto/htaccess.html.ko.euc-kr #srv/web/ipfire/manual/howto/htaccess.html.pt-br #srv/web/ipfire/manual/howto/http2.html #srv/web/ipfire/manual/howto/http2.html.en #srv/web/ipfire/manual/howto/http2.html.es -#srv/web/ipfire/manual/howto/http2.html.fr +#srv/web/ipfire/manual/howto/http2.html.fr.utf8 #srv/web/ipfire/manual/howto/index.html #srv/web/ipfire/manual/howto/index.html.en #srv/web/ipfire/manual/howto/index.html.es -#srv/web/ipfire/manual/howto/index.html.fr +#srv/web/ipfire/manual/howto/index.html.fr.utf8 #srv/web/ipfire/manual/howto/index.html.ja.utf8 #srv/web/ipfire/manual/howto/index.html.ko.euc-kr #srv/web/ipfire/manual/howto/index.html.zh-cn.utf8 #srv/web/ipfire/manual/howto/public_html.html #srv/web/ipfire/manual/howto/public_html.html.en #srv/web/ipfire/manual/howto/public_html.html.es -#srv/web/ipfire/manual/howto/public_html.html.fr +#srv/web/ipfire/manual/howto/public_html.html.fr.utf8 #srv/web/ipfire/manual/howto/public_html.html.ja.utf8 #srv/web/ipfire/manual/howto/public_html.html.ko.euc-kr #srv/web/ipfire/manual/howto/public_html.html.tr.utf8 #srv/web/ipfire/manual/howto/reverse_proxy.html #srv/web/ipfire/manual/howto/reverse_proxy.html.en -#srv/web/ipfire/manual/howto/reverse_proxy.html.fr +#srv/web/ipfire/manual/howto/reverse_proxy.html.fr.utf8 #srv/web/ipfire/manual/howto/ssi.html #srv/web/ipfire/manual/howto/ssi.html.en #srv/web/ipfire/manual/howto/ssi.html.es -#srv/web/ipfire/manual/howto/ssi.html.fr +#srv/web/ipfire/manual/howto/ssi.html.fr.utf8 #srv/web/ipfire/manual/howto/ssi.html.ja.utf8 #srv/web/ipfire/manual/howto/ssi.html.ko.euc-kr #srv/web/ipfire/manual/images @@ -541,7 +541,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/index.html.de #srv/web/ipfire/manual/index.html.en #srv/web/ipfire/manual/index.html.es -#srv/web/ipfire/manual/index.html.fr +#srv/web/ipfire/manual/index.html.fr.utf8 #srv/web/ipfire/manual/index.html.ja.utf8 #srv/web/ipfire/manual/index.html.ko.euc-kr #srv/web/ipfire/manual/index.html.pt-br @@ -551,7 +551,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/install.html.de #srv/web/ipfire/manual/install.html.en #srv/web/ipfire/manual/install.html.es -#srv/web/ipfire/manual/install.html.fr +#srv/web/ipfire/manual/install.html.fr.utf8 #srv/web/ipfire/manual/install.html.ja.utf8 #srv/web/ipfire/manual/install.html.ko.euc-kr #srv/web/ipfire/manual/install.html.tr.utf8 @@ -559,7 +559,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/invoking.html.de #srv/web/ipfire/manual/invoking.html.en #srv/web/ipfire/manual/invoking.html.es -#srv/web/ipfire/manual/invoking.html.fr +#srv/web/ipfire/manual/invoking.html.fr.utf8 #srv/web/ipfire/manual/invoking.html.ja.utf8 #srv/web/ipfire/manual/invoking.html.ko.euc-kr #srv/web/ipfire/manual/invoking.html.tr.utf8 @@ -567,7 +567,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/license.html.en #srv/web/ipfire/manual/logs.html #srv/web/ipfire/manual/logs.html.en -#srv/web/ipfire/manual/logs.html.fr +#srv/web/ipfire/manual/logs.html.fr.utf8 #srv/web/ipfire/manual/logs.html.ja.utf8 #srv/web/ipfire/manual/logs.html.ko.euc-kr #srv/web/ipfire/manual/logs.html.tr.utf8 @@ -575,25 +575,25 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/misc/index.html #srv/web/ipfire/manual/misc/index.html.en #srv/web/ipfire/manual/misc/index.html.es -#srv/web/ipfire/manual/misc/index.html.fr +#srv/web/ipfire/manual/misc/index.html.fr.utf8 #srv/web/ipfire/manual/misc/index.html.ko.euc-kr #srv/web/ipfire/manual/misc/index.html.tr.utf8 #srv/web/ipfire/manual/misc/index.html.zh-cn.utf8 #srv/web/ipfire/manual/misc/password_encryptions.html #srv/web/ipfire/manual/misc/password_encryptions.html.en -#srv/web/ipfire/manual/misc/password_encryptions.html.fr +#srv/web/ipfire/manual/misc/password_encryptions.html.fr.utf8 #srv/web/ipfire/manual/misc/perf-tuning.html #srv/web/ipfire/manual/misc/perf-tuning.html.en -#srv/web/ipfire/manual/misc/perf-tuning.html.fr +#srv/web/ipfire/manual/misc/perf-tuning.html.fr.utf8 #srv/web/ipfire/manual/misc/perf-tuning.html.ko.euc-kr #srv/web/ipfire/manual/misc/perf-tuning.html.tr.utf8 #srv/web/ipfire/manual/misc/relevant_standards.html #srv/web/ipfire/manual/misc/relevant_standards.html.en -#srv/web/ipfire/manual/misc/relevant_standards.html.fr +#srv/web/ipfire/manual/misc/relevant_standards.html.fr.utf8 #srv/web/ipfire/manual/misc/relevant_standards.html.ko.euc-kr #srv/web/ipfire/manual/misc/security_tips.html #srv/web/ipfire/manual/misc/security_tips.html.en -#srv/web/ipfire/manual/misc/security_tips.html.fr +#srv/web/ipfire/manual/misc/security_tips.html.fr.utf8 #srv/web/ipfire/manual/misc/security_tips.html.ko.euc-kr #srv/web/ipfire/manual/misc/security_tips.html.tr.utf8 #srv/web/ipfire/manual/mod @@ -601,13 +601,13 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/core.html.de #srv/web/ipfire/manual/mod/core.html.en #srv/web/ipfire/manual/mod/core.html.es -#srv/web/ipfire/manual/mod/core.html.fr +#srv/web/ipfire/manual/mod/core.html.fr.utf8 #srv/web/ipfire/manual/mod/core.html.ja.utf8 #srv/web/ipfire/manual/mod/core.html.tr.utf8 #srv/web/ipfire/manual/mod/directive-dict.html #srv/web/ipfire/manual/mod/directive-dict.html.en #srv/web/ipfire/manual/mod/directive-dict.html.es -#srv/web/ipfire/manual/mod/directive-dict.html.fr +#srv/web/ipfire/manual/mod/directive-dict.html.fr.utf8 #srv/web/ipfire/manual/mod/directive-dict.html.ja.utf8 #srv/web/ipfire/manual/mod/directive-dict.html.ko.euc-kr #srv/web/ipfire/manual/mod/directive-dict.html.tr.utf8 @@ -615,530 +615,530 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/directives.html.de #srv/web/ipfire/manual/mod/directives.html.en #srv/web/ipfire/manual/mod/directives.html.es -#srv/web/ipfire/manual/mod/directives.html.fr +#srv/web/ipfire/manual/mod/directives.html.fr.utf8 #srv/web/ipfire/manual/mod/directives.html.ja.utf8 #srv/web/ipfire/manual/mod/directives.html.ko.euc-kr #srv/web/ipfire/manual/mod/directives.html.tr.utf8 #srv/web/ipfire/manual/mod/directives.html.zh-cn.utf8 #srv/web/ipfire/manual/mod/event.html #srv/web/ipfire/manual/mod/event.html.en -#srv/web/ipfire/manual/mod/event.html.fr +#srv/web/ipfire/manual/mod/event.html.fr.utf8 #srv/web/ipfire/manual/mod/index.html #srv/web/ipfire/manual/mod/index.html.de #srv/web/ipfire/manual/mod/index.html.en #srv/web/ipfire/manual/mod/index.html.es -#srv/web/ipfire/manual/mod/index.html.fr +#srv/web/ipfire/manual/mod/index.html.fr.utf8 #srv/web/ipfire/manual/mod/index.html.ja.utf8 #srv/web/ipfire/manual/mod/index.html.ko.euc-kr #srv/web/ipfire/manual/mod/index.html.tr.utf8 #srv/web/ipfire/manual/mod/index.html.zh-cn.utf8 #srv/web/ipfire/manual/mod/mod_access_compat.html #srv/web/ipfire/manual/mod/mod_access_compat.html.en -#srv/web/ipfire/manual/mod/mod_access_compat.html.fr +#srv/web/ipfire/manual/mod/mod_access_compat.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_access_compat.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_actions.html #srv/web/ipfire/manual/mod/mod_actions.html.de #srv/web/ipfire/manual/mod/mod_actions.html.en -#srv/web/ipfire/manual/mod/mod_actions.html.fr +#srv/web/ipfire/manual/mod/mod_actions.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_actions.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_actions.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_alias.html #srv/web/ipfire/manual/mod/mod_alias.html.en -#srv/web/ipfire/manual/mod/mod_alias.html.fr +#srv/web/ipfire/manual/mod/mod_alias.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_alias.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_alias.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_alias.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_allowmethods.html #srv/web/ipfire/manual/mod/mod_allowmethods.html.en -#srv/web/ipfire/manual/mod/mod_allowmethods.html.fr +#srv/web/ipfire/manual/mod/mod_allowmethods.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_asis.html #srv/web/ipfire/manual/mod/mod_asis.html.en -#srv/web/ipfire/manual/mod/mod_asis.html.fr +#srv/web/ipfire/manual/mod/mod_asis.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_asis.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_asis.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_basic.html #srv/web/ipfire/manual/mod/mod_auth_basic.html.en -#srv/web/ipfire/manual/mod/mod_auth_basic.html.fr +#srv/web/ipfire/manual/mod/mod_auth_basic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_auth_basic.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_auth_basic.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_digest.html #srv/web/ipfire/manual/mod/mod_auth_digest.html.en -#srv/web/ipfire/manual/mod/mod_auth_digest.html.fr +#srv/web/ipfire/manual/mod/mod_auth_digest.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_auth_digest.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_auth_form.html #srv/web/ipfire/manual/mod/mod_auth_form.html.en -#srv/web/ipfire/manual/mod/mod_auth_form.html.fr +#srv/web/ipfire/manual/mod/mod_auth_form.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html #srv/web/ipfire/manual/mod/mod_authn_anon.html.en -#srv/web/ipfire/manual/mod/mod_authn_anon.html.fr +#srv/web/ipfire/manual/mod/mod_authn_anon.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_anon.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_core.html #srv/web/ipfire/manual/mod/mod_authn_core.html.en -#srv/web/ipfire/manual/mod/mod_authn_core.html.fr +#srv/web/ipfire/manual/mod/mod_authn_core.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbd.html #srv/web/ipfire/manual/mod/mod_authn_dbd.html.en -#srv/web/ipfire/manual/mod/mod_authn_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_authn_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html #srv/web/ipfire/manual/mod/mod_authn_dbm.html.en -#srv/web/ipfire/manual/mod/mod_authn_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_authn_dbm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_dbm.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_file.html #srv/web/ipfire/manual/mod/mod_authn_file.html.en -#srv/web/ipfire/manual/mod/mod_authn_file.html.fr +#srv/web/ipfire/manual/mod/mod_authn_file.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authn_file.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authn_file.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authn_socache.html #srv/web/ipfire/manual/mod/mod_authn_socache.html.en -#srv/web/ipfire/manual/mod/mod_authn_socache.html.fr +#srv/web/ipfire/manual/mod/mod_authn_socache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authnz_fcgi.html #srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.en -#srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.fr +#srv/web/ipfire/manual/mod/mod_authnz_fcgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authnz_ldap.html #srv/web/ipfire/manual/mod/mod_authnz_ldap.html.en -#srv/web/ipfire/manual/mod/mod_authnz_ldap.html.fr +#srv/web/ipfire/manual/mod/mod_authnz_ldap.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_core.html #srv/web/ipfire/manual/mod/mod_authz_core.html.en -#srv/web/ipfire/manual/mod/mod_authz_core.html.fr +#srv/web/ipfire/manual/mod/mod_authz_core.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_dbd.html #srv/web/ipfire/manual/mod/mod_authz_dbd.html.en -#srv/web/ipfire/manual/mod/mod_authz_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_authz_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_dbm.html #srv/web/ipfire/manual/mod/mod_authz_dbm.html.en -#srv/web/ipfire/manual/mod/mod_authz_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_authz_dbm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_dbm.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_groupfile.html #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.en -#srv/web/ipfire/manual/mod/mod_authz_groupfile.html.fr +#srv/web/ipfire/manual/mod/mod_authz_groupfile.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_groupfile.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_host.html #srv/web/ipfire/manual/mod/mod_authz_host.html.en -#srv/web/ipfire/manual/mod/mod_authz_host.html.fr +#srv/web/ipfire/manual/mod/mod_authz_host.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html #srv/web/ipfire/manual/mod/mod_authz_owner.html.en -#srv/web/ipfire/manual/mod/mod_authz_owner.html.fr +#srv/web/ipfire/manual/mod/mod_authz_owner.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_owner.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_authz_user.html #srv/web/ipfire/manual/mod/mod_authz_user.html.en -#srv/web/ipfire/manual/mod/mod_authz_user.html.fr +#srv/web/ipfire/manual/mod/mod_authz_user.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_authz_user.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_authz_user.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_autoindex.html #srv/web/ipfire/manual/mod/mod_autoindex.html.en -#srv/web/ipfire/manual/mod/mod_autoindex.html.fr +#srv/web/ipfire/manual/mod/mod_autoindex.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_autoindex.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_autoindex.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_autoindex.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_brotli.html #srv/web/ipfire/manual/mod/mod_brotli.html.en -#srv/web/ipfire/manual/mod/mod_brotli.html.fr +#srv/web/ipfire/manual/mod/mod_brotli.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_buffer.html #srv/web/ipfire/manual/mod/mod_buffer.html.en -#srv/web/ipfire/manual/mod/mod_buffer.html.fr +#srv/web/ipfire/manual/mod/mod_buffer.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cache.html #srv/web/ipfire/manual/mod/mod_cache.html.en -#srv/web/ipfire/manual/mod/mod_cache.html.fr +#srv/web/ipfire/manual/mod/mod_cache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cache.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cache.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cache_disk.html #srv/web/ipfire/manual/mod/mod_cache_disk.html.en -#srv/web/ipfire/manual/mod/mod_cache_disk.html.fr +#srv/web/ipfire/manual/mod/mod_cache_disk.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cache_disk.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cache_disk.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cache_socache.html #srv/web/ipfire/manual/mod/mod_cache_socache.html.en -#srv/web/ipfire/manual/mod/mod_cache_socache.html.fr +#srv/web/ipfire/manual/mod/mod_cache_socache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cern_meta.html #srv/web/ipfire/manual/mod/mod_cern_meta.html.en -#srv/web/ipfire/manual/mod/mod_cern_meta.html.fr +#srv/web/ipfire/manual/mod/mod_cern_meta.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cern_meta.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cgi.html #srv/web/ipfire/manual/mod/mod_cgi.html.en -#srv/web/ipfire/manual/mod/mod_cgi.html.fr +#srv/web/ipfire/manual/mod/mod_cgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cgi.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cgi.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_cgid.html #srv/web/ipfire/manual/mod/mod_cgid.html.en -#srv/web/ipfire/manual/mod/mod_cgid.html.fr +#srv/web/ipfire/manual/mod/mod_cgid.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_cgid.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_cgid.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_charset_lite.html #srv/web/ipfire/manual/mod/mod_charset_lite.html.en -#srv/web/ipfire/manual/mod/mod_charset_lite.html.fr +#srv/web/ipfire/manual/mod/mod_charset_lite.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_charset_lite.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_data.html #srv/web/ipfire/manual/mod/mod_data.html.en -#srv/web/ipfire/manual/mod/mod_data.html.fr +#srv/web/ipfire/manual/mod/mod_data.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav.html #srv/web/ipfire/manual/mod/mod_dav.html.en -#srv/web/ipfire/manual/mod/mod_dav.html.fr +#srv/web/ipfire/manual/mod/mod_dav.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dav.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dav_fs.html #srv/web/ipfire/manual/mod/mod_dav_fs.html.en -#srv/web/ipfire/manual/mod/mod_dav_fs.html.fr +#srv/web/ipfire/manual/mod/mod_dav_fs.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav_fs.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dav_fs.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dav_lock.html #srv/web/ipfire/manual/mod/mod_dav_lock.html.en -#srv/web/ipfire/manual/mod/mod_dav_lock.html.fr +#srv/web/ipfire/manual/mod/mod_dav_lock.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dav_lock.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dbd.html #srv/web/ipfire/manual/mod/mod_dbd.html.en -#srv/web/ipfire/manual/mod/mod_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html #srv/web/ipfire/manual/mod/mod_deflate.html.en -#srv/web/ipfire/manual/mod/mod_deflate.html.fr +#srv/web/ipfire/manual/mod/mod_deflate.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_deflate.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dialup.html #srv/web/ipfire/manual/mod/mod_dialup.html.en -#srv/web/ipfire/manual/mod/mod_dialup.html.fr +#srv/web/ipfire/manual/mod/mod_dialup.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dir.html #srv/web/ipfire/manual/mod/mod_dir.html.en -#srv/web/ipfire/manual/mod/mod_dir.html.fr +#srv/web/ipfire/manual/mod/mod_dir.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dir.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_dir.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_dir.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_dumpio.html #srv/web/ipfire/manual/mod/mod_dumpio.html.en -#srv/web/ipfire/manual/mod/mod_dumpio.html.fr +#srv/web/ipfire/manual/mod/mod_dumpio.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_dumpio.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_echo.html #srv/web/ipfire/manual/mod/mod_echo.html.en -#srv/web/ipfire/manual/mod/mod_echo.html.fr +#srv/web/ipfire/manual/mod/mod_echo.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_echo.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_echo.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_env.html #srv/web/ipfire/manual/mod/mod_env.html.en -#srv/web/ipfire/manual/mod/mod_env.html.fr +#srv/web/ipfire/manual/mod/mod_env.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_env.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_env.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_env.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_example_hooks.html #srv/web/ipfire/manual/mod/mod_example_hooks.html.en -#srv/web/ipfire/manual/mod/mod_example_hooks.html.fr +#srv/web/ipfire/manual/mod/mod_example_hooks.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_example_hooks.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_expires.html #srv/web/ipfire/manual/mod/mod_expires.html.en -#srv/web/ipfire/manual/mod/mod_expires.html.fr +#srv/web/ipfire/manual/mod/mod_expires.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_expires.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_expires.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_ext_filter.html #srv/web/ipfire/manual/mod/mod_ext_filter.html.en -#srv/web/ipfire/manual/mod/mod_ext_filter.html.fr +#srv/web/ipfire/manual/mod/mod_ext_filter.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ext_filter.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_ext_filter.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_file_cache.html #srv/web/ipfire/manual/mod/mod_file_cache.html.en -#srv/web/ipfire/manual/mod/mod_file_cache.html.fr +#srv/web/ipfire/manual/mod/mod_file_cache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_file_cache.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_filter.html #srv/web/ipfire/manual/mod/mod_filter.html.en -#srv/web/ipfire/manual/mod/mod_filter.html.fr +#srv/web/ipfire/manual/mod/mod_filter.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_headers.html #srv/web/ipfire/manual/mod/mod_headers.html.en -#srv/web/ipfire/manual/mod/mod_headers.html.fr +#srv/web/ipfire/manual/mod/mod_headers.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_headers.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_headers.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_heartbeat.html #srv/web/ipfire/manual/mod/mod_heartbeat.html.en -#srv/web/ipfire/manual/mod/mod_heartbeat.html.fr +#srv/web/ipfire/manual/mod/mod_heartbeat.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_heartmonitor.html #srv/web/ipfire/manual/mod/mod_heartmonitor.html.en -#srv/web/ipfire/manual/mod/mod_heartmonitor.html.fr +#srv/web/ipfire/manual/mod/mod_heartmonitor.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_http2.html #srv/web/ipfire/manual/mod/mod_http2.html.en -#srv/web/ipfire/manual/mod/mod_http2.html.fr +#srv/web/ipfire/manual/mod/mod_http2.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ident.html #srv/web/ipfire/manual/mod/mod_ident.html.en -#srv/web/ipfire/manual/mod/mod_ident.html.fr +#srv/web/ipfire/manual/mod/mod_ident.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ident.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_ident.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_imagemap.html #srv/web/ipfire/manual/mod/mod_imagemap.html.en -#srv/web/ipfire/manual/mod/mod_imagemap.html.fr +#srv/web/ipfire/manual/mod/mod_imagemap.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_imagemap.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_include.html #srv/web/ipfire/manual/mod/mod_include.html.en -#srv/web/ipfire/manual/mod/mod_include.html.fr +#srv/web/ipfire/manual/mod/mod_include.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_include.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_info.html #srv/web/ipfire/manual/mod/mod_info.html.en -#srv/web/ipfire/manual/mod/mod_info.html.fr +#srv/web/ipfire/manual/mod/mod_info.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_info.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_info.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_isapi.html #srv/web/ipfire/manual/mod/mod_isapi.html.en -#srv/web/ipfire/manual/mod/mod_isapi.html.fr +#srv/web/ipfire/manual/mod/mod_isapi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_isapi.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html #srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_bybusyness.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html #srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_byrequests.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html #srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_bytraffic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html #srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.en -#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.fr +#srv/web/ipfire/manual/mod/mod_lbmethod_heartbeat.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ldap.html #srv/web/ipfire/manual/mod/mod_ldap.html.en -#srv/web/ipfire/manual/mod/mod_ldap.html.fr +#srv/web/ipfire/manual/mod/mod_ldap.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html #srv/web/ipfire/manual/mod/mod_log_config.html.en -#srv/web/ipfire/manual/mod/mod_log_config.html.fr +#srv/web/ipfire/manual/mod/mod_log_config.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_log_config.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_log_config.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_log_debug.html #srv/web/ipfire/manual/mod/mod_log_debug.html.en -#srv/web/ipfire/manual/mod/mod_log_debug.html.fr +#srv/web/ipfire/manual/mod/mod_log_debug.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html #srv/web/ipfire/manual/mod/mod_log_forensic.html.en -#srv/web/ipfire/manual/mod/mod_log_forensic.html.fr +#srv/web/ipfire/manual/mod/mod_log_forensic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_log_forensic.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_logio.html #srv/web/ipfire/manual/mod/mod_logio.html.en -#srv/web/ipfire/manual/mod/mod_logio.html.fr +#srv/web/ipfire/manual/mod/mod_logio.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_logio.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_logio.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_logio.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_lua.html #srv/web/ipfire/manual/mod/mod_lua.html.en -#srv/web/ipfire/manual/mod/mod_lua.html.fr +#srv/web/ipfire/manual/mod/mod_lua.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_macro.html #srv/web/ipfire/manual/mod/mod_macro.html.en -#srv/web/ipfire/manual/mod/mod_macro.html.fr +#srv/web/ipfire/manual/mod/mod_macro.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_md.html #srv/web/ipfire/manual/mod/mod_md.html.en #srv/web/ipfire/manual/mod/mod_mime.html #srv/web/ipfire/manual/mod/mod_mime.html.en -#srv/web/ipfire/manual/mod/mod_mime.html.fr +#srv/web/ipfire/manual/mod/mod_mime.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_mime.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_mime_magic.html #srv/web/ipfire/manual/mod/mod_mime_magic.html.en -#srv/web/ipfire/manual/mod/mod_mime_magic.html.fr +#srv/web/ipfire/manual/mod/mod_mime_magic.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_negotiation.html #srv/web/ipfire/manual/mod/mod_negotiation.html.en -#srv/web/ipfire/manual/mod/mod_negotiation.html.fr +#srv/web/ipfire/manual/mod/mod_negotiation.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_negotiation.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_nw_ssl.html #srv/web/ipfire/manual/mod/mod_nw_ssl.html.en -#srv/web/ipfire/manual/mod/mod_nw_ssl.html.fr +#srv/web/ipfire/manual/mod/mod_nw_ssl.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_privileges.html #srv/web/ipfire/manual/mod/mod_privileges.html.en -#srv/web/ipfire/manual/mod/mod_privileges.html.fr +#srv/web/ipfire/manual/mod/mod_privileges.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy.html #srv/web/ipfire/manual/mod/mod_proxy.html.en -#srv/web/ipfire/manual/mod/mod_proxy.html.fr +#srv/web/ipfire/manual/mod/mod_proxy.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ajp.html #srv/web/ipfire/manual/mod/mod_proxy_ajp.html.en -#srv/web/ipfire/manual/mod/mod_proxy_ajp.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_ajp.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ajp.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_balancer.html #srv/web/ipfire/manual/mod/mod_proxy_balancer.html.en -#srv/web/ipfire/manual/mod/mod_proxy_balancer.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_balancer.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_balancer.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_connect.html #srv/web/ipfire/manual/mod/mod_proxy_connect.html.en -#srv/web/ipfire/manual/mod/mod_proxy_connect.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_connect.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_connect.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_proxy_express.html #srv/web/ipfire/manual/mod/mod_proxy_express.html.en -#srv/web/ipfire/manual/mod/mod_proxy_express.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_express.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_fcgi.html #srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.en -#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_fcgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_fdpass.html #srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.en -#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_fdpass.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_ftp.html #srv/web/ipfire/manual/mod/mod_proxy_ftp.html.en -#srv/web/ipfire/manual/mod/mod_proxy_ftp.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_ftp.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_hcheck.html #srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.en -#srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_hcheck.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_html.html #srv/web/ipfire/manual/mod/mod_proxy_html.html.en -#srv/web/ipfire/manual/mod/mod_proxy_html.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_html.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_http.html #srv/web/ipfire/manual/mod/mod_proxy_http.html.en -#srv/web/ipfire/manual/mod/mod_proxy_http.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_http.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_http2.html #srv/web/ipfire/manual/mod/mod_proxy_http2.html.en -#srv/web/ipfire/manual/mod/mod_proxy_http2.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_http2.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_scgi.html #srv/web/ipfire/manual/mod/mod_proxy_scgi.html.en -#srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_scgi.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html #srv/web/ipfire/manual/mod/mod_proxy_uwsgi.html.en #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html #srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.en -#srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.fr +#srv/web/ipfire/manual/mod/mod_proxy_wstunnel.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_ratelimit.html #srv/web/ipfire/manual/mod/mod_ratelimit.html.en -#srv/web/ipfire/manual/mod/mod_ratelimit.html.fr +#srv/web/ipfire/manual/mod/mod_ratelimit.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_reflector.html #srv/web/ipfire/manual/mod/mod_reflector.html.en -#srv/web/ipfire/manual/mod/mod_reflector.html.fr +#srv/web/ipfire/manual/mod/mod_reflector.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_remoteip.html #srv/web/ipfire/manual/mod/mod_remoteip.html.en -#srv/web/ipfire/manual/mod/mod_remoteip.html.fr +#srv/web/ipfire/manual/mod/mod_remoteip.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_reqtimeout.html #srv/web/ipfire/manual/mod/mod_reqtimeout.html.en -#srv/web/ipfire/manual/mod/mod_reqtimeout.html.fr +#srv/web/ipfire/manual/mod/mod_reqtimeout.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_request.html #srv/web/ipfire/manual/mod/mod_request.html.en -#srv/web/ipfire/manual/mod/mod_request.html.fr +#srv/web/ipfire/manual/mod/mod_request.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_request.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_rewrite.html #srv/web/ipfire/manual/mod/mod_rewrite.html.en -#srv/web/ipfire/manual/mod/mod_rewrite.html.fr +#srv/web/ipfire/manual/mod/mod_rewrite.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_sed.html #srv/web/ipfire/manual/mod/mod_sed.html.en -#srv/web/ipfire/manual/mod/mod_sed.html.fr +#srv/web/ipfire/manual/mod/mod_sed.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session.html #srv/web/ipfire/manual/mod/mod_session.html.en -#srv/web/ipfire/manual/mod/mod_session.html.fr +#srv/web/ipfire/manual/mod/mod_session.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session_cookie.html #srv/web/ipfire/manual/mod/mod_session_cookie.html.en -#srv/web/ipfire/manual/mod/mod_session_cookie.html.fr +#srv/web/ipfire/manual/mod/mod_session_cookie.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session_crypto.html #srv/web/ipfire/manual/mod/mod_session_crypto.html.en -#srv/web/ipfire/manual/mod/mod_session_crypto.html.fr +#srv/web/ipfire/manual/mod/mod_session_crypto.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_session_dbd.html #srv/web/ipfire/manual/mod/mod_session_dbd.html.en -#srv/web/ipfire/manual/mod/mod_session_dbd.html.fr +#srv/web/ipfire/manual/mod/mod_session_dbd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html #srv/web/ipfire/manual/mod/mod_setenvif.html.en -#srv/web/ipfire/manual/mod/mod_setenvif.html.fr +#srv/web/ipfire/manual/mod/mod_setenvif.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_setenvif.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_setenvif.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_slotmem_plain.html #srv/web/ipfire/manual/mod/mod_slotmem_plain.html.en -#srv/web/ipfire/manual/mod/mod_slotmem_plain.html.fr +#srv/web/ipfire/manual/mod/mod_slotmem_plain.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_slotmem_shm.html #srv/web/ipfire/manual/mod/mod_slotmem_shm.html.en -#srv/web/ipfire/manual/mod/mod_slotmem_shm.html.fr +#srv/web/ipfire/manual/mod/mod_slotmem_shm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_so.html #srv/web/ipfire/manual/mod/mod_so.html.en -#srv/web/ipfire/manual/mod/mod_so.html.fr +#srv/web/ipfire/manual/mod/mod_so.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_so.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_so.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_so.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_socache_dbm.html #srv/web/ipfire/manual/mod/mod_socache_dbm.html.en -#srv/web/ipfire/manual/mod/mod_socache_dbm.html.fr +#srv/web/ipfire/manual/mod/mod_socache_dbm.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_socache_dc.html #srv/web/ipfire/manual/mod/mod_socache_dc.html.en -#srv/web/ipfire/manual/mod/mod_socache_dc.html.fr +#srv/web/ipfire/manual/mod/mod_socache_dc.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_socache_memcache.html #srv/web/ipfire/manual/mod/mod_socache_memcache.html.en -#srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr +#srv/web/ipfire/manual/mod/mod_socache_memcache.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_socache_shmcb.html #srv/web/ipfire/manual/mod/mod_socache_shmcb.html.en -#srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr +#srv/web/ipfire/manual/mod/mod_socache_shmcb.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_speling.html #srv/web/ipfire/manual/mod/mod_speling.html.en -#srv/web/ipfire/manual/mod/mod_speling.html.fr +#srv/web/ipfire/manual/mod/mod_speling.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_speling.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_speling.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_ssl.html #srv/web/ipfire/manual/mod/mod_ssl.html.en -#srv/web/ipfire/manual/mod/mod_ssl.html.fr +#srv/web/ipfire/manual/mod/mod_ssl.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_status.html #srv/web/ipfire/manual/mod/mod_status.html.en -#srv/web/ipfire/manual/mod/mod_status.html.fr +#srv/web/ipfire/manual/mod/mod_status.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_status.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_status.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_status.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_substitute.html #srv/web/ipfire/manual/mod/mod_substitute.html.en -#srv/web/ipfire/manual/mod/mod_substitute.html.fr +#srv/web/ipfire/manual/mod/mod_substitute.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_suexec.html #srv/web/ipfire/manual/mod/mod_suexec.html.en -#srv/web/ipfire/manual/mod/mod_suexec.html.fr +#srv/web/ipfire/manual/mod/mod_suexec.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_suexec.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_suexec.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_suexec.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html #srv/web/ipfire/manual/mod/mod_unique_id.html.en -#srv/web/ipfire/manual/mod/mod_unique_id.html.fr +#srv/web/ipfire/manual/mod/mod_unique_id.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_unique_id.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_unixd.html #srv/web/ipfire/manual/mod/mod_unixd.html.en -#srv/web/ipfire/manual/mod/mod_unixd.html.fr +#srv/web/ipfire/manual/mod/mod_unixd.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_unixd.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html #srv/web/ipfire/manual/mod/mod_userdir.html.en -#srv/web/ipfire/manual/mod/mod_userdir.html.fr +#srv/web/ipfire/manual/mod/mod_userdir.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_userdir.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_userdir.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_usertrack.html #srv/web/ipfire/manual/mod/mod_usertrack.html.en -#srv/web/ipfire/manual/mod/mod_usertrack.html.fr +#srv/web/ipfire/manual/mod/mod_usertrack.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_version.html #srv/web/ipfire/manual/mod/mod_version.html.en -#srv/web/ipfire/manual/mod/mod_version.html.fr +#srv/web/ipfire/manual/mod/mod_version.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_version.html.ja.utf8 #srv/web/ipfire/manual/mod/mod_version.html.ko.euc-kr #srv/web/ipfire/manual/mod/mod_vhost_alias.html #srv/web/ipfire/manual/mod/mod_vhost_alias.html.en -#srv/web/ipfire/manual/mod/mod_vhost_alias.html.fr +#srv/web/ipfire/manual/mod/mod_vhost_alias.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_vhost_alias.html.tr.utf8 #srv/web/ipfire/manual/mod/mod_watchdog.html #srv/web/ipfire/manual/mod/mod_watchdog.html.en -#srv/web/ipfire/manual/mod/mod_watchdog.html.fr +#srv/web/ipfire/manual/mod/mod_watchdog.html.fr.utf8 #srv/web/ipfire/manual/mod/mod_xml2enc.html #srv/web/ipfire/manual/mod/mod_xml2enc.html.en -#srv/web/ipfire/manual/mod/mod_xml2enc.html.fr +#srv/web/ipfire/manual/mod/mod_xml2enc.html.fr.utf8 #srv/web/ipfire/manual/mod/module-dict.html #srv/web/ipfire/manual/mod/module-dict.html.en -#srv/web/ipfire/manual/mod/module-dict.html.fr +#srv/web/ipfire/manual/mod/module-dict.html.fr.utf8 #srv/web/ipfire/manual/mod/module-dict.html.ja.utf8 #srv/web/ipfire/manual/mod/module-dict.html.ko.euc-kr #srv/web/ipfire/manual/mod/module-dict.html.tr.utf8 #srv/web/ipfire/manual/mod/mpm_common.html #srv/web/ipfire/manual/mod/mpm_common.html.de #srv/web/ipfire/manual/mod/mpm_common.html.en -#srv/web/ipfire/manual/mod/mpm_common.html.fr +#srv/web/ipfire/manual/mod/mpm_common.html.fr.utf8 #srv/web/ipfire/manual/mod/mpm_common.html.ja.utf8 #srv/web/ipfire/manual/mod/mpm_common.html.tr.utf8 #srv/web/ipfire/manual/mod/mpm_netware.html #srv/web/ipfire/manual/mod/mpm_netware.html.en -#srv/web/ipfire/manual/mod/mpm_netware.html.fr +#srv/web/ipfire/manual/mod/mpm_netware.html.fr.utf8 #srv/web/ipfire/manual/mod/mpm_winnt.html #srv/web/ipfire/manual/mod/mpm_winnt.html.de #srv/web/ipfire/manual/mod/mpm_winnt.html.en -#srv/web/ipfire/manual/mod/mpm_winnt.html.fr +#srv/web/ipfire/manual/mod/mpm_winnt.html.fr.utf8 #srv/web/ipfire/manual/mod/mpm_winnt.html.ja.utf8 #srv/web/ipfire/manual/mod/mpmt_os2.html #srv/web/ipfire/manual/mod/mpmt_os2.html.en -#srv/web/ipfire/manual/mod/mpmt_os2.html.fr +#srv/web/ipfire/manual/mod/mpmt_os2.html.fr.utf8 #srv/web/ipfire/manual/mod/overrides.html #srv/web/ipfire/manual/mod/overrides.html.en #srv/web/ipfire/manual/mod/prefork.html #srv/web/ipfire/manual/mod/prefork.html.de #srv/web/ipfire/manual/mod/prefork.html.en -#srv/web/ipfire/manual/mod/prefork.html.fr +#srv/web/ipfire/manual/mod/prefork.html.fr.utf8 #srv/web/ipfire/manual/mod/prefork.html.ja.utf8 #srv/web/ipfire/manual/mod/prefork.html.tr.utf8 #srv/web/ipfire/manual/mod/quickreference.html #srv/web/ipfire/manual/mod/quickreference.html.de #srv/web/ipfire/manual/mod/quickreference.html.en #srv/web/ipfire/manual/mod/quickreference.html.es -#srv/web/ipfire/manual/mod/quickreference.html.fr +#srv/web/ipfire/manual/mod/quickreference.html.fr.utf8 #srv/web/ipfire/manual/mod/quickreference.html.ja.utf8 #srv/web/ipfire/manual/mod/quickreference.html.ko.euc-kr #srv/web/ipfire/manual/mod/quickreference.html.tr.utf8 @@ -1146,14 +1146,14 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/mod/worker.html #srv/web/ipfire/manual/mod/worker.html.de #srv/web/ipfire/manual/mod/worker.html.en -#srv/web/ipfire/manual/mod/worker.html.fr +#srv/web/ipfire/manual/mod/worker.html.fr.utf8 #srv/web/ipfire/manual/mod/worker.html.ja.utf8 #srv/web/ipfire/manual/mod/worker.html.tr.utf8 #srv/web/ipfire/manual/mpm.html #srv/web/ipfire/manual/mpm.html.de #srv/web/ipfire/manual/mpm.html.en #srv/web/ipfire/manual/mpm.html.es -#srv/web/ipfire/manual/mpm.html.fr +#srv/web/ipfire/manual/mpm.html.fr.utf8 #srv/web/ipfire/manual/mpm.html.ja.utf8 #srv/web/ipfire/manual/mpm.html.ko.euc-kr #srv/web/ipfire/manual/mpm.html.tr.utf8 @@ -1161,7 +1161,7 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/new_features_2_0.html #srv/web/ipfire/manual/new_features_2_0.html.de #srv/web/ipfire/manual/new_features_2_0.html.en -#srv/web/ipfire/manual/new_features_2_0.html.fr +#srv/web/ipfire/manual/new_features_2_0.html.fr.utf8 #srv/web/ipfire/manual/new_features_2_0.html.ja.utf8 #srv/web/ipfire/manual/new_features_2_0.html.ko.euc-kr #srv/web/ipfire/manual/new_features_2_0.html.pt-br @@ -1169,13 +1169,13 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/new_features_2_0.html.tr.utf8 #srv/web/ipfire/manual/new_features_2_2.html #srv/web/ipfire/manual/new_features_2_2.html.en -#srv/web/ipfire/manual/new_features_2_2.html.fr +#srv/web/ipfire/manual/new_features_2_2.html.fr.utf8 #srv/web/ipfire/manual/new_features_2_2.html.ko.euc-kr #srv/web/ipfire/manual/new_features_2_2.html.pt-br #srv/web/ipfire/manual/new_features_2_2.html.tr.utf8 #srv/web/ipfire/manual/new_features_2_4.html #srv/web/ipfire/manual/new_features_2_4.html.en -#srv/web/ipfire/manual/new_features_2_4.html.fr +#srv/web/ipfire/manual/new_features_2_4.html.fr.utf8 #srv/web/ipfire/manual/new_features_2_4.html.tr.utf8 #srv/web/ipfire/manual/platform #srv/web/ipfire/manual/platform/ebcdic.html @@ -1183,167 +1183,167 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/platform/ebcdic.html.ko.euc-kr #srv/web/ipfire/manual/platform/index.html #srv/web/ipfire/manual/platform/index.html.en -#srv/web/ipfire/manual/platform/index.html.fr +#srv/web/ipfire/manual/platform/index.html.fr.utf8 #srv/web/ipfire/manual/platform/index.html.ko.euc-kr #srv/web/ipfire/manual/platform/index.html.zh-cn.utf8 #srv/web/ipfire/manual/platform/netware.html #srv/web/ipfire/manual/platform/netware.html.en -#srv/web/ipfire/manual/platform/netware.html.fr +#srv/web/ipfire/manual/platform/netware.html.fr.utf8 #srv/web/ipfire/manual/platform/netware.html.ko.euc-kr #srv/web/ipfire/manual/platform/perf-hp.html #srv/web/ipfire/manual/platform/perf-hp.html.en -#srv/web/ipfire/manual/platform/perf-hp.html.fr +#srv/web/ipfire/manual/platform/perf-hp.html.fr.utf8 #srv/web/ipfire/manual/platform/perf-hp.html.ko.euc-kr #srv/web/ipfire/manual/platform/rpm.html #srv/web/ipfire/manual/platform/rpm.html.en -#srv/web/ipfire/manual/platform/rpm.html.fr +#srv/web/ipfire/manual/platform/rpm.html.fr.utf8 #srv/web/ipfire/manual/platform/win_compiling.html #srv/web/ipfire/manual/platform/win_compiling.html.en -#srv/web/ipfire/manual/platform/win_compiling.html.fr +#srv/web/ipfire/manual/platform/win_compiling.html.fr.utf8 #srv/web/ipfire/manual/platform/win_compiling.html.ko.euc-kr #srv/web/ipfire/manual/platform/windows.html #srv/web/ipfire/manual/platform/windows.html.en -#srv/web/ipfire/manual/platform/windows.html.fr +#srv/web/ipfire/manual/platform/windows.html.fr.utf8 #srv/web/ipfire/manual/platform/windows.html.ko.euc-kr #srv/web/ipfire/manual/programs #srv/web/ipfire/manual/programs/ab.html #srv/web/ipfire/manual/programs/ab.html.en -#srv/web/ipfire/manual/programs/ab.html.fr +#srv/web/ipfire/manual/programs/ab.html.fr.utf8 #srv/web/ipfire/manual/programs/ab.html.ko.euc-kr #srv/web/ipfire/manual/programs/ab.html.tr.utf8 #srv/web/ipfire/manual/programs/apachectl.html #srv/web/ipfire/manual/programs/apachectl.html.en -#srv/web/ipfire/manual/programs/apachectl.html.fr +#srv/web/ipfire/manual/programs/apachectl.html.fr.utf8 #srv/web/ipfire/manual/programs/apachectl.html.ko.euc-kr #srv/web/ipfire/manual/programs/apachectl.html.tr.utf8 #srv/web/ipfire/manual/programs/apxs.html #srv/web/ipfire/manual/programs/apxs.html.en -#srv/web/ipfire/manual/programs/apxs.html.fr +#srv/web/ipfire/manual/programs/apxs.html.fr.utf8 #srv/web/ipfire/manual/programs/apxs.html.ko.euc-kr #srv/web/ipfire/manual/programs/apxs.html.tr.utf8 #srv/web/ipfire/manual/programs/configure.html #srv/web/ipfire/manual/programs/configure.html.en -#srv/web/ipfire/manual/programs/configure.html.fr +#srv/web/ipfire/manual/programs/configure.html.fr.utf8 #srv/web/ipfire/manual/programs/configure.html.ko.euc-kr #srv/web/ipfire/manual/programs/configure.html.tr.utf8 #srv/web/ipfire/manual/programs/dbmmanage.html #srv/web/ipfire/manual/programs/dbmmanage.html.en -#srv/web/ipfire/manual/programs/dbmmanage.html.fr +#srv/web/ipfire/manual/programs/dbmmanage.html.fr.utf8 #srv/web/ipfire/manual/programs/dbmmanage.html.ko.euc-kr #srv/web/ipfire/manual/programs/dbmmanage.html.tr.utf8 #srv/web/ipfire/manual/programs/fcgistarter.html #srv/web/ipfire/manual/programs/fcgistarter.html.en -#srv/web/ipfire/manual/programs/fcgistarter.html.fr +#srv/web/ipfire/manual/programs/fcgistarter.html.fr.utf8 #srv/web/ipfire/manual/programs/fcgistarter.html.tr.utf8 #srv/web/ipfire/manual/programs/htcacheclean.html #srv/web/ipfire/manual/programs/htcacheclean.html.en -#srv/web/ipfire/manual/programs/htcacheclean.html.fr +#srv/web/ipfire/manual/programs/htcacheclean.html.fr.utf8 #srv/web/ipfire/manual/programs/htcacheclean.html.ko.euc-kr #srv/web/ipfire/manual/programs/htcacheclean.html.tr.utf8 #srv/web/ipfire/manual/programs/htdbm.html #srv/web/ipfire/manual/programs/htdbm.html.en -#srv/web/ipfire/manual/programs/htdbm.html.fr +#srv/web/ipfire/manual/programs/htdbm.html.fr.utf8 #srv/web/ipfire/manual/programs/htdbm.html.tr.utf8 #srv/web/ipfire/manual/programs/htdigest.html #srv/web/ipfire/manual/programs/htdigest.html.en -#srv/web/ipfire/manual/programs/htdigest.html.fr +#srv/web/ipfire/manual/programs/htdigest.html.fr.utf8 #srv/web/ipfire/manual/programs/htdigest.html.ko.euc-kr #srv/web/ipfire/manual/programs/htdigest.html.tr.utf8 #srv/web/ipfire/manual/programs/htpasswd.html #srv/web/ipfire/manual/programs/htpasswd.html.en -#srv/web/ipfire/manual/programs/htpasswd.html.fr +#srv/web/ipfire/manual/programs/htpasswd.html.fr.utf8 #srv/web/ipfire/manual/programs/htpasswd.html.ko.euc-kr #srv/web/ipfire/manual/programs/htpasswd.html.tr.utf8 #srv/web/ipfire/manual/programs/httpd.html #srv/web/ipfire/manual/programs/httpd.html.en -#srv/web/ipfire/manual/programs/httpd.html.fr +#srv/web/ipfire/manual/programs/httpd.html.fr.utf8 #srv/web/ipfire/manual/programs/httpd.html.ko.euc-kr #srv/web/ipfire/manual/programs/httpd.html.tr.utf8 #srv/web/ipfire/manual/programs/httxt2dbm.html #srv/web/ipfire/manual/programs/httxt2dbm.html.en -#srv/web/ipfire/manual/programs/httxt2dbm.html.fr +#srv/web/ipfire/manual/programs/httxt2dbm.html.fr.utf8 #srv/web/ipfire/manual/programs/httxt2dbm.html.tr.utf8 #srv/web/ipfire/manual/programs/index.html #srv/web/ipfire/manual/programs/index.html.en #srv/web/ipfire/manual/programs/index.html.es -#srv/web/ipfire/manual/programs/index.html.fr +#srv/web/ipfire/manual/programs/index.html.fr.utf8 #srv/web/ipfire/manual/programs/index.html.ko.euc-kr #srv/web/ipfire/manual/programs/index.html.tr.utf8 #srv/web/ipfire/manual/programs/index.html.zh-cn.utf8 #srv/web/ipfire/manual/programs/log_server_status.html #srv/web/ipfire/manual/programs/log_server_status.html.en -#srv/web/ipfire/manual/programs/log_server_status.html.fr +#srv/web/ipfire/manual/programs/log_server_status.html.fr.utf8 #srv/web/ipfire/manual/programs/logresolve.html #srv/web/ipfire/manual/programs/logresolve.html.en -#srv/web/ipfire/manual/programs/logresolve.html.fr +#srv/web/ipfire/manual/programs/logresolve.html.fr.utf8 #srv/web/ipfire/manual/programs/logresolve.html.ko.euc-kr #srv/web/ipfire/manual/programs/logresolve.html.tr.utf8 #srv/web/ipfire/manual/programs/other.html #srv/web/ipfire/manual/programs/other.html.en -#srv/web/ipfire/manual/programs/other.html.fr +#srv/web/ipfire/manual/programs/other.html.fr.utf8 #srv/web/ipfire/manual/programs/other.html.ko.euc-kr #srv/web/ipfire/manual/programs/other.html.tr.utf8 #srv/web/ipfire/manual/programs/rotatelogs.html #srv/web/ipfire/manual/programs/rotatelogs.html.en -#srv/web/ipfire/manual/programs/rotatelogs.html.fr +#srv/web/ipfire/manual/programs/rotatelogs.html.fr.utf8 #srv/web/ipfire/manual/programs/rotatelogs.html.ko.euc-kr #srv/web/ipfire/manual/programs/rotatelogs.html.tr.utf8 #srv/web/ipfire/manual/programs/split-logfile.html #srv/web/ipfire/manual/programs/split-logfile.html.en -#srv/web/ipfire/manual/programs/split-logfile.html.fr +#srv/web/ipfire/manual/programs/split-logfile.html.fr.utf8 #srv/web/ipfire/manual/programs/suexec.html #srv/web/ipfire/manual/programs/suexec.html.en -#srv/web/ipfire/manual/programs/suexec.html.fr +#srv/web/ipfire/manual/programs/suexec.html.fr.utf8 #srv/web/ipfire/manual/programs/suexec.html.ko.euc-kr #srv/web/ipfire/manual/programs/suexec.html.tr.utf8 #srv/web/ipfire/manual/rewrite #srv/web/ipfire/manual/rewrite/access.html #srv/web/ipfire/manual/rewrite/access.html.en -#srv/web/ipfire/manual/rewrite/access.html.fr +#srv/web/ipfire/manual/rewrite/access.html.fr.utf8 #srv/web/ipfire/manual/rewrite/advanced.html #srv/web/ipfire/manual/rewrite/advanced.html.en -#srv/web/ipfire/manual/rewrite/advanced.html.fr +#srv/web/ipfire/manual/rewrite/advanced.html.fr.utf8 #srv/web/ipfire/manual/rewrite/avoid.html #srv/web/ipfire/manual/rewrite/avoid.html.en -#srv/web/ipfire/manual/rewrite/avoid.html.fr +#srv/web/ipfire/manual/rewrite/avoid.html.fr.utf8 #srv/web/ipfire/manual/rewrite/flags.html #srv/web/ipfire/manual/rewrite/flags.html.en -#srv/web/ipfire/manual/rewrite/flags.html.fr +#srv/web/ipfire/manual/rewrite/flags.html.fr.utf8 #srv/web/ipfire/manual/rewrite/htaccess.html #srv/web/ipfire/manual/rewrite/htaccess.html.en -#srv/web/ipfire/manual/rewrite/htaccess.html.fr +#srv/web/ipfire/manual/rewrite/htaccess.html.fr.utf8 #srv/web/ipfire/manual/rewrite/index.html #srv/web/ipfire/manual/rewrite/index.html.en -#srv/web/ipfire/manual/rewrite/index.html.fr +#srv/web/ipfire/manual/rewrite/index.html.fr.utf8 #srv/web/ipfire/manual/rewrite/index.html.tr.utf8 #srv/web/ipfire/manual/rewrite/index.html.zh-cn.utf8 #srv/web/ipfire/manual/rewrite/intro.html #srv/web/ipfire/manual/rewrite/intro.html.en -#srv/web/ipfire/manual/rewrite/intro.html.fr +#srv/web/ipfire/manual/rewrite/intro.html.fr.utf8 #srv/web/ipfire/manual/rewrite/proxy.html #srv/web/ipfire/manual/rewrite/proxy.html.en -#srv/web/ipfire/manual/rewrite/proxy.html.fr +#srv/web/ipfire/manual/rewrite/proxy.html.fr.utf8 #srv/web/ipfire/manual/rewrite/remapping.html #srv/web/ipfire/manual/rewrite/remapping.html.en -#srv/web/ipfire/manual/rewrite/remapping.html.fr +#srv/web/ipfire/manual/rewrite/remapping.html.fr.utf8 #srv/web/ipfire/manual/rewrite/rewritemap.html #srv/web/ipfire/manual/rewrite/rewritemap.html.en -#srv/web/ipfire/manual/rewrite/rewritemap.html.fr +#srv/web/ipfire/manual/rewrite/rewritemap.html.fr.utf8 #srv/web/ipfire/manual/rewrite/tech.html #srv/web/ipfire/manual/rewrite/tech.html.en -#srv/web/ipfire/manual/rewrite/tech.html.fr +#srv/web/ipfire/manual/rewrite/tech.html.fr.utf8 #srv/web/ipfire/manual/rewrite/vhosts.html #srv/web/ipfire/manual/rewrite/vhosts.html.en -#srv/web/ipfire/manual/rewrite/vhosts.html.fr +#srv/web/ipfire/manual/rewrite/vhosts.html.fr.utf8 #srv/web/ipfire/manual/sections.html #srv/web/ipfire/manual/sections.html.en -#srv/web/ipfire/manual/sections.html.fr +#srv/web/ipfire/manual/sections.html.fr.utf8 #srv/web/ipfire/manual/sections.html.ja.utf8 #srv/web/ipfire/manual/sections.html.ko.euc-kr #srv/web/ipfire/manual/sections.html.tr.utf8 #srv/web/ipfire/manual/server-wide.html #srv/web/ipfire/manual/server-wide.html.en -#srv/web/ipfire/manual/server-wide.html.fr +#srv/web/ipfire/manual/server-wide.html.fr.utf8 #srv/web/ipfire/manual/server-wide.html.ja.utf8 #srv/web/ipfire/manual/server-wide.html.ko.euc-kr #srv/web/ipfire/manual/server-wide.html.tr.utf8 @@ -1351,39 +1351,39 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/sitemap.html.de #srv/web/ipfire/manual/sitemap.html.en #srv/web/ipfire/manual/sitemap.html.es -#srv/web/ipfire/manual/sitemap.html.fr +#srv/web/ipfire/manual/sitemap.html.fr.utf8 #srv/web/ipfire/manual/sitemap.html.ja.utf8 #srv/web/ipfire/manual/sitemap.html.ko.euc-kr #srv/web/ipfire/manual/sitemap.html.tr.utf8 #srv/web/ipfire/manual/sitemap.html.zh-cn.utf8 #srv/web/ipfire/manual/socache.html #srv/web/ipfire/manual/socache.html.en -#srv/web/ipfire/manual/socache.html.fr +#srv/web/ipfire/manual/socache.html.fr.utf8 #srv/web/ipfire/manual/ssl #srv/web/ipfire/manual/ssl/index.html #srv/web/ipfire/manual/ssl/index.html.en -#srv/web/ipfire/manual/ssl/index.html.fr +#srv/web/ipfire/manual/ssl/index.html.fr.utf8 #srv/web/ipfire/manual/ssl/index.html.ja.utf8 #srv/web/ipfire/manual/ssl/index.html.tr.utf8 #srv/web/ipfire/manual/ssl/index.html.zh-cn.utf8 #srv/web/ipfire/manual/ssl/ssl_compat.html #srv/web/ipfire/manual/ssl/ssl_compat.html.en -#srv/web/ipfire/manual/ssl/ssl_compat.html.fr +#srv/web/ipfire/manual/ssl/ssl_compat.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_faq.html #srv/web/ipfire/manual/ssl/ssl_faq.html.en -#srv/web/ipfire/manual/ssl/ssl_faq.html.fr +#srv/web/ipfire/manual/ssl/ssl_faq.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_howto.html #srv/web/ipfire/manual/ssl/ssl_howto.html.en -#srv/web/ipfire/manual/ssl/ssl_howto.html.fr +#srv/web/ipfire/manual/ssl/ssl_howto.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_intro.html #srv/web/ipfire/manual/ssl/ssl_intro.html.en -#srv/web/ipfire/manual/ssl/ssl_intro.html.fr +#srv/web/ipfire/manual/ssl/ssl_intro.html.fr.utf8 #srv/web/ipfire/manual/ssl/ssl_intro.html.ja.utf8 #srv/web/ipfire/manual/stopping.html #srv/web/ipfire/manual/stopping.html.de #srv/web/ipfire/manual/stopping.html.en #srv/web/ipfire/manual/stopping.html.es -#srv/web/ipfire/manual/stopping.html.fr +#srv/web/ipfire/manual/stopping.html.fr.utf8 #srv/web/ipfire/manual/stopping.html.ja.utf8 #srv/web/ipfire/manual/stopping.html.ko.euc-kr #srv/web/ipfire/manual/stopping.html.tr.utf8 @@ -1415,60 +1415,60 @@ srv/web/ipfire/html/captive #srv/web/ipfire/manual/style/xsl/util #srv/web/ipfire/manual/suexec.html #srv/web/ipfire/manual/suexec.html.en -#srv/web/ipfire/manual/suexec.html.fr +#srv/web/ipfire/manual/suexec.html.fr.utf8 #srv/web/ipfire/manual/suexec.html.ja.utf8 #srv/web/ipfire/manual/suexec.html.ko.euc-kr #srv/web/ipfire/manual/suexec.html.tr.utf8 #srv/web/ipfire/manual/upgrading.html #srv/web/ipfire/manual/upgrading.html.en -#srv/web/ipfire/manual/upgrading.html.fr +#srv/web/ipfire/manual/upgrading.html.fr.utf8 #srv/web/ipfire/manual/urlmapping.html #srv/web/ipfire/manual/urlmapping.html.en -#srv/web/ipfire/manual/urlmapping.html.fr +#srv/web/ipfire/manual/urlmapping.html.fr.utf8 #srv/web/ipfire/manual/urlmapping.html.ja.utf8 #srv/web/ipfire/manual/urlmapping.html.ko.euc-kr #srv/web/ipfire/manual/urlmapping.html.tr.utf8 #srv/web/ipfire/manual/vhosts #srv/web/ipfire/manual/vhosts/details.html #srv/web/ipfire/manual/vhosts/details.html.en -#srv/web/ipfire/manual/vhosts/details.html.fr +#srv/web/ipfire/manual/vhosts/details.html.fr.utf8 #srv/web/ipfire/manual/vhosts/details.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/details.html.tr.utf8 #srv/web/ipfire/manual/vhosts/examples.html #srv/web/ipfire/manual/vhosts/examples.html.en -#srv/web/ipfire/manual/vhosts/examples.html.fr +#srv/web/ipfire/manual/vhosts/examples.html.fr.utf8 #srv/web/ipfire/manual/vhosts/examples.html.ja.utf8 #srv/web/ipfire/manual/vhosts/examples.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/examples.html.tr.utf8 #srv/web/ipfire/manual/vhosts/fd-limits.html #srv/web/ipfire/manual/vhosts/fd-limits.html.en -#srv/web/ipfire/manual/vhosts/fd-limits.html.fr +#srv/web/ipfire/manual/vhosts/fd-limits.html.fr.utf8 #srv/web/ipfire/manual/vhosts/fd-limits.html.ja.utf8 #srv/web/ipfire/manual/vhosts/fd-limits.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/fd-limits.html.tr.utf8 #srv/web/ipfire/manual/vhosts/index.html #srv/web/ipfire/manual/vhosts/index.html.de #srv/web/ipfire/manual/vhosts/index.html.en -#srv/web/ipfire/manual/vhosts/index.html.fr +#srv/web/ipfire/manual/vhosts/index.html.fr.utf8 #srv/web/ipfire/manual/vhosts/index.html.ja.utf8 #srv/web/ipfire/manual/vhosts/index.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/index.html.tr.utf8 #srv/web/ipfire/manual/vhosts/index.html.zh-cn.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html #srv/web/ipfire/manual/vhosts/ip-based.html.en -#srv/web/ipfire/manual/vhosts/ip-based.html.fr +#srv/web/ipfire/manual/vhosts/ip-based.html.fr.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html.ja.utf8 #srv/web/ipfire/manual/vhosts/ip-based.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/ip-based.html.tr.utf8 #srv/web/ipfire/manual/vhosts/mass.html #srv/web/ipfire/manual/vhosts/mass.html.en -#srv/web/ipfire/manual/vhosts/mass.html.fr +#srv/web/ipfire/manual/vhosts/mass.html.fr.utf8 #srv/web/ipfire/manual/vhosts/mass.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/mass.html.tr.utf8 #srv/web/ipfire/manual/vhosts/name-based.html #srv/web/ipfire/manual/vhosts/name-based.html.de #srv/web/ipfire/manual/vhosts/name-based.html.en -#srv/web/ipfire/manual/vhosts/name-based.html.fr +#srv/web/ipfire/manual/vhosts/name-based.html.fr.utf8 #srv/web/ipfire/manual/vhosts/name-based.html.ja.utf8 #srv/web/ipfire/manual/vhosts/name-based.html.ko.euc-kr #srv/web/ipfire/manual/vhosts/name-based.html.tr.utf8 @@ -1612,7 +1612,9 @@ usr/lib/apache/mod_log_config.so usr/lib/apache/mod_log_debug.so usr/lib/apache/mod_log_forensic.so usr/lib/apache/mod_logio.so +usr/lib/apache/mod_lua.so usr/lib/apache/mod_macro.so +usr/lib/apache/mod_md.so usr/lib/apache/mod_mime.so usr/lib/apache/mod_mime_magic.so usr/lib/apache/mod_negotiation.so diff --git a/config/rootfiles/common/apr b/config/rootfiles/common/apr index dfde82400..0fb0d7d37 100644 --- a/config/rootfiles/common/apr +++ b/config/rootfiles/common/apr @@ -44,7 +44,7 @@ usr/bin/apr-1-config #usr/lib/libapr-1.la #usr/lib/libapr-1.so usr/lib/libapr-1.so.0 -usr/lib/libapr-1.so.0.6.3 +usr/lib/libapr-1.so.0.6.5 #usr/lib/pkgconfig/apr-1.pc #usr/share/apr-1 #usr/share/apr-1/build diff --git a/lfs/apache2 b/lfs/apache2 index d2175e71c..30cc41a1f 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -25,7 +25,7 @@ include Config -VER = 2.4.35 +VER = 2.4.37 THISAPP = httpd-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 30c1cde80ffe814a8d16b4fdffda330a +$(DL_FILE)_MD5 = 6a36e742180ee74bff97b28eee90c3f7 install : $(TARGET) diff --git a/lfs/apr b/lfs/apr index e384ab3c0..c5d342d2c 100644 --- a/lfs/apr +++ b/lfs/apr @@ -25,7 +25,7 @@ include Config -VER = 1.6.3 +VER = 1.6.5 THISAPP = apr-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 12f2a349483ad6f12db49ba01fbfdbfa +$(DL_FILE)_MD5 = ad4add8efdfe87330b88e5e788241775 install : $(TARGET)