diff options
Diffstat (limited to 'docs/manual/mod/mod_userdir.html.tr.utf8')
-rw-r--r-- | docs/manual/mod/mod_userdir.html.tr.utf8 | 67 |
1 files changed, 48 insertions, 19 deletions
diff --git a/docs/manual/mod/mod_userdir.html.tr.utf8 b/docs/manual/mod/mod_userdir.html.tr.utf8 index b6f00d46..3460d4af 100644 --- a/docs/manual/mod/mod_userdir.html.tr.utf8 +++ b/docs/manual/mod/mod_userdir.html.tr.utf8 @@ -8,11 +8,14 @@ <title>mod_userdir - 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="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" /><link rel="stylesheet" type="text/css" href="../style/css/prettify.css" /> +<script src="../style/scripts/prettify.js" type="text/javascript"> +</script> + <link href="../images/favicon.ico" rel="shortcut icon" /></head> <body> <div id="page-header"> -<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p> +<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">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.4</p> <img alt="" src="../images/feather.gif" /></div> <div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div> @@ -34,7 +37,7 @@ <h3>Özet</h3> <p>Bu modül kullanıcılara özel dizinlere - <code>http://mesela.dom/~kullanıcı/</code> sözdizimi kullanılarak + <code>http://example.com/~kullanıcı/</code> sözdizimi kullanılarak erişilebilmesini mümkün kılar.</p> </div> <div id="quickview"><h3 class="directives">Yönergeler</h3> @@ -49,7 +52,7 @@ <li> <a href="../howto/public_html.html">public_html eğitmeni</a> </li> -</ul></div> +</ul><ul class="seealso"><li><a href="#comments_section">Yorum</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="UserDir" id="UserDir">UserDir</a> <a name="userdir" id="userdir">Yönergesi</a></h2> @@ -87,7 +90,7 @@ <p><code>Userdir</code> yönergesinde ne <code>enabled</code> ne de <code>disabled</code> varsa, argüman bir dosya ismi kalıbı olarak ele alınır ve kullanıcı belge kök dizininin yolunu oluşturmakta kullanılır. - <code>http://mesela.dom/~ali/bir/iki.html</code> şöyle dönüştürülür:</p> + <code>http://example.com/~ali/bir/iki.html</code> şöyle dönüştürülür:</p> <table> <tr><th>Kullanılan UserDir yönergesi </th> @@ -105,12 +108,12 @@ <table> <tr><th>Kullanılan UserDir yönergesi </th> <th>Elde edilen yönlendirme</th></tr> - <tr><td>UserDir http://mesela.dom/users</td> - <td>http://mesela.dom/users/ali/bir/iki.html</td></tr> - <tr><td>UserDir http://mesela.dom/*/usr</td> - <td>http://mesela.dom/ali/usr/bir/iki.html</td></tr> - <tr><td>UserDir http://mesela.dom/~*/</td> - <td>http://mesela.dom/~ali/bir/iki.html</td></tr> + <tr><td>UserDir http://example.com/users</td> + <td>http://example.com/users/ali/bir/iki.html</td></tr> + <tr><td>UserDir http://example.com/*/usr</td> + <td>http://example.com/ali/usr/bir/iki.html</td></tr> + <tr><td>UserDir http://example.com/~*/</td> + <td>http://example.com/~ali/bir/iki.html</td></tr> </table> <div class="note"> @@ -143,19 +146,19 @@ <p>Birden fazla dizin belirtmek de mümkündür:</p> <div class="example"><p><code> - Userdir public_html /usr/siteler http://mesela.dom/ + Userdir public_html /usr/siteler http://example.com/ </code></p></div> - <p>Bu örneğe göre, <code>http://mesela.dom/~ali/bir/iki.html</code> + <p>Bu örneğe göre, <code>http://example.com/~ali/bir/iki.html</code> şeklinde bir istek alındığında sunucu önce - <code>http://mesela.dom/~ali/bir/iki.html</code> yönlendirmesini + <code>http://example.com/~ali/bir/iki.html</code> yönlendirmesini deneyecektir. Onu bulamazsa isteği <code>/usr/siteler/ali/bir/iki.html</code> dosyasını arayacak onu da - bulamazsa istemciyi <code>http://mesela.dom/ali/bir/iki.html</code> + bulamazsa istemciyi <code>http://example.com/ali/bir/iki.html</code> adresine yönlendirecektir.</p> <p>Argüman listesine bir yönlendirme ekleyecekseniz, bu, listenin son - elemanı olmalıdır. Apache yönlendirmenin başarılı sonuç verip + elemanı olmalıdır. Apache httpd yönlendirmenin başarılı sonuç verip vermediğini bilemeyecektir. Bu bakımdan, listede bu yönlendirmeden sonra bir yönlendirme daha bulunması daha iyi olacaktır.</p> @@ -163,11 +166,16 @@ olarak etkin değildir. Daha önceki sürümlerde bir <code class="directive"><a href="#userdir">UserDir</a></code> yönergesinin yokluğunda <code>UserDir public_html</code> öntanımlıydı.</p> + <div class="note"><h3>Ayrıntıların birleştirilmesi</h3> + <p>Etkinleştirilen ve etkisizleştirilen kullanıcılara özgü listeler küresel + etki alanından sanal konak etki alanına aktarılırken yer değiştirme + yapılır, mevcutla birleştirilmez.</p></div> + <h3>Ayrıca bakınız:</h3> <ul> <li> - <a href="../howto/public_html.html">public_html eğitmeni</a> + <a href="../howto/public_html.html">Kullanıcı Dizinleri</a> </li> </ul> </div> @@ -177,7 +185,28 @@ <a href="../ja/mod/mod_userdir.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../ko/mod/mod_userdir.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="../tr/mod/mod_userdir.html" title="Türkçe"> tr </a></p> -</div><div id="footer"> +</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div> +<script type="text/javascript"><!--//--><![CDATA[//><!-- +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_userdir.html'; +(function(w, d) { + if (w.location.hostname.toLowerCase() == "httpd.apache.org") { + d.write('<div id="comments_thread"><\/div>'); + var s = d.createElement('script'); + s.type = 'text/javascript'; + s.async = true; + s.src = 'https://comments.apache.org/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; + (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); + } + else { + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); + } +})(window, document); +//--><!]]></script></div><div id="footer"> <p class="apache">Copyright 2012 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/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="../faq/">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div> +<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!-- +if (typeof(prettyPrint) !== 'undefined') { + prettyPrint(); +} +//--><!]]></script> </body></html>
\ No newline at end of file |