From 38100ecd4f047307fd19c55e8fae88a4e8d9b15a Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 26 Aug 2016 21:05:35 +0000 Subject: [PATCH] Resync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757923 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 6 +++--- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.es | 2 +- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/core.xml.tr | 2 +- docs/manual/mod/mod_rewrite.html.en | 12 +++++------- docs/manual/mod/mod_rewrite.xml.fr | 2 +- docs/manual/mod/quickreference.html.en | 2 +- 9 files changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 40a10ef298..7068a63c70 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2086,10 +2086,10 @@ LenientMethods Allow0.9 to service only their internal private network.

Reviewing the messages logged to the ErrorLog, - configured with LogLevel info level, + configured with LogLevel debug level, can help identify such faulty requests along with their origin. - Users should pay particular attention to any 400 responses in the access - log for indiciations that valid requests are unexpectedly rejected.

+ Users should pay particular attention to the 400 responses in the access + log for invalid requests which were unexpectedly rejected.

RFC 7231 §4.1 "Request Methods" "Overview" requires that origin servers shall respond with an error when an unsupported method diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 383ba7445e..7242049638 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/core.xml.ja b/docs/manual/mod/core.xml.ja index 47268d154c..b98b9626f7 100644 --- a/docs/manual/mod/core.xml.ja +++ b/docs/manual/mod/core.xml.ja @@ -1,7 +1,7 @@ - + + + diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index b2015fcfb3..dab3e599c7 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -909,7 +909,7 @@ must succeed for the enclosing directive to succeed. must succeed for the enclosing directive to not fail. RewriteBase URL-pathdhESets the base URL for per-directory rewrites RewriteCond - TestString CondPatternsvdhEDefines a condition under which rewriting will take place + TestString CondPattern [flags]svdhEDefines a condition under which rewriting will take place RewriteEngine on|off off svdhEEnables or disables runtime rewriting engine RewriteMap MapName MapType:MapSource -- 2.40.0