]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
documentation rebuild for core.xml
authorLuca Toscano <elukey@apache.org>
Wed, 8 Feb 2017 10:34:49 +0000 (10:34 +0000)
committerLuca Toscano <elukey@apache.org>
Wed, 8 Feb 2017 10:34:49 +0000 (10:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782141 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en

index b7b5cb3dfafd9e135448327aeeb4439f2b776856..ef75e404ba6bb7fc254430fdd9bc1fde3cd4d92e 100644 (file)
@@ -2100,6 +2100,15 @@ media type in the HTTP Content-Type header field</td></tr>
         # Missing CRLF<br />
         GET / HTTP/1.0\n\n
       </code></p></div>
+      <div class="warning"><h3>Command line tools and CRLF</h3>
+        <p>Some tools need to be forced to use CRLF, otherwise httpd will return
+        a HTTP 400 response like described in the above use case. For example,
+        the <strong>OpenSSL s_client needs the -crlf parameter to work
+        properly</strong>.</p>
+        <p>The <code class="directive"><a href="../mod/mod_dumpio.html#dumpioinput">DumpIOInput</a></code> directive
+        can help while reviewing the HTTP request to identify issues like the
+        absence of CRLF.</p>
+      </div>
     </dd>
     <dt>RegisteredMethods|LenientMethods</dt>
     <dd>