From owner-FreeBSD-users-jp@jp.freebsd.org  Wed Jun 30 12:02:51 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id MAA65790;
	Wed, 30 Jun 1999 12:02:51 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from TYO203.gate.nec.co.jp (TYO203.gate.nec.co.jp [202.32.8.211])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id MAA65785
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 30 Jun 1999 12:02:51 +0900 (JST)
	(envelope-from y-koga@ccs.mt.nec.co.jp)
Received: from mailsv.nec.co.jp ([192.168.1.90])
	by TYO203.gate.nec.co.jp (8.9.3/3.7W99062811) with ESMTP id MAA09289
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 30 Jun 1999 12:02:47 +0900 (JST)
Received: from gw.ccs.mt.nec.co.jp (gw.ccs.mt.nec.co.jp [133.201.4.2]) by mailsv.nec.co.jp (8.9.3/3.7W-MAILSV-NEC) with ESMTP
	id MAA23230 for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 30 Jun 1999 12:02:41 +0900 (JST)
Received: from mail.ccs.mt.nec.co.jp (mail.ccs.mt.nec.co.jp [133.201.3.22]) by gw.ccs.mt.nec.co.jp (8.9.1+3.1W/3.3W9-GW_CCS) with ESMTP id MAA05819 for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 30 Jun 1999 12:02:40 +0900 (JST)
Received: from splpe481.ccs.mt.nec.co.jp (splpe481.ccs.mt.nec.co.jp [172.16.5.66])
	by mail.ccs.mt.nec.co.jp (8.9.1a/3.6W-CCS_Master) with ESMTP id MAA15400;
	Wed, 30 Jun 1999 12:02:38 +0900 (JST)
Received: from localhost (localhost [127.0.0.1])
	by splpe481.ccs.mt.nec.co.jp (8.9.3/3.7W-99040217) with ESMTP id MAA27570;
	Wed, 30 Jun 1999 12:02:38 +0900 (JST)
Message-Id: <199906300302.MAA27570@splpe481.ccs.mt.nec.co.jp>
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: <49C7D7F42AE8D21183330008C7286E4B0A9E87@JP0001EXCH002U>
References: <49C7D7F42AE8D21183330008C7286E4B0A9E87@JP0001EXCH002U>
X-Mailer: Mew version 1.94b37 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Wed, 30 Jun 1999 12:02:38 +0900 (JST)
From: Koga Youichirou <y-koga@ccs.mt.nec.co.jp>
X-Dispatcher: imput version 990623(IM117)
Lines: 44
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990625
X-Sequence: FreeBSD-users-jp 43701
Subject: [FreeBSD-users-jp 43701] Re: SSI =?ISO-2022-JP?B?GyRCJEcbKEI=?=
 exec =?ISO-2022-JP?B?GyRCJCxGMCQtJF4kOyRzISMbKEI=?= 
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: y-koga@ccs.mt.nec.co.jp

"Inada, Koji (Koji)" <kinada@lucent.com>:
> $B8=:_!"(BFreeBSD 2.2.7-RELEASE$B>e$G!"(Bapache_1.3.6$B$r;HMQ$7$F$$$^$9!#(B
> 
> $B$=$3$G!"(Bshtml$B%U%!%$%k$r:n@.$7!"$=$N%U%!%$%kFb$K(B <!--#exec
> cgi="/home/xxxx/cgi-bin/test.cgi"-->$B$H5-=R$7$F$$$k$N$G$9$,!"%(%i!<$,I=<($5$l(B
> $B$-$A$s$HF0:n$7$^$;$s!#(B
$B!D(B $B$5$/$C$HN,(B $B!D(B
> error_log$B$N%(%i!<FbMF!'(B
> $B!V(Binvalid CGI ref "/home/xxxx/cgi-bin/test.cgi" in
> /home/xxxx/public_html/test.shtml$B!W(B

$BB?J,!"%Q%9$N;XDj$,4V0c$C$F$$$k$s$G$7$g$&!#$3$3$G$O%U%!%$%k%Q%9$r;XDj$9(B
$B$k$N$G$O$"$j$^$;$s!#(B

$B$"$H!"(B"-->" $B$NA0$K$O6uGr$rF~$l$^$7$g$&!#(B

exec 
     The exec command executes a given shell command or CGI
     script. The IncludesNOEXEC Option disables this command
     completely. The valid attributes are: 
     cgi 
         The value specifies a (%-encoded) URL relative path to the
         CGI script. If the path does not begin with a (/), then it is
         taken to be relative to the current document. The document
         referenced by this path is invoked as a CGI script, even if
         the server would not normally recognize it as such. However,
         the directory containing the script must be enabled for CGI
         scripts (with ScriptAlias or the ExecCGI Option).

         The CGI script is given the PATH_INFO and query string
         (QUERY_STRING) of the original request from the client; these
         cannot be specified in the URL path. The include variables
         will be available to the script in addition to the standard
         CGI environment.

         If the script returns a Location: header instead of output,
         then this will be translated into an HTML
         anchor.

         The include virtual element should be used in preference to
         exec cgi. 

----
$B$3$,$h$&$$$A$m$&(B
