From test-dev-return-471-apmail-httpd-test-dev-archive=httpd.apache.org@httpd.apache.org Mon Oct 29 20:12:11 2001 Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 85879 invoked by uid 500); 29 Oct 2001 20:12:10 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Delivered-To: moderator for test-dev@httpd.apache.org Received: (qmail 9076 invoked from network); 27 Oct 2001 23:27:21 -0000 X-Authentication-Warning: cobra.cs.Virginia.EDU: jcw5q owned process doing -bs Date: Sat, 27 Oct 2001 19:27:27 -0400 (EDT) From: Cliff Woolley X-X-Sender: To: Subject: [PATCH] test cgi script Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Anyone see a problem with this? --Cliff Index: perl-framework/t/htdocs/modules/cgi/perl.pl.PL =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/t/htdocs/modules/cgi/perl.pl.PL,v retrieving revision 1.1 diff -u -d -r1.1 perl.pl.PL --- perl-framework/t/htdocs/modules/cgi/perl.pl.PL 2001/08/20 04:15:50 1.1 +++ perl-framework/t/htdocs/modules/cgi/perl.pl.PL 2001/10/27 23:15:38 @@ -1,3 +1,3 @@ -print "xContent-Type: text/plain\n\n"; +print "Content-type: text/plain\n\n"; print "perl cgi"; -------------------------------------------------------------- Cliff Woolley cliffwoolley@yahoo.com Charlottesville, VA