]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update for sync with English docs.
authorNilgun Belma Buguner <nilgun@apache.org>
Sat, 8 Dec 2012 12:55:10 +0000 (12:55 +0000)
committerNilgun Belma Buguner <nilgun@apache.org>
Sat, 8 Dec 2012 12:55:10 +0000 (12:55 +0000)
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1418663 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml.tr
docs/manual/howto/auth.xml.tr
docs/manual/mod/core.xml.tr
docs/manual/mod/mod_alias.xml.tr
docs/manual/mod/worker.xml.tr

index e36cfdcc1358dfaf76c25cacf5e6a94e9ebf30ab..430ed6613f9ffaf17636a806f3c8fd92f76df92f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="style/manual.tr.xsl"?>
-<!-- English Revision: 831031:1396318 (outdated) -->
+<!-- English Revision: 1396318 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 3d2deb702e27555641a27ad6656d22d732c50934..117671db1957db230e3b2e14539582ef4f4ad5ad 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1363757:1410688 (outdated) -->
+<!-- English Revision: 1410688 -->
 <!-- =====================================================
  Translated by: Umut Samuk <umut belgeler.org>
    Reviewed by: Nilgün Belma Bugüner <nilgun belgeler.org>
           <li><module>mod_authn_dbm</module></li>
           <li><module>mod_authn_file</module></li>
           <li><module>mod_authnz_ldap</module></li>
-          <li><module>mod_authn_socache</module></li>
         </ul>
       </li>
       <li>Yetkilendirme (bkz.
           <directive module="mod_authz_core">Require</directive> yönergesi)
         <ul>
           <li><module>mod_authnz_ldap</module></li>
-          <li><module>mod_authz_dbd</module></li>
           <li><module>mod_authz_dbm</module></li>
           <li><module>mod_authz_groupfile</module></li>
           <li><module>mod_authz_host</module></li>
 
     <example>
     &lt;Directory /usr/local/apache/htdocs/sekrit&gt;<br />
+    <indent>
       AuthType Basic<br />
       AuthName intranet<br />
       AuthUserFile /www/passwd/users<br />
       Order allow,deny<br />
       Allow from internal.com<br />
       Satisfy any<br />
+    </indent>
     &lt;/Directory&gt;
     </example>
 
     (Yeni bir parola dosyası oluşturmak için <code>-c</code> seçeneği
     kullanılır).</p>
 
-    <p>Şimdi, <code>.htaccess</code> dosyanızı aşağıda görüldüğü şekilde
-    değiştirebilirsiniz:</p>
+    <p>Şimdi, <code>.htaccess</code> dosyanızı veya
+    <directive module="core" type="section">Directory</directive>
+    bölümünüzü aşağıda görüldüğü şekilde değiştirebilirsiniz:</p>
 
     <example>
       AuthType Basic<br />
 
     <p><code>Require user umut</code> satırı ile parola dosyasında
     listelenmiş ve parolayı doğru olarak giren herhangi bir kişiye izin
-    vermektense, her grup için ayrı bir parola dosyası tutarak grup
-    davranışını taklit edebilirsiniz. Bu yaklaşımın getirisi:
-    Apache iki dosya yerine sadece bir dosyaya bakar.
-    Götürüsü ise parola dosyalarından oluşan bir dosya demeti sağlamak
-    ve <directive module="mod_authn_file">AuthUserFile</directive>
-    yönergesinde doğru dosyayı belirtmeyi unutmamak zorunda
-    kalmanızdır.</p>
+    vermektense bunu kullanabilirsiniz.</p>
 
   </section>
 
 
     <example>
     &lt;Directory /www/docs/private&gt;<br />
-    AuthName "Private"<br />
-    AuthType Basic<br />
-    AuthBasicProvider dbm<br />
-    AuthDBMUserFile /www/passwords/passwd.dbm<br />
-    Require valid-user<br />
+    <indent>
+        AuthName "Private"<br />
+        AuthType Basic<br />
+        AuthBasicProvider dbm<br />
+        AuthDBMUserFile /www/passwords/passwd.dbm<br />
+        Require valid-user<br />
+    </indent>
     &lt;/Directory&gt;
     </example>
 
index 95c42eaf47e05ffccbd21b772b837b72931183ee..2280e10f61d9d2215bde28c17dd687a0c7be2e57 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1379697:1415085 (outdated) -->
+<!-- English Revision: 1415085 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 7891dfc8fe6a42b8d27d7a411ec8111a2930502c..e66ed5d000f1653f1045e080a42f4608a322371b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1327382:1406262 (outdated) -->
+<!-- English Revision: 1406262 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
@@ -255,6 +255,8 @@ yönlendirir.</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>
+<compatibility>URL-yolu'nun son bileşen olarak belirtilebilmesi desteği Apache
+HTTP Sucusunun 2.2.6 sürümü ile eklendi.</compatibility>
 
   <usage>
     <p><directive>Redirect</directive> yönergesi istemciye bir yönlendirme
@@ -264,9 +266,9 @@ yönlendirir.</description>
       büyüklüğüne duyarlıdır (% imlemesi çözüldükten sonra).
       <code><em>URL-yolu</em></code> olarak göreli yollara izin verilmez.
       <code><em>URL</em></code> ise ya bir şema ve konak ismi ile başlayan bir
-      mutlak URL ya da bir bölü çizgisi ile başlayan bir URL yolu olmalıdır.
-      İkinci durumda URL yolunun başına geçerli sunucu ismi ve şemayı sunucu
-      ekler.</p>
+      mutlak URL olmalıdır. Apache HTTP Sucusu 2.2.6 ve sonrasında bir bölü
+      çizgisi ile başlayan bir URL yolu belirtilebilmektedir; bu durumda URL
+      yolunun başına geçerli sunucu ismi ve şemayı sunucu ekler.</p>
 
     <p><code><em>URL-yolu</em></code> ile başlayan istekler istemciye hedef
       <code><em>URL</em></code> konumuna bir yönlendirme isteği olarak
index 527486e4a83ddfd689fe405e56117f644d565962..381dc3c30f16ec3230c35b48d7e29901dfb2a6d7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 421100:1414100 (outdated) -->
+<!-- English Revision: 1414100 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>