Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3840 invoked from network); 17 Feb 2004 12:54:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 17 Feb 2004 12:54:33 -0000 Received: (qmail 23544 invoked by uid 500); 17 Feb 2004 12:54:19 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 23489 invoked by uid 500); 17 Feb 2004 12:54:18 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 23451 invoked from network); 17 Feb 2004 12:54:17 -0000 Received: from unknown (HELO hugin.webthing.com) (80.229.52.226) by daedalus.apache.org with SMTP; 17 Feb 2004 12:54:17 -0000 Received: by hugin.webthing.com (Postfix, from userid 500) id C5A64336D2; Tue, 17 Feb 2004 12:54:16 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by hugin.webthing.com (Postfix) with ESMTP id BCAD132736 for ; Tue, 17 Feb 2004 12:54:16 +0000 (GMT) Date: Tue, 17 Feb 2004 12:54:16 +0000 (GMT) From: Nick Kew To: users@httpd.apache.org In-Reply-To: <2004217133319.337021@ubbe> Message-ID: References: <2004217133319.337021@ubbe> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Help running perl cgi over apache X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > > > print "Content-type: text/plain\n\n"; > > Shouldn't that be \r\n\r\n on a Linux system? Not in CGI - which explicitly says \n is enough. > > system("/bin/sh /path/to/command &"); The answer to that has been in the CGI FAQ since '96. Close your file descriptors. -- Nick Kew --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org