]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_suexec.xml.tr
Merge in APR[-util] macros from branches/trunk-buildconf-noapr
[apache] / docs / manual / mod / mod_suexec.xml.tr
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
4 <!-- English Revision: 1041030:1584572 (outdated) -->
5 <!-- =====================================================
6  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
7    Reviewed by: Orhan Berent <berent belgeler.org>
8 ========================================================== -->
9
10 <!--
11  Licensed to the Apache Software Foundation (ASF) under one or more
12  contributor license agreements.  See the NOTICE file distributed with
13  this work for additional information regarding copyright ownership.
14  The ASF licenses this file to You under the Apache License, Version 2.0
15  (the "License"); you may not use this file except in compliance with
16  the License.  You may obtain a copy of the License at
17
18      http://www.apache.org/licenses/LICENSE-2.0
19
20  Unless required by applicable law or agreed to in writing, software
21  distributed under the License is distributed on an "AS IS" BASIS,
22  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23  See the License for the specific language governing permissions and
24  limitations under the License.
25 -->
26
27 <modulesynopsis metafile="mod_suexec.xml.meta">
28
29 <name>mod_suexec</name>
30 <description>CGI betiklerinin belli bir kullanıcı ve grubun aidiyetinde
31 çalışmasını mümkün kılar.</description>
32 <status>Extension</status>
33 <sourcefile>mod_suexec.c</sourcefile>
34 <identifier>suexec_module</identifier>
35 <compatibility>Apache 2.0 ve sonrasında mevcuttur.</compatibility>
36
37
38 <summary>
39     <p>Bu modül <program>suexec</program> programı ile birlikte CGI
40       betiklerinin belli bir kullanıcı ve grubun aidiyetinde çalışmasını
41       mümkün kılar.</p>
42 </summary>
43
44 <seealso><a href="../suexec.html">SuEXEC Desteği</a></seealso>
45
46 <directivesynopsis>
47
48 <name>SuexecUserGroup</name>
49 <description>CGI betiklerini çalıştıracak kullanıcı ve grup belirtilir.
50 </description>
51 <syntax>SuexecUserGroup <em>Kullanıcı Grup</em></syntax>
52 <contextlist><context>server config</context>
53 <context>virtual host</context></contextlist>
54 <compatibility>Apache 2.0 ve sonrasında mevcuttur.</compatibility>
55
56 <usage>
57     <p><directive>SuexecUserGroup</directive> yönergesi CGI programlarını
58       çalıştıracak kullanıcı ve grubu belirtmeye yarar. CGI harici istekler
59       hala <directive module="mod_unixd">User</directive> yönergesinde
60       belirtilen kullanıcı tarafından yerine getirilir.</p>
61
62     <example>
63     <title>Örnek</title>
64     SuexecUserGroup nobody nogroup
65     </example>
66
67     <p>Apache HTTP Sunucusunun 2.3.9 ve sonraki sürümlerinde, bu yönerge
68       belirtildiği halde <directive module="mod_unixd">Suexec</directive>
69       özelliği etkinleştirilmemişse Apache httpd başlatılamaz.</p>
70 </usage>
71 <seealso><directive module="mod_unixd">Suexec</directive></seealso>
72 </directivesynopsis>
73
74 </modulesynopsis>
75