diff options
Diffstat (limited to 'docs/manual/sections.html.tr.utf8')
-rw-r--r-- | docs/manual/sections.html.tr.utf8 | 125 |
1 files changed, 50 insertions, 75 deletions
diff --git a/docs/manual/sections.html.tr.utf8 b/docs/manual/sections.html.tr.utf8 index 23097290..bee10f84 100644 --- a/docs/manual/sections.html.tr.utf8 +++ b/docs/manual/sections.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> @@ -67,11 +67,9 @@ sunucu <code>httpd -DClosedForNow</code> komut satırı ile başlatıldığı takdirde mümkün olur:</p> - <pre class="prettyprint lang-config"> -<IfDefine ClosedForNow> + <pre class="prettyprint lang-config"><IfDefine ClosedForNow> Redirect / http://otherserver.example.com/ -</IfDefine> - </pre> +</IfDefine></pre> <p><code class="directive"><a href="./mod/core.html#ifmodule"><IfModule></a></code> yönergesi @@ -88,11 +86,9 @@ <p>Aşağıdaki örnekte, <code class="directive"><a href="./mod/mod_mime_magic.html#mimemagicfile">MimeMagicFile</a></code> yönergesi sadece <code class="module"><a href="./mod/mod_mime_magic.html">mod_mime_magic</a></code> modülü mevcutsa uygulanacaktır.</p> - <pre class="prettyprint lang-config"> -<IfModule mod_mime_magic.c> + <pre class="prettyprint lang-config"><IfModule mod_mime_magic.c> MimeMagicFile conf/magic -</IfModule> - </pre> +</IfModule></pre> <p><code class="directive"><a href="./mod/mod_version.html#ifversion"><IfVersion></a></code> @@ -102,12 +98,10 @@ yapılandırmalarla büyük ağlarda çalışmayı mümkün kılmak veya sürüm denemeleri yapabilmek amacıyla tasarlanmıştır.</p> - <pre class="prettyprint lang-config"> -<IfVersion >= 2.4> + <pre class="prettyprint lang-config"><IfVersion >= 2.4> # burası sadece 2.4.0 veya daha üstü sürümlerde # iş görür. -</IfVersion> - </pre> +</IfVersion></pre> <p><code class="directive"><a href="./mod/core.html#ifdefine"><IfDefine></a></code>, @@ -152,11 +146,9 @@ yapılandırmada, <code>/var/web/dir1</code> dizini ve alt dizinlerinde dizin içeriğinin listelenmesi etkin kılınmaktadır.</p> - <pre class="prettyprint lang-config"> -<Directory /var/web/dir1> + <pre class="prettyprint lang-config"><Directory /var/web/dir1> Options +Indexes -</Directory> - </pre> +</Directory></pre> <p>Bir <code class="directive"><a href="./mod/core.html#files"><Files></a></code> bölümü @@ -166,11 +158,9 @@ <code>gizli.html</code> isimli dosyalara nerede bulunursa bulunsun erişime izin vermeyecektir.</p> - <pre class="prettyprint lang-config"> -<Files gizli.html> + <pre class="prettyprint lang-config"><Files gizli.html> Require all denied -</Files> - </pre> +</Files></pre> <p>Dosya sisteminin belli bir yerindeki belli dosyalarla ilgili yaptırımlar @@ -183,13 +173,11 @@ <code>/var/web/dir1/</code> altında bulunabilecek diğer tüm <code>gizli.html</code> dosyalarına erişimi yasaklar.</p> - <pre class="prettyprint lang-config"> -<Directory /var/web/dir1><br /> + <pre class="prettyprint lang-config"><Directory /var/web/dir1><br /> <Files gizli.html><br /> Require all denied </Files><br /> -</Directory> - </pre> +</Directory></pre> @@ -205,11 +193,9 @@ istekleri yanında <code>/gizli</code> ile başlayan diğer isteklere de uygulanır.</p> - <pre class="prettyprint lang-config"> -<LocationMatch ^/gizli> + <pre class="prettyprint lang-config"><LocationMatch ^/gizli> Require all denied -</LocationMatch> - </pre> +</LocationMatch></pre> <p>Dosya sistemi ile etkileşime girmeyen herşey için @@ -220,11 +206,9 @@ için dosya sisteminde <code>server-status</code> adında bir dosya veya dizin bulunması gerekli değildir.</p> - <pre class="prettyprint lang-config"> -<Location /server-status> + <pre class="prettyprint lang-config"><Location /server-status> SetHandler server-status -</Location> - </pre> +</Location></pre> @@ -232,30 +216,24 @@ <p>Belli bölümler ve yönergeler değerlendirilirken çakışan iki URL bir URL olarak dikkate alınır. <code class="directive"><a href="./mod/core.html#location"><Location></a></code> yönergesi için bu şöyle olurdu:</p> - <pre class="prettyprint lang-config"> -<Location /foo> + <pre class="prettyprint lang-config"><Location /foo> </Location> <Location /foo/bar> -</Location> - </pre> +</Location></pre> - <p>Diğer yandan <code class="directive"><a href="./mod/mod_alias.html#takma adlar"><Takma + <p>Diğer yandan <code class="directive"><a href="./mod/mod_alias.html#takma adlar"><Takma adlar></a></code> tam tersi eşlenir:</p> - <pre class="prettyprint lang-config"> -Alias /foo/bar /srv/www/uncommon/bar -Alias /foo /srv/www/common/foo - </pre> + <pre class="prettyprint lang-config">Alias /foo/bar /srv/www/uncommon/bar +Alias /foo /srv/www/common/foo</pre> <p>Aynısı <code class="directive"><a href="./mod/mod_proxy.html#proxypass">ProxyPass</a></code> yönergeleri için de geçerlidir:</p> - <pre class="prettyprint lang-config"> -ProxyPass /special-area http://special.example.com smax=5 max=10 -ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On - </pre> + <pre class="prettyprint lang-config">ProxyPass /special-area http://special.example.com smax=5 max=10 +ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover=On</pre> @@ -283,21 +261,28 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover <p>Tüm kullanıcı dizinlerine ilişkin yapılandırmayı değiştirmek için dosya ismi kalıpları şöyle kullanılabilirdi:</p> - <pre class="prettyprint lang-config"> -<Directory /home/*/public_html> + <pre class="prettyprint lang-config"><Directory /home/*/public_html> Options Indexes -</Directory> - </pre> +</Directory></pre> <p>Düzenli ifade bölümleri kullanarak çeşitli türlerdeki resim dosyalarına erişimi bir defada yasaklayabiliriz:</p> - <pre class="prettyprint lang-config"> -<FilesMatch \.(?i:gif|jpe?g|png)$> + <pre class="prettyprint lang-config"><FilesMatch \.(?i:gif|jpe?g|png)$> Require all denied -</FilesMatch> - </pre> +</FilesMatch></pre> + + + <p><strong>İsimli gruplar ve geriye başvurular</strong> içeren düzenli + ifadeler ortama eklenirken ilgili isimler büyük harfli yapılır. Böylece, + URL'lere ve dosya yolları elemanlarına <a href="expr.html">ifadelerin + içinden</a> ve <code class="module"><a href="./mod/mod_rewrite.html">mod_rewrite</a></code> gibi modüllerden başvurmak + mümkün olur.</p> + +<pre class="prettyprint lang-config"><DirectoryMatch ^/var/www/combined/(?<SITENAME>[^/]+)> + require ldap-group cn=%{env:SITENAME},ou=combined,o=Example +</DirectoryMatch></pre> @@ -308,11 +293,9 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover <code>HTTP Referer</code> başlığı "http://www.example.com/" ile başlamıyorsa erişimi yasaklar.</p> - <pre class="prettyprint lang-config"> -<If "!(%{HTTP_REFERER} -strmatch 'http://www.example.com/*')"> + <pre class="prettyprint lang-config"><If "!(%{HTTP_REFERER} -strmatch 'http://www.example.com/*')"> Require all denied -</If> - </pre> +</If></pre> @@ -330,11 +313,9 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover kısıtlamalarınızın etrafından dolaşılabilmesine izin vermesidir. Örneğin, aşağıdaki yapılandırmayı ele alalım:</p> - <pre class="prettyprint lang-config"> -<Location /dir/> + <pre class="prettyprint lang-config"><Location /dir/> Require all denied -</Location> - </pre> +</Location></pre> <p><code>http://siteniz.mesela.dom/dir/</code> için bir istek yapılmışsa @@ -392,11 +373,9 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover <code>example.com</code> sitesine erişim için vekil sunucunun kullanılmasını engelleyecektir.</p> - <pre class="prettyprint lang-config"> -<Proxy http://www.example.com/*> + <pre class="prettyprint lang-config"><Proxy http://www.example.com/*> Require all granted -</Proxy> - </pre> +</Proxy></pre> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> @@ -501,8 +480,7 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover isteğe uygulandığı varsayımıyla, bu örnekteki yönergeler A > B > C > D > E sırasıyla uygulanacaktır.</p> - <pre class="prettyprint lang-config"> -<Location /> + <pre class="prettyprint lang-config"><Location /> E </Location> @@ -522,8 +500,7 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover <Directory /a/b> A -</Directory> - </pre> +</Directory></pre> <p>Daha somut bir örnek olarak aşağıdakini ele alalım. @@ -533,8 +510,7 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover Başka bir deyişle, katıştırma sırası önemlidir, bu nedenle dikkatli olmalısınız!</p> - <pre class="prettyprint lang-config"> -<Location /> + <pre class="prettyprint lang-config"><Location /> Require all granted </Location> @@ -544,8 +520,7 @@ ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid nofailover Require all granted Require not host kkadam.example.com </RequireAll> -</Directory> - </pre> +</Directory></pre> @@ -575,7 +550,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/sections.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(); |