Vertaling van "cgi-script" in Japans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Summary Any file that has the handler cgi-script will be treated as a CGI script, and run by the server, with its output being returned to the client.
概要 ハンドラ cgi-script が指定されているファイルは CGI スクリプトとして扱われ、 サーバにより実行され、その出力がクライアントに返されます。
This can be used to send any kind of data from the server, including redirects and other special HTTP responses, without requiring a cgi-script or an nph script.
Cgi スクリプトや nph スクリプトが無くてもリダイレクトや他の特別な HTTP 応答を送ることができます。
For this, it is best used as an Apache module, although it is also possible to have it run as a CGI-script, which is much slower.
そのためにはApacheのモジュールとして使うのが最高ですが、 CGIスクリプトとしてうごかすことも可能です (ただし遅くはなりますが)。
This may be implemented with the following configuration: Options +ExecCGI AddHandler cgi-script cgi pl Alternately, if you wish to have all files in the given directory be considered to be CGI programs, this may be done with the following configuration: Options +ExecCGI SetHandler cgi-script Note that AllowOverride Options must be in effect for these directives to have any effect.
これは以下の設定で行なうことができます: Options +ExecCGI AddHandler cgi-script cgi pl もしくは、あるディレクトリのすべてのファイルが CGI プログラムと みなされるようにしたいなら、以下の設定で実現することができます: Options +ExecCGI SetHandler cgi-script これらのディレクティブが有効になるためには、 AllowOverride Options と AllowOverride FileInfo が有効である必要があることに注意してください。
For example, the cgi-script handler designates files to be processed as CGIs.
例えば、アリスが会社から社員として証明書を与えられたとします。
This can be used to send any kind of data from the server, including redirects and other special HTTP responses, without requiring a cgi-script or an nph script.
このハンドラは通常の HTTP ヘッダをほとんど追加することなくドキュメントを送信します。 これはサーバからどんな種類のデータを送るときにも使用できます。
If they want to have their own CGI programs, but don't have access to the main cgi-bin directory, they will need to be able to run CGI programs elsewhere. There are two steps to allowing CGI execution in an arbitrary directory. First, the cgi-script handler must be activated using the AddHandler or SetHandler directive.
もし、彼らが CGI プログラムを持つことを望んでいても、メインの cgi-bin ディレクトリへのアクセスができない場合、 CGI プログラムを実行することができる他の場所が必要になります。