summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dir.html.tr.utf8
diff options
context:
space:
mode:
authorStefan Fritsch <sf@sfritsch.de>2014-03-29 21:56:19 +0100
committerStefan Fritsch <sf@sfritsch.de>2014-03-29 21:56:45 +0100
commit2a463b3cd73c32ee9dcd508248d0194923f435f4 (patch)
tree2ff478255a77a55031056790918b6f983bb7b20a /docs/manual/mod/mod_dir.html.tr.utf8
parent86d5cc79d9d6750da8771fdb0c9ab22c19b8ad45 (diff)
downloadapache2-upstream/2.4.9.tar.gz
Imported Upstream version 2.4.9upstream/2.4.9
Diffstat (limited to 'docs/manual/mod/mod_dir.html.tr.utf8')
-rw-r--r--docs/manual/mod/mod_dir.html.tr.utf872
1 files changed, 43 insertions, 29 deletions
diff --git a/docs/manual/mod/mod_dir.html.tr.utf8 b/docs/manual/mod/mod_dir.html.tr.utf8
index 3d6bd463..018f6da9 100644
--- a/docs/manual/mod/mod_dir.html.tr.utf8
+++ b/docs/manual/mod/mod_dir.html.tr.utf8
@@ -9,7 +9,7 @@
<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 rel="stylesheet" type="text/css" href="../style/css/prettify.css" />
-<script src="../style/scripts/prettify.js" type="text/javascript">
+<script src="../style/scripts/prettify.min.js" type="text/javascript">
</script>
<link href="../images/favicon.ico" rel="shortcut icon" /></head>
@@ -30,6 +30,7 @@
<a href="../ko/mod/mod_dir.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="../tr/mod/mod_dir.html" title="Türkçe">&nbsp;tr&nbsp;</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>Bölü çizgisiyle biten yönlendirmeleri yapar ve dizin içeriği dosyalarını sunar.</td></tr>
<tr><th><a href="module-dict.html#Status">Durum:</a></th><td>Temel</td></tr>
<tr><th><a href="module-dict.html#ModuleIdentifier">Modül Betimleyici:</a></th><td>dir_module</td></tr>
@@ -59,6 +60,7 @@
</div>
<div id="quickview"><h3 class="directives">Yönergeler</h3>
<ul id="toc">
+<li><img alt="" src="../images/down.gif" /> <a href="#directorycheckhandler">DirectoryCheckHandler</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#directoryindex">DirectoryIndex</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#directoryindexredirect">DirectoryIndexRedirect</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#directoryslash">DirectorySlash</a></li>
@@ -67,6 +69,20 @@
<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="DirectoryCheckHandler" id="DirectoryCheckHandler">DirectoryCheckHandler</a> <a name="directorycheckhandler" id="directorycheckhandler">Yönergesi</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Açıklama:</a></th><td>Toggle how this module responds when another handler is configured</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Sözdizimi:</a></th><td><code>DirectoryCheckHandler On|Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Öntanımlı:</a></th><td><code>DirectoryCheckHandler Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Bağlam:</a></th><td>sunucu geneli, sanal konak, dizin, .htaccess</td></tr>
+<tr><th><a href="directive-dict.html#Override">Geçersizleştirme:</a></th><td>Indexes</td></tr>
+<tr><th><a href="directive-dict.html#Status">Durum:</a></th><td>Temel</td></tr>
+<tr><th><a href="directive-dict.html#Module">Modül:</a></th><td>mod_dir</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Uyumluluk:</a></th><td>Available in 2.4.8 and later. Releases prior to 2.4 implicitly
+act as if "DirectoryCheckHandler Off" was specified.</td></tr>
+</table><p>Bu yönergenin belgesi henüz Türkçeye çevrilmedi.
+ Lütfen İngilizce sürümüne bakınız.</p></div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="DirectoryIndex" id="DirectoryIndex">DirectoryIndex</a> <a name="directoryindex" id="directoryindex">Yönergesi</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Açıklama:</a></th><td>İstemci bir dizin istediğinde dizin içeriğini listeler.
@@ -88,9 +104,7 @@
dönecektir. Eğer özkaynakların hiçbiri yoksa ve <code>Indexes</code>
seçeneği atanmışsa sunucu dizin içeriğinden bir liste üretecektir.</p>
- <pre class="prettyprint lang-config">
-DirectoryIndex index.html
- </pre>
+ <pre class="prettyprint lang-config">DirectoryIndex index.html</pre>
<p>Bu yapılandırmadan sonra yapılan bir
@@ -100,9 +114,7 @@ DirectoryIndex index.html
<p>Belgelerin dizine göreli olmasının gerekmediğine dikkat ediniz.</p>
- <pre class="prettyprint lang-config">
-DirectoryIndex index.html index.txt /cgi-bin/index.pl
- </pre>
+ <pre class="prettyprint lang-config">DirectoryIndex index.html index.txt /cgi-bin/index.pl</pre>
<p>Bu örnekte ise dizin içinde ne <code>index.html</code> ne de
@@ -118,8 +130,7 @@ DirectoryIndex index.html index.txt /cgi-bin/index.pl
bağlamdaki</em></a> çok sayıda <code class="directive">DirectoryIndex</code>
yönergesi bir öncekini değiştirmek yerine onun bulunduğu listeye
eklenir:</p>
- <pre class="prettyprint lang-config">
-# 1. örnek: İçerik dosyası olarak index.html atayıp sonraki satırda buna
+ <pre class="prettyprint lang-config"># 1. örnek: İçerik dosyası olarak index.html atayıp sonraki satırda buna
# index.php'yi ekleyebilirsiniz.
&lt;Directory /foo&gt;
DirectoryIndex index.html
@@ -137,8 +148,7 @@ DirectoryIndex index.html index.txt /cgi-bin/index.pl
DirectoryIndex index.html
DirectoryIndex disabled
DirectoryIndex index.php
-&lt;/Directory&gt;
- </pre>
+&lt;/Directory&gt;</pre>
@@ -164,10 +174,22 @@ DirectoryIndex index.html index.txt /cgi-bin/index.pl
<code class="directive">DirectoryIndexRedirect</code> ise harici bir
yönlendirmeye sebep olur.</p>
- <pre class="prettyprint lang-config">
-DirectoryIndexRedirect on
- </pre>
+ <p>Bunlardan biri kullanılabilir:</p>
+ <ul>
+ <li><code>on</code>: Dizin listesi kaynağına bir 302 yönlendirmesi
+ yapılır.</li>
+ <li><code>off</code>: Bir yönlendirme yapılmaz. mod_dir için eski davranış
+ böyleydi.</li>
+ <li><code>permanent</code>: Dizin listesi kaynağına bir 301 (kalıcı)
+ yönlendirmesi yapılır.</li>
+ <li><code>temp</code>: Bu <code>on</code> ile aynı etkiye sahiptir.</li>
+ <li><code>seeother</code>: Dizin listesi kaynağına bir 303 yönlendirmesi
+ ("diğerine bak" olarak da bilinir)yapılır.</li>
+ <li><var>3xx-code</var>: 3xx kodu ile seçilen yönlendirme yapılır.</li>
+ </ul>
+ <div class="example"><h3>Örnek</h3><pre class="prettyprint lang-config">DirectoryIndexRedirect on</pre>
+</div>
<p><code>http://example.com/docs/</code> için yapılan bir istek, <code>http://example.com/docs/index.html</code> (mevcutsa) adresine geçici bir
yönlendirme döndürür.</p>
@@ -209,13 +231,11 @@ DirectoryIndexRedirect on
yaparken dikkatli olun, bununla ilgili bazı güvenlik sorunları olasılığı
vardır.</p>
- <pre class="prettyprint lang-config">
-# Aşağıdaki güvenlik uyarısına bakınız!<br />
+ <pre class="prettyprint lang-config"># Aşağıdaki güvenlik uyarısına bakınız!<br />
&lt;Location /bir/yol&gt;<br />
DirectorySlash Off<br />
SetHandler bir-eylemci<br />
-&lt;/Location&gt;
- </pre>
+&lt;/Location&gt;</pre>
<div class="warning"><h3>Güvenlik Uyarı</h3>
@@ -250,9 +270,7 @@ DirectoryIndexRedirect on
404 (Yok) hatasını döndürmemesi için sunulacak dosyanın yolunu tanımlar.
Örnek:</p>
- <pre class="prettyprint lang-config">
-FallbackResource /not-404.php
- </pre>
+ <pre class="prettyprint lang-config">FallbackResource /not-404.php</pre>
<p>Bu satırla, (mevcut dosyaları etkilemeden) mevcut olmayan dosyaların
@@ -267,9 +285,7 @@ FallbackResource /not-404.php
<code>-d</code> kullanımı gerekirdi. Bunun için şimdi tek satırlık bir
yapılandırma yeterli olmaktadır.</p>
- <pre class="prettyprint lang-config">
-FallbackResource /index.php
- </pre>
+ <pre class="prettyprint lang-config">FallbackResource /index.php</pre>
<p>Resim, CSS dosyaları gibi mevcut dosyalar normal olarak sunulur.</p>
@@ -280,11 +296,9 @@ FallbackResource /index.php
<p><em>http://example.com/blog/</em> gibi bir alt URI <var>yerel-url</var>
olarak sağlanır:</p>
- <pre class="prettyprint lang-config">
-&lt;Directory /web/example.com/htdocs/blog&gt;
+ <pre class="prettyprint lang-config">&lt;Directory /web/example.com/htdocs/blog&gt;
FallbackResource /blog/index.php
-&lt;/Directory&gt;
- </pre>
+&lt;/Directory&gt;</pre>
@@ -314,7 +328,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_dir.html';
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2013 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="apache">Copyright 2014 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="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();