Apache HTTP サーバ バージョン 2.2
This document refers to a legacy release (2.2) of Apache httpd. The active release (2.4) is documented here. If you have not already upgraded, please follow this link for more information.
You may follow this link to go to the current version of this document.
説明: | 指定されたユーザとグループで CGI スクリプトを実行する |
---|---|
ステータス: | Extension |
モジュール識別子: | suexec_module |
ソースファイル: | mod_suexec.c |
互換性: | Apache 2.0 以降で使用可能 |
このモジュールと suexec
サポートプログラム
により、CGI スクリプトが指定されたユーザとグループで
実行されるようにできます。
説明: | CGI プログラムのユーザパーミッション、グループパーミッション |
---|---|
構文: | SuexecUserGroup User Group |
コンテキスト: | サーバ設定ファイル, バーチャルホスト |
ステータス: | Extension |
モジュール: | mod_suexec |
互換性: | SuexecUserGroup は 2.0 以降でのみ使用可能。 |
SuexecUserGroup
ディレクティブは CGI プログラム
が実行されるユーザとグループを指定できるようにします。CGI 以外の
リクエストは User ディレクティブで指定されたユーザのままで処理されます。
このディレクティブは Apache 1.3 における VirtualHosts の中で
User ディレクティブと Group ディレクティブを使う用法の代わりになります。
SuexecUserGroup nobody nogroup