Return-Path: X-Original-To: apmail-httpd-docs-archive@www.apache.org Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19B8FC095 for ; Wed, 9 May 2012 07:46:41 +0000 (UTC) Received: (qmail 24516 invoked by uid 500); 9 May 2012 07:46:39 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 24214 invoked by uid 500); 9 May 2012 07:46:38 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 24164 invoked by uid 99); 9 May 2012 07:46:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 07:46:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [217.160.171.50] (HELO jupiter.hal-nine-zero-zero-zero.net) (217.160.171.50) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 09 May 2012 07:46:29 +0000 Received: (qmail 31879 invoked from network); 9 May 2012 07:46:09 -0000 Received: from unknown (HELO localhost) (217.160.171.50) by jupiter.hal-nine-zero-zero-zero.net with SMTP; 9 May 2012 07:46:09 -0000 From: =?utf-8?q?Andr=C3=A9_Malo?= To: docs@httpd.apache.org Subject: Re: svn commit: r1335903 - /httpd/httpd/trunk/docs/manual/howto/cgi.xml Date: Wed, 9 May 2012 09:46:04 +0200 User-Agent: KMail/1.9.10 References: <20120509023955.8187223888EA@eris.apache.org> In-Reply-To: <20120509023955.8187223888EA@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201205090946.04800.nd@perlig.de> On Wednesday 09 May 2012 04:39:55 rbowen@apache.org wrote: > -print "Content-type: text/html\n\n"; > +print "Content-type: text/html\r\n\r\n"; I think, that's not needed, actually. IIRC mod_cgi works fine with both. (On windows it may be even wrong, if perl/stdio inserts \r automatically, but it's too long ago. I don't remember that part clearly). nd --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org