]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_suexec.xml.ja
Update transforms
[apache] / docs / manual / mod / mod_suexec.xml.ja
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4 <!-- English Revision: 420990:1041030 (outdated) -->
5
6 <!--
7  Licensed to the Apache Software Foundation (ASF) under one or more
8  contributor license agreements.  See the NOTICE file distributed with
9  this work for additional information regarding copyright ownership.
10  The ASF licenses this file to You under the Apache License, Version 2.0
11  (the "License"); you may not use this file except in compliance with
12  the License.  You may obtain a copy of the License at
13
14      http://www.apache.org/licenses/LICENSE-2.0
15
16  Unless required by applicable law or agreed to in writing, software
17  distributed under the License is distributed on an "AS IS" BASIS,
18  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19  See the License for the specific language governing permissions and
20  limitations under the License.
21 -->
22
23 <modulesynopsis metafile="mod_suexec.xml.meta">
24
25 <name>mod_suexec</name>
26 <description>指定されたユーザとグループで CGI スクリプトを実行する</description>
27 <status>Extension</status>
28 <sourcefile>mod_suexec.c</sourcefile>
29 <identifier>suexec_module</identifier>
30 <compatibility>Apache 2.0 以降で使用可能</compatibility>
31
32
33 <summary>
34     <p>このモジュールと <program>suexec</program> サポートプログラム
35     により、CGI スクリプトが指定されたユーザとグループで
36     実行されるようにできます。</p>
37 </summary>
38
39 <seealso><a href="../suexec.html">SuEXEC サポート</a></seealso>
40
41 <directivesynopsis>
42
43 <name>SuexecUserGroup</name>
44 <description>CGI プログラムのユーザパーミッション、グループパーミッション</description>
45 <syntax>SuexecUserGroup <em>User Group</em></syntax>
46 <contextlist><context>server config</context>
47 <context>virtual host</context></contextlist>
48 <compatibility>SuexecUserGroup は 2.0 以降でのみ使用可能。</compatibility>
49
50 <usage>
51     <p><directive>SuexecUserGroup</directive> ディレクティブは CGI プログラム
52     が実行されるユーザとグループを指定できるようにします。CGI 以外の
53     リクエストは User ディレクティブで指定されたユーザのままで処理されます。
54     このディレクティブは Apache 1.3 における VirtualHosts の中で
55     User ディレクティブと Group ディレクティブを使う用法の代わりになります。</p>
56
57     <example>
58     <title>例</title>
59     SuexecUserGroup nobody nogroup
60     </example>
61
62 </usage>
63
64 </directivesynopsis>
65 </modulesynopsis>
66