From: Luca Toscano Date: Wed, 8 Feb 2017 10:34:49 +0000 (+0000) Subject: documentation rebuild for core.xml X-Git-Tag: 2.5.0-alpha~687 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aeea56061296fdaf62460c85e81050f47e1f2c46;p=thirdparty%2Fapache%2Fhttpd.git documentation rebuild for core.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782141 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index b7b5cb3dfaf..ef75e404ba6 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2100,6 +2100,15 @@ media type in the HTTP Content-Type header field # Missing CRLF
GET / HTTP/1.0\n\n

+

Command line tools and CRLF

+

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 OpenSSL s_client needs the -crlf parameter to work + properly.

+

The DumpIOInput directive + can help while reviewing the HTTP request to identify issues like the + absence of CRLF.

+
RegisteredMethods|LenientMethods