From owner-FreeBSD-users-jp@jp.freebsd.org  Mon Jan 12 11:30:54 1998
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) id LAA05420
	Mon, 12 Jan 1998 11:30:54 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.8+3.0Wbeta7/8.7.3) with ESMTP id LAA05412
	for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 12 Jan 1998 11:30:43 +0900 (JST)
Received: from kw.netlaputa.ne.jp ([210.161.66.150]) by smtp.kw.netlaputa.or.jp (8.8.5/8.5-smtp) with ESMTP id LAA17368 for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 12 Jan 1998 11:31:48 +0900 (JST)
Message-ID: <34B98027.34D772B4@kw.netlaputa.ne.jp>
Date: Mon, 12 Jan 1998 11:29:59 +0900
From: gehong <gezhai@kw.netlaputa.ne.jp>
X-Mailer: Mozilla 4.03 [ja] (Win95; I)
MIME-Version: 1.0
To: FreeBsd User <FreeBSD-users-jp@jp.freebsd.org>
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: gezhai@kw.netlaputa.ne.jp
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=24]
X-Sequence: FreeBSD-users-jp 23128
Subject: [FreeBSD-users-jp 23128] =?iso-2022-jp?B?GyRCRn5OTyVHITwlPzxoRkAbKEI=?=(
	=?iso-2022-jp?B?GyRCOkYhSxsoQg==?=
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

Yang@Personal

$B@hF|3'$5$s$+$i%"%I%P%$%9$r$$$?$@$-!"M-$jFq$&$4$6$$$^$7$?!#(B
$B$d$O$jF~NO%G!<%?<hF@$,$G$-$^$;$s!#(B
$B4D6-$NLdBj$+$b$7$l$^$;$s!#(Baccess.conf httpd.conf srm.conf $B$K@_Dj$9$kI,MW(B
$B$,$"$j$^$7$+!)(B
$B3NG'J}K!$,$"$j$^$9$+(B?

$B$J$*(B $B0J2<<B9T$9$k$H(B
#setenv CONTENT_LENGTH test
#./test.cgi
read(...)$B$^$G;_$^$j$^$7$?!#(B

test.cgi :
print "Content-type: text/html\n\n";
print "<html> \n";
read(STDIN, $str, $ENV{'CONTENT_LENGTH'});
print $str;
print "</html>";

$B7k2L!'(B
"Content-type: text/html
<html>
$B!!(B"

$BF~NOBT$A>uBV$K$J$C$F$$$^$9!#(B

$BM=A[7k2L$O0J2<$N$h$&$J$O$:$G$9(B
"Content-type: text/html
<html>
test</html>"

$B$*$M$,$$$7$^$9!#(B


