]> granicus.if.org Git - apache/blob - docs/manual/programs/logresolve.xml.tr
Rebuild generated files.
[apache] / docs / manual / programs / logresolve.xml.tr
1 <?xml version='1.0' encoding='UTF-8' ?>
2 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
4 <!-- English Revision: 420993 -->
5 <!-- =====================================================
6  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
7    Reviewed by: Orhan Berent <berent belgeler.org>
8 ========================================================== -->
9
10 <!--
11  Licensed to the Apache Software Foundation (ASF) under one or more
12  contributor license agreements.  See the NOTICE file distributed with
13  this work for additional information regarding copyright ownership.
14  The ASF licenses this file to You under the Apache License, Version 2.0
15  (the "License"); you may not use this file except in compliance with
16  the License.  You may obtain a copy of the License at
17
18      http://www.apache.org/licenses/LICENSE-2.0
19
20  Unless required by applicable law or agreed to in writing, software
21  distributed under the License is distributed on an "AS IS" BASIS,
22  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23  See the License for the specific language governing permissions and
24  limitations under the License.
25 -->
26
27 <manualpage metafile="logresolve.xml.meta">
28 <parentdocument href="./">Programlar</parentdocument>
29
30   <title>logresolve - Apache günlük dosyalarındaki IP adreslerini konak
31   isimlerine dönüştürür</title>
32
33 <summary>
34      <p><code><strong>logresolve</strong></code>, Apache'nin erişim
35      günlüklerindeki IP adreslerini çözümlemek için bir ardıl işlem
36      uygulamasıdır. İsim sunucunuza bindirdiği yükü en aza indirmek için
37      <code><strong>logresolve</strong></code> kendi arabelleğinde oluşturduğu
38      eşleme tablosunu kullanır.</p>
39
40      <p>Apache günlük dosyasını standart girdisinden okur. IP adresleri günlük
41      dosyası satırlarında ilk bileşen olmalı ve sonraki bileşenlerden bir
42      boşluk ile ayrılmalıdır.</p>
43 </summary>
44
45 <section id="synopsis"><title>Kullanım</title>
46
47      <p><code><strong>logresolve</strong> [ -<strong>s</strong>
48      <var>dosyaismi</var> ] [ -<strong>c</strong> ] &lt;
49      <var>günlük_dosyası</var> &gt; <var>yeni_günlük_dosyası</var></code></p>
50 </section>
51
52
53 <section id="options"><title>Seçenekler</title>
54
55 <dl>
56     <dt><code>-s <var>dosyaismi</var></code></dt>
57     <dd>İstatistiklerin kaydedileceği dosyanın ismi belirtilir.</dd>
58
59     <dt><code>-c</code></dt>
60     <dd><code><strong>logresolve</strong></code> uygulamasının bazı DNS
61     sorguları yapmasına sebep olur: IP adresine karşılık olan konak ismini
62     bulduktan sonra özgün adresle karşılaştırmak için bu konak ismine karşılık
63     gelen IP adresini sorgular.</dd>
64
65 </dl>
66 </section>
67
68 </manualpage>