Файловый менеджер - Редактировать - /usr/share/doc/apache2-doc/manual/tr/mod/mod_suexec.html
Назад
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="tr" xml:lang="tr"><head><!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --> <title>mod_suexec - Apache HTTP Sunucusu</title> <link href="../../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" /> <link href="../../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" /> <link href="../../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /> <link href="../../images/favicon.ico" rel="shortcut icon" /></head> <body> <div id="page-header"> <p class="menu"><a href="../mod/index.html">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/index.html">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p> <p class="apache">Apache HTTP Sunucusu Sürüm 2.2</p> <img alt="" src="../../images/feather.gif" /></div> <div class="up"><a href="./index.html"><img title="<-" alt="<-" src="../../images/left.gif" /></a></div> <div id="path"> <a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Sunucusu</a> > <a href="http://httpd.apache.org/docs/">Belgeleme</a> > <a href="../index.html">Sürüm 2.2</a> > <a href="./index.html">Modüller</a></div> <div id="page-content"> <div id="preamble"><h1>Apache Modülü mod_suexec</h1> <div class="toplang"> <p><span>Mevcut Diller: </span><a href="../../en/mod/mod_suexec.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../../ja/mod/mod_suexec.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../../ko/mod/mod_suexec.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="../../tr/mod/mod_suexec.html" title="Türkçe"> tr </a></p> </div> <div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div> <table class="module"><tr><th><a href="module-dict.html#Description">Açıklama:</a></th><td>CGI betiklerinin belli bir kullanıcı ve grubun aidiyetinde çalışmasını mümkün kılar.</td></tr> <tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Eklenti</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Modül Betimleyici:</a></th><td>suexec_module</td></tr> <tr><th><a href="module-dict.html#SourceFile">Kaynak Dosyası:</a></th><td>mod_suexec.c</td></tr> <tr><th><a href="module-dict.html#Compatibility">Uyumluluk:</a></th><td>Apache 2.0 ve sonrasında mevcuttur.</td></tr></table> <h3>Özet</h3> <p>Bu modül <code class="program"><a href="../programs/suexec.html">suexec</a></code> programı ile birlikte CGI betiklerinin belli bir kullanıcı ve grubun aidiyetinde çalışmasını mümkün kılar.</p> </div> <div id="quickview"><h3 class="directives">Yönergeler</h3> <ul id="toc"> <li><img alt="" src="../../images/down.gif" /> <a href="#suexecusergroup">SuexecUserGroup</a></li> </ul> <h3>Ayrıca bakınız:</h3> <ul class="seealso"> <li><a href="../suexec.html">SuEXEC Desteği</a></li> </ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../../images/up.gif" /></a></div> <div class="directive-section"><h2><a name="SuexecUserGroup" id="SuexecUserGroup">SuexecUserGroup</a> <a name="suexecusergroup" id="suexecusergroup">Yönergesi</a></h2> <table class="directive"> <tr><th><a href="directive-dict.html#Description">Açıklama:</a></th><td>CGI betiklerini çalıştıracak kullanıcı ve grup belirtilir. </td></tr> <tr><th><a href="directive-dict.html#Syntax">Sözdizimi:</a></th><td><code>SuexecUserGroup <em>Kullanıcı Grup</em></code></td></tr> <tr><th><a href="directive-dict.html#Context">Bağlam:</a></th><td>sunucu geneli, sanal konak</td></tr> <tr><th><a href="directive-dict.html#Status">Durum:</a></th><td>Eklenti</td></tr> <tr><th><a href="directive-dict.html#Module">Modül:</a></th><td>mod_suexec</td></tr> <tr><th><a href="directive-dict.html#Compatibility">Uyumluluk:</a></th><td>Apache 2.0 ve sonrasında mevcuttur.</td></tr> </table> <p><code class="directive">SuexecUserGroup</code> yönergesi CGI programlarını çalıştıracak kullanıcı ve grubu belirtmeye yarar. CGI harici istekler hala <code class="directive"><a href="../mod/mpm_common.html#user">User</a></code> 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> <div class="example"><h3>Örnek</h3><p><code> SuexecUserGroup nobody nogroup </code></p></div> </div> </div> <div class="bottomlang"> <p><span>Mevcut Diller: </span><a href="../../en/mod/mod_suexec.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../../ja/mod/mod_suexec.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../../ko/mod/mod_suexec.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="../../tr/mod/mod_suexec.html" title="Türkçe"> tr </a></p> </div><div id="footer"> <p class="apache">Copyright 2009 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p> <p class="menu"><a href="../mod/index.html">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/index.html">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div> </body></html>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка