mod_suexec.xml.tr revision 4db28ee269aa06f7c6232e11cd01f58c3349af23
<?xml version="1.0"?>
<!-- English Revision: 698483:713242 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>
========================================================== -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<modulesynopsis metafile="mod_suexec.xml.meta">
<name>mod_suexec</name>
<description>CGI betiklerinin belli bir kullanıcı ve grubun aidiyetinde
çalışmasını mümkün kılar.</description>
<status>Extension</status>
<identifier>suexec_module</identifier>
<compatibility>Apache 2.0 ve sonrasında mevcuttur.</compatibility>
<summary>
<p>Bu modül <program>suexec</program> programı ile birlikte CGI
betiklerinin belli bir kullanıcı ve grubun aidiyetinde çalışmasını
mümkün kılar.</p>
</summary>
<directivesynopsis>
<name>SuexecUserGroup</name>
<description>CGI betiklerini çalıştıracak kullanıcı ve grup belirtilir.
</description>
<syntax>SuexecUserGroup <em>Kullanıcı Grup</em></syntax>
<contextlist><context>server config</context>
<context>virtual host</context></contextlist>
<compatibility>Apache 2.0 ve sonrasında mevcuttur.</compatibility>
<usage>
<p><directive>SuexecUserGroup</directive> yönergesi CGI programlarını
çalıştıracak kullanıcı ve grubu belirtmeye yarar. CGI harici istekler
hala <directive module="mpm_common">User</directive> yönergesinde
belirtilen kullanıcı tarafından yerine getirilir. Bu yönerge, Apache
1.3 yapılandırmasında sanal konak bölümlerindeki <code>User</code> ve
<code>Group</code> yönergelerinin yerini almak üzere tasarlanmıştır.</p>
<example>
<title>Örnek</title>
SuexecUserGroup nobody nogroup
</example>
</usage>
</directivesynopsis>
</modulesynopsis>