From 9a77140897804083328d28dccae4cbc08c924597 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Andr=C3=A9=20Malo?= In your server configuration file, you'll see a line such as: Dans le fichier de configuration de votre serveur, vous trouverez
un groupe de lignes du style :
# Multi-language error messages
+ # Multi-language error messages
diff --git a/docs/manual/custom-error.html.fr b/docs/manual/custom-error.html.fr
index b30de49e1d..8b52099b19 100644
--- a/docs/manual/custom-error.html.fr
+++ b/docs/manual/custom-error.html.fr
@@ -192,7 +192,7 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
#Include conf/extra/httpd-multilang-errordoc.conf
# Multi-language error messages
+ # Multi-language error messages
diff --git a/docs/manual/developer/output-filters.html.en b/docs/manual/developer/output-filters.html.en
index 8904d81fd5..d85420c20d 100644
--- a/docs/manual/developer/output-filters.html.en
+++ b/docs/manual/developer/output-filters.html.en
@@ -129,7 +129,7 @@
brigade should have no side effects (such as changing any state
private to the filter).
#Include conf/extra/httpd-multilang-errordoc.conf
apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
+How to handle an empty brigade
apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)
{ if (APR_BRIGADE_EMPTY(bb)) { return APR_SUCCESS; diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 85a5ffc129..f09d957673 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -137,7 +137,7 @@ You can, likewise, disable the feature for all but a few users by using a configuration like the following: -UserDir disabled
+UserDir disableddiff --git a/docs/manual/howto/public_html.html.fr b/docs/manual/howto/public_html.html.fr index 30976cf6ad..bcfc20c7bf 100644 --- a/docs/manual/howto/public_html.html.fr +++ b/docs/manual/howto/public_html.html.fr @@ -150,7 +150,7 @@ avec le syst utilisateurs sauf certains d'entre eux en utilisant une configuration du style : -
UserDir enabled rbowen krietzUserDir disabled
+UserDir disableddiff --git a/docs/manual/howto/ssi.html.en b/docs/manual/howto/ssi.html.en index ccaa1bd039..b63f8a7310 100644 --- a/docs/manual/howto/ssi.html.en +++ b/docs/manual/howto/ssi.html.en @@ -107,7 +107,7 @@ existing HTML documents. do this. You can tell Apache to parse any file with a particular file extension, such as
UserDir enabled rbowen krietz.shtml
, with the following directives: -AddType text/html .shtml
+AddType text/html .shtml@@ -440,7 +440,7 @@ modified?
AddOutputFilter INCLUDES .shtmlIn your configuration file, you could put the following line:
-BrowserMatchNoCase macintosh Mac
+BrowserMatchNoCase macintosh Macdiff --git a/docs/manual/howto/ssi.html.fr b/docs/manual/howto/ssi.html.fr index 62d6c8f775..f5370835d2 100644 --- a/docs/manual/howto/ssi.html.fr +++ b/docs/manual/howto/ssi.html.fr @@ -115,7 +115,7 @@ HTML pr directives SSI. Vous devez indiquer à Apache quels fichiers seront concernés. Vous pouvez y parvenir en indiquant une extension, comme
BrowserMatchNoCase MSIE InternetExplorer.shtml
, à l'aide des directives suivantes : -AddType text/html .shtml
+AddType text/html .shtml@@ -452,7 +452,7 @@ HTML pr
AddOutputFilter INCLUDES .shtmlVous pouvez ajouter les lignes suivantes dans votre fichier de configuration :
-BrowserMatchNoCase macintosh Mac
+BrowserMatchNoCase macintosh Macdiff --git a/docs/manual/mod/mod_alias.html.en b/docs/manual/mod/mod_alias.html.en index 0278821d26..1ff57cc3e1 100644 --- a/docs/manual/mod/mod_alias.html.en +++ b/docs/manual/mod/mod_alias.html.en @@ -243,7 +243,7 @@ expressions you do more complicated things. For example, you could serve different kinds of files from different directories: -
BrowserMatchNoCase MSIE InternetExplorerAliasMatch ^/image/(.*)\.jpg$ /files/jpg.images/$1.jpg
+AliasMatch ^/image/(.*)\.jpg$ /files/jpg.images/$1.jpgdiff --git a/docs/manual/mod/mod_alias.html.fr b/docs/manual/mod/mod_alias.html.fr index cc1d45ed48..1417049ac1 100644 --- a/docs/manual/mod/mod_alias.html.fr +++ b/docs/manual/mod/mod_alias.html.fr @@ -253,7 +253,7 @@ en faisant intervenir les expressions rationnelles servir différentes sortes de fichiers à partir de répertoires différents : -
AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gifAliasMatch ^/image/(.*)\.jpg$ /fichiers/jpg.images/$1.jpg
+AliasMatch ^/image/(.*)\.jpg$ /fichiers/jpg.images/$1.jpgdiff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en index 7483e48e17..efcad9b58d 100644 --- a/docs/manual/mod/mod_include.html.en +++ b/docs/manual/mod/mod_include.html.en @@ -966,7 +966,7 @@ server. output of a file each processing different commands (possibly at different times). -
AliasMatch ^/image/(.*)\.gif$ /fichiers/gif.images/$1.gifSSIStartTag "<%"
+SSIStartTag "<%"diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index de1342b26b..904933ada7 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -638,7 +638,7 @@ Alias /myapp /opt/myapp-1.2.3 to block unwanted hotlinking. -
SSIEndTag "%>"RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
+RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"diff --git a/docs/manual/mod/mod_rewrite.html.fr b/docs/manual/mod/mod_rewrite.html.fr index 70bcd877e0..ecd4da8ea3 100644 --- a/docs/manual/mod/mod_rewrite.html.fr +++ b/docs/manual/mod/mod_rewrite.html.fr @@ -682,7 +682,7 @@ la r non désiré. -
RewriteRule ^/images - [F]RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
+RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index e040983b1a..d3368ff8d5 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -305,7 +305,7 @@ string in
RewriteRule ^/images - [F]mod_log_conf
The following example grants access if the user is authenticated either with a client certificate or by username and password.
-Require ssl-verify-client
+Require ssl-verify-client-- 2.40.0
Require valid-user