From owner-FreeBSD-users-jp@jp.freebsd.org  Sun Oct 27 11:19:53 1996
Received: by jaz.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id LAA00270
	Sun, 27 Oct 1996 11:19:53 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with ESMTP id LAA00255
	for <FreeBSD-users-jp@jp.freebsd.org>; Sun, 27 Oct 1996 11:19:51 +0900 (JST)
Received: by uno.sat.t.u-tokyo.ac.jp (8.7.3+2.6Wbeta5/8.7.3) with SMTP
	id FAA07316; Sun, 27 Oct 1996 05:43:14 +0900 (JST)
Received: by inetnif.niftyserve.or.jp (8.6.9+2.4W/3.3W8-950117-Mail-Gateway)
	id DAA16826; Sat, 26 Oct 1996 03:57:04 +0900
Message-Id: <199610251857.DAA16826@inetnif.niftyserve.or.jp>
Date: Sat, 26 Oct 1996 03:51:00 +0900
From: "PDS02827@niftyse" <PDS02827@niftyserve.or.jp>
To: FreeBSD-users-jp@jp.freebsd.org
Reply-To: FreeBSD-users-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 5545
Subject: [FreeBSD-users-jp 5545] Q_cgi at apachePart2
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org

$B!!3'$5$s!"$3$s$K$A$o(B
$BA02sEj9F$7$^$7$F!"3'$5$s$K(Bres$BD:$-$^$7$?$,$d$C$Q$j!"(Bcgi$BF0$-$^$;$s!#(B
$B%"%I%P%$%9$r!"$*4j$$$$$?$7$^$9!#(B
FreeBSD&apache$B$rF1;~$K%$%s%9%H!<%k$7$^$7$?!#(Bwww$B$O@5>o$G$9$,(Bcgi$B$r;H$&$H(B
$B%V%i%&%6!<$K0J2<$N%(%i!<$,I=<($5$l$^$9!#(B
$B8=>]$O!"(B~foo/csh.cgi$B$r(Bmethod=POST$B$G;H$*$&$H$9$k$N$G$9$,!"0J2<$N(B
$B%(%i!<$,=P$F;H$($^$;$s!#(B

Server Error

The server encountered an internal error or misconfiguration and
was unableto complete your request.

Please contact the server administrator, you@your.address.domain
and inform them of the time the error occurred, and anything you
might have done that may have caused the error.

$B$G$9!#(Bcgi$B%U%!%$%k$O(B/usr/local/www/cgi-bin/$B$K$*$$$F$"$j$^$9!#(B
conf$B$O0J2<$N$h$&$K!"@_Dj$7$F$"$j$^$9!#(B
------------------------------------------------
/usr/local/www/server/conf/access.conf$B%U%!%$%k(B

<Directory /usr/local/www/cgi-bin>
Options All
</Directory>
<Directory /usr/local/www/data>
Options All
AllowOverride All
<Limit GET>
order allow,deny
allow from all
</Limit>
</Directory>
-------------------------------------------------
/usr/local/www/server/conf/http.conf$B%U%!%$%k(B

ServerRoot /usr/local/www/server
-------------------------------------------------
/usr/local/www/server/conf/srm.conf$B%U%!%$%k(B

DocumentRoot /usr/local/www/data
UserDir public_html
AccessFileName .htaccess
ScriptAlias /cgi-bin/ /usr/local/www/cgi-bin/
AddType application/x-httpd-cgi .cgi
-------------------------------------------------
$B2?=h$+$*$+$7$$$H$3$m$,$"$k$N$G$7$g$&$+!)(B
$B$I$J$?$+%"%I%P%$%92<$5$$!#$*4j$$$7$^$9!#(B
