From 348ec9de1129f14e2cd0af7b099c60e9fee19b4e Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 1 May 2016 09:13:01 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1741848 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/custom-error.html.en | 16 +++--- docs/manual/custom-error.xml.es | 2 +- docs/manual/custom-error.xml.fr | 2 +- docs/manual/custom-error.xml.ja | 2 +- docs/manual/custom-error.xml.ko | 2 +- docs/manual/custom-error.xml.meta | 4 +- docs/manual/custom-error.xml.tr | 2 +- docs/manual/developer/hooks.html.en | 12 ++--- docs/manual/developer/output-filters.html.en | 53 ++++++++++---------- docs/manual/howto/htaccess.html.en | 2 +- docs/manual/howto/htaccess.xml.fr | 2 +- docs/manual/howto/htaccess.xml.ja | 2 +- docs/manual/howto/htaccess.xml.ko | 2 +- docs/manual/howto/htaccess.xml.meta | 2 +- docs/manual/howto/htaccess.xml.pt-br | 2 +- docs/manual/howto/public_html.html.en | 4 +- docs/manual/howto/public_html.xml.fr | 2 +- docs/manual/howto/public_html.xml.ja | 2 +- docs/manual/howto/public_html.xml.ko | 2 +- docs/manual/howto/public_html.xml.meta | 4 +- docs/manual/howto/public_html.xml.tr | 2 +- docs/manual/howto/ssi.html.en | 4 +- docs/manual/howto/ssi.xml.fr | 2 +- docs/manual/howto/ssi.xml.ja | 2 +- docs/manual/howto/ssi.xml.ko | 2 +- docs/manual/howto/ssi.xml.meta | 2 +- docs/manual/logs.html.en | 6 +-- docs/manual/logs.xml.fr | 2 +- docs/manual/logs.xml.ja | 2 +- docs/manual/logs.xml.ko | 2 +- docs/manual/logs.xml.meta | 2 +- docs/manual/logs.xml.tr | 2 +- docs/manual/mod/mod_include.html.en | 4 +- docs/manual/mod/mod_include.xml.fr | 2 +- docs/manual/mod/mod_include.xml.ja | 2 +- docs/manual/mod/mod_include.xml.meta | 2 +- docs/manual/mod/mod_lua.html.en | 21 ++++---- docs/manual/mod/mod_lua.xml.fr | 2 +- docs/manual/mod/mod_lua.xml.meta | 2 +- docs/manual/mod/mod_rewrite.html.en | 4 +- docs/manual/mod/mod_rewrite.xml.fr | 2 +- docs/manual/mod/mod_rewrite.xml.meta | 2 +- 42 files changed, 96 insertions(+), 98 deletions(-) diff --git a/docs/manual/custom-error.html.en b/docs/manual/custom-error.html.en index b1bfe91622..f3e4955922 100644 --- a/docs/manual/custom-error.html.en +++ b/docs/manual/custom-error.html.en @@ -66,10 +66,10 @@ if AllowOverride is set to FileInfo.

-
ErrorDocument 500 "Sorry, our script crashed. Oh dear"
-ErrorDocument 500 /cgi-bin/crash-recover
-ErrorDocument 500 http://error.example.com/server_error.html
-ErrorDocument 404 /errors/not_found.html
+
ErrorDocument 500 "Sorry, our script crashed. Oh dear"
+ErrorDocument 500 /cgi-bin/crash-recover
+ErrorDocument 500 http://error.example.com/server_error.html
+ErrorDocument 404 /errors/not_found.html
 ErrorDocument 401 /subscription/how_to_subscribe.html
@@ -155,8 +155,8 @@ ErrorDocument 401 /subscription/how_to_subscribe.html
script might include the following:

...
-print  "Content-type: text/html\n"; 
-printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};
+print "Content-type: text/html\n"; +printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"}; ...
@@ -182,8 +182,8 @@ printf "Status: %s Condition Intercepted\n", $ENV{"REDIRECT_STATUS"};

In your server configuration file, you'll see a line such as:

-
    # Multi-language error messages
- #Include conf/extra/httpd-multilang-errordoc.conf
+
# Multi-language error messages
+#Include conf/extra/httpd-multilang-errordoc.conf

Uncommenting this Include line will enable this diff --git a/docs/manual/custom-error.xml.es b/docs/manual/custom-error.xml.es index 38bf5e4fdc..feafdd06ac 100644 --- a/docs/manual/custom-error.xml.es +++ b/docs/manual/custom-error.xml.es @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/custom-error.xml.ja b/docs/manual/custom-error.xml.ja index 41c9a7f5e2..639f497965 100644 --- a/docs/manual/custom-error.xml.ja +++ b/docs/manual/custom-error.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/htaccess.xml.ja b/docs/manual/howto/htaccess.xml.ja index e84e0be9e6..0a72c01e78 100644 --- a/docs/manual/howto/htaccess.xml.ja +++ b/docs/manual/howto/htaccess.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/public_html.xml.ja b/docs/manual/howto/public_html.xml.ja index b27ef4b629..d4ef0ec414 100644 --- a/docs/manual/howto/public_html.xml.ja +++ b/docs/manual/howto/public_html.xml.ja @@ -1,7 +1,7 @@ - + + + + diff --git a/docs/manual/howto/ssi.xml.ja b/docs/manual/howto/ssi.xml.ja index 62ba14c791..131573fec4 100644 --- a/docs/manual/howto/ssi.xml.ja +++ b/docs/manual/howto/ssi.xml.ja @@ -1,7 +1,7 @@ - + + - + + + + + diff --git a/docs/manual/mod/mod_include.xml.ja b/docs/manual/mod/mod_include.xml.ja index f62869704e..100151ad2c 100644 --- a/docs/manual/mod/mod_include.xml.ja +++ b/docs/manual/mod/mod_include.xml.ja @@ -1,7 +1,7 @@ - + + diff --git a/docs/manual/mod/mod_lua.xml.meta b/docs/manual/mod/mod_lua.xml.meta index b55c7710e9..8fc1a0efdf 100644 --- a/docs/manual/mod/mod_lua.xml.meta +++ b/docs/manual/mod/mod_lua.xml.meta @@ -8,6 +8,6 @@ en - fr + fr diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 7d9fe975f1..da26030312 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -671,7 +671,7 @@ RewriteRule ^(.+) /other/archive/$1 [R] -

  • +
  • If the TestString has the special value expr, the CondPattern will be treated as an ap_expr.

    @@ -682,7 +682,7 @@ RewriteRule ^(.+) /other/archive/$1 [R] to block unwanted hotlinking.

    -
    RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
    +
    RewriteCond expr "! %{HTTP_REFERER} -strmatch '*://%{HTTP_HOST}/*'"
     RewriteRule "^/images" "-" [F]
  • diff --git a/docs/manual/mod/mod_rewrite.xml.fr b/docs/manual/mod/mod_rewrite.xml.fr index 45b0db3708..1e156d916e 100644 --- a/docs/manual/mod/mod_rewrite.xml.fr +++ b/docs/manual/mod/mod_rewrite.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_rewrite.xml.meta b/docs/manual/mod/mod_rewrite.xml.meta index decc0a7b1e..0be21e86f4 100644 --- a/docs/manual/mod/mod_rewrite.xml.meta +++ b/docs/manual/mod/mod_rewrite.xml.meta @@ -8,6 +8,6 @@ en - fr + fr -- 2.40.0