Apache関連 Part8
■ このスレッドは過去ログ倉庫に格納されています
0274名無しさん@お腹いっぱい。
2006/02/17(金) 07:58:27ttp://httpd.apache.org/docs/1.3/mod/mod_include.html
The include virtual element should be used in preference to exec cgi. In particular,
if you need to pass additional arguments to a CGI program, using the query string,
this cannot be done with exec cgi, but can be done with include virtual, as shown here:
<!--#include virtual="/cgi-bin/example.cgi?argument=value" -->
■ このスレッドは過去ログ倉庫に格納されています