Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 43130200C15 for ; Wed, 8 Feb 2017 11:34:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 41AB8160B5A; Wed, 8 Feb 2017 10:34:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B1C6E160B4E for ; Wed, 8 Feb 2017 11:34:50 +0100 (CET) Received: (qmail 1980 invoked by uid 500); 8 Feb 2017 10:34:49 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 1971 invoked by uid 99); 8 Feb 2017 10:34:49 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Feb 2017 10:34:49 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 5C7083A108E for ; Wed, 8 Feb 2017 10:34:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1782141 - /httpd/httpd/trunk/docs/manual/mod/core.html.en Date: Wed, 08 Feb 2017 10:34:49 -0000 To: cvs@httpd.apache.org From: elukey@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170208103449.5C7083A108E@svn01-us-west.apache.org> archived-at: Wed, 08 Feb 2017 10:34:51 -0000 Author: elukey Date: Wed Feb 8 10:34:49 2017 New Revision: 1782141 URL: http://svn.apache.org/viewvc?rev=1782141&view=rev Log: documentation rebuild for core.xml Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=1782141&r1=1782140&r2=1782141&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.en Wed Feb 8 10:34:49 2017 @@ -2100,6 +2100,15 @@ media type in the HTTP Content-Type head # 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