diff options
Diffstat (limited to 'docs/manual/mod/mod_vhost_alias.html.tr.utf8')
-rw-r--r-- | docs/manual/mod/mod_vhost_alias.html.tr.utf8 | 57 |
1 files changed, 41 insertions, 16 deletions
diff --git a/docs/manual/mod/mod_vhost_alias.html.tr.utf8 b/docs/manual/mod/mod_vhost_alias.html.tr.utf8 index 35daedc4..ecd84e17 100644 --- a/docs/manual/mod/mod_vhost_alias.html.tr.utf8 +++ b/docs/manual/mod/mod_vhost_alias.html.tr.utf8 @@ -8,11 +8,14 @@ <title>mod_vhost_alias - 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> @@ -24,6 +27,7 @@ <p><span>Mevcut Diller: </span><a href="../en/mod/mod_vhost_alias.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../tr/mod/mod_vhost_alias.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>Kitlesel sanal konakların devingen olarak yapılandırılmasını sağ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>vhost_alias_module</td></tr> @@ -66,7 +70,7 @@ <li><code class="directive"><a href="../mod/core.html#usecanonicalname">UseCanonicalName</a></code></li> <li><a href="../vhosts/mass.html">Devingen olarak Yapılandırılan Kitlesel Sanal Barındırma</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="section"> <h2><a name="interpol" id="interpol">Dizin İsimlerinin Elde Edilmesi</a></h2> @@ -142,8 +146,8 @@ Sanal Barındırma</a></li> VirtualDocumentRoot /usr/local/apache/sankonlar/%0 </code></p></div> - <p><code>http://mesela.dom/dizin/dosya.html</code> için yapılan bir istek - <code>/usr/local/apache/sankonlar/mesela.dom/dizin/dosya.html</code> + <p><code>http://example.com/dizin/dosya.html</code> için yapılan bir istek + <code>/usr/local/apache/sankonlar/example.com/dizin/dosya.html</code> dosyası ile yerine getirilecektir.</p> <p>Çok büyük sayıda sanal konak için <code>sankonlar</code> dizininin @@ -155,9 +159,9 @@ Sanal Barındırma</a></li> VirtualDocumentRoot /usr/local/apache/sankonlar/%3+/%2.1/%2.2/%2.3/%2 </code></p></div> - <p><code>http://falan.filan.mesela.dom/dizin/dosya.html</code> için + <p><code>http://falan.filan.example.com/dizin/dosya.html</code> için yapılan bir istek - <code>/usr/local/apache/sankonlar/mesela.dom/f/i/l/filan/dizin/dosya.html + <code>/usr/local/apache/sankonlar/example.com/f/i/l/filan/dizin/dosya.html </code> ile yerine getirilecektir.</p> <p>Bu sefer de parçaları ismin sonundan toplayalım: </p> @@ -167,8 +171,8 @@ Sanal Barındırma</a></li> </code></p></div> <p>Bu durumda istek - <code>/usr/local/apache/sankonlar/mesela.dom/n/a/l/filan/dizin/dosya.html - </code> ile karşılanırdı.</p> + <code>/usr/local/apache/sankonlar/example.com/n/a/l/filan/dizin/dosya.html + </code>ile karşılanırdı.</p> <p>Şöyle bir şey de yapabilirsiniz:</p> @@ -177,7 +181,7 @@ Sanal Barındırma</a></li> </code></p></div> <p>Bu örnek için istek - <code>/usr/local/apache/sankonlar/mesela.dom/f/i/l/an/dizin/dosya.html + <code>/usr/local/apache/sankonlar/example.com/f/i/l/an/dizin/dosya.html </code> dosyasından karşılanırdı.</p> <p>IP’ye dayalı sanal konaklar için yapılandırma dosyanızda şu satırlar @@ -190,12 +194,12 @@ Sanal Barındırma</a></li> VirtualScriptAliasIP /usr/local/apache/sankonlar/%1/%2/%3/%4/cgi-bin </code></p></div> - <p><code>http://falan.filan.mesela.dom/dizin/dosya.html</code> için - yapılan bir istek eğer <code>falan.filan.mesela.dom</code>’un IP adresi + <p><code>http://falan.filan.example.com/dizin/dosya.html</code> için + yapılan bir istek eğer <code>falan.filan.example.com</code>’un IP adresi 10.20.30.40 olsaydı, <code>/usr/local/apache/sankonlar/10/20/30/40/belgeler/dizin/dosya.html </code> dosyası ile karşılanırdı. - <code>http://falan.filan.mesela.dom/cgi-bin/betik.pl</code> için yapılan + <code>http://falan.filan.example.com/cgi-bin/betik.pl</code> için yapılan bir istek ise <code>/usr/local/apache/sankonlar/10/20/30/40/cgi-bin/betik.pl</code> betiğinin çalıştırılması ile sağlanırdı.</p> @@ -208,7 +212,7 @@ Sanal Barındırma</a></li> VirtualDocumentRoot /usr/local/apache/sankonlar/%2.0.%3.0 </code></p></div> - <p>Bu durumda <code>http://falan.filan.mesela.dom/dizin/dosya.html</code> + <p>Bu durumda <code>http://falan.filan.example.com/dizin/dosya.html</code> için yapılan bir istek <code>/usr/local/apache/sankonlar/filan.mesela/dizin/dosya.html</code> dosyası ile karşılanacaktır.</p> @@ -300,7 +304,28 @@ Sanal Barındırma</a></li> <div class="bottomlang"> <p><span>Mevcut Diller: </span><a href="../en/mod/mod_vhost_alias.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../tr/mod/mod_vhost_alias.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_vhost_alias.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 |