Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 485DA1761A for ; Wed, 15 Apr 2015 16:36:16 +0000 (UTC) Received: (qmail 89439 invoked by uid 500); 15 Apr 2015 16:36:14 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89275 invoked by uid 500); 15 Apr 2015 16:36:14 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 88262 invoked by uid 99); 15 Apr 2015 16:36:13 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 16:36:13 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 452BFAC06A3 for ; Wed, 15 Apr 2015 16:36:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1673857 [7/23] - in /httpd/httpd/branches/2.2.x/docs/manual: ./ howto/ misc/ mod/ programs/ vhosts/ Date: Wed, 15 Apr 2015 16:36:07 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150415163613.452BFAC06A3@hades.apache.org> Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.html.tr.utf8?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.html.tr.utf8 [utf-8] Wed Apr 15 16:36:04 2015 @@ -94,97 +94,6 @@ yaptığı gibi dizin içeriğini listel
  • Sütun Sıralamada Sorgu Seçenekleri
  • top
    -
    -

    Sütun Sıralamada Sorgu Seçenekleri

    - - -

    Apache 2.0.23’te Sütun Sıralama için Sorgu Seçenekleri yeniden - düzenlenip tamamen yeni bir sorgu seçenekleri grubu oluşturulmuştur. - Çıktı üzerinde kullanıcı denetimini tamamen ortadan kaldırmak için - IndexOptions yönergesinin - IgnoreClient - seçeneği kullanılabilir.

    - -

    Sütun sıralama başlıklarının her biri hedefi kendisi olan birer hiper - bağ olup aşağıda sıralanan sorgu seçeneklerini kullanırlar. Bu - seçeneklerin her biri her dizin içerik listesi isteğine eklenebilir.

    - -
      -
    • C=N dizini dosya adına göre sıralar
    • - -
    • C=M dizini son değişiklik zamanına ve ardından dosya - ismine göre sıralar.
    • - -
    • C=S dizini boyuta ve ardından dosya adına göre - sıralar
    • - -
    • C=D dizini açıklamaya ve ardından - dosya adına göre sıralar.
    • - -
    • O=A artan sıralama uygulanır.
    • - -
    • O=D azalan sıralama uygulanır.
    • - -
    • F=0 listeleme basit listeleme biçiminde yapılır - (FancyIndexing seçeneği ile etkinleştirilen biçimde - değil)
    • - -
    • F=1 listeleme FancyIndexing seçeneği ile - etkinleştirilen biçimde yapılır
    • - -
    • F=2 listeleme FancyIndexing ve - HTMLTable seçeneği - ile etkinleştirilen biçimde yapılır.
    • - -
    • V=0 sürüme göre sıralama iptal edilir.
    • - -
    • V=1 sürüme göre sıralama etkin - kılınır.
    • - -
    • P=kalıp sadece belirtilen - kalıp ile eşleşen dosyalar istelenir.
    • -
    - -

    P=kalıp sorgu seçeneğinin normalde IndexIgnore yönergesi işleme - sokulduktan sonra değerlendirildiğine ve dosya isimlerinin diğer - kendiliğinden içerik listeleme koşullarının konusu olmaya devam ettiğine - dikkat ediniz. mod_autoindex modülündeki Sorgu - Seçenekleri çözümleyicisi tanımadığı bir seçeneğe rastlar rastlamaz - işlemi durdurur. Sorgu Seçenekleri yukarıda belirtilene uygun olarak iyi - biçimli olmak zorundadır.

    - -

    Aşağıdaki basit örnekte sorgu seçeneklerinin kullanımı gösterilmiştir. - Son satırda bulunan "submit" düğmesindeki tanınmayan "X" girdisine - dikkat ediniz. "X=Göster" girdisi tüm seçenekler işlendikten sonra - mod_autoindex tarafından son argüman olarak ele - alınacak ve çözümleme işlemi o noktada duracaktır.

    - -
    <form action="" method="get">
    -  <input type="text" name="P" value="*" /> ile eşleşen
    -  <select name="C">
    -    <option value="N" selected="selected">isme</option>
    -    <option value="M"> değişiklik tarihine</option>
    -    <option value="S"> boyuta</option>
    -    <option value="D"> açıklamaya</option>
    -  </select> göre
    -  <select name="O">
    -    <option value="A" selected="selected"> artan</option>
    -    <option value="D"> azalan</option>
    -  </select>
    -  <select name="V">
    -    <option value="0" selected="selected">normal</option>
    -    <option value="1"> sürümlü</option>
    -  </select> sıralamayla bir
    -  <select name="F">
    -    <option value="0"> basit liste</option>
    -    <option value="1" selected="selected"> süslü liste</option>
    -    <option value="2"> tablolu liste</option>
    -  </select>
    -  <input type="submit" name="X" value="Göster" />
    -</form>
    - -
    -
    top

    AddAlt Yönergesi

    bakınız.

    +
    top
    +
    +

    Sütun Sıralamada Sorgu Seçenekleri

    + + +

    Apache 2.0.23’te Sütun Sıralama için Sorgu Seçenekleri yeniden + düzenlenip tamamen yeni bir sorgu seçenekleri grubu oluşturulmuştur. + Çıktı üzerinde kullanıcı denetimini tamamen ortadan kaldırmak için + IndexOptions yönergesinin + IgnoreClient + seçeneği kullanılabilir.

    + +

    Sütun sıralama başlıklarının her biri hedefi kendisi olan birer hiper + bağ olup aşağıda sıralanan sorgu seçeneklerini kullanırlar. Bu + seçeneklerin her biri her dizin içerik listesi isteğine eklenebilir.

    + +
      +
    • C=N dizini dosya adına göre sıralar
    • + +
    • C=M dizini son değişiklik zamanına ve ardından dosya + ismine göre sıralar.
    • + +
    • C=S dizini boyuta ve ardından dosya adına göre + sıralar
    • + +
    • C=D dizini açıklamaya ve ardından + dosya adına göre sıralar.
    • + +
    • O=A artan sıralama uygulanır.
    • + +
    • O=D azalan sıralama uygulanır.
    • + +
    • F=0 listeleme basit listeleme biçiminde yapılır + (FancyIndexing seçeneği ile etkinleştirilen biçimde + değil)
    • + +
    • F=1 listeleme FancyIndexing seçeneği ile + etkinleştirilen biçimde yapılır
    • + +
    • F=2 listeleme FancyIndexing ve + HTMLTable seçeneği + ile etkinleştirilen biçimde yapılır.
    • + +
    • V=0 sürüme göre sıralama iptal edilir.
    • + +
    • V=1 sürüme göre sıralama etkin + kılınır.
    • + +
    • P=kalıp sadece belirtilen + kalıp ile eşleşen dosyalar istelenir.
    • +
    + +

    P=kalıp sorgu seçeneğinin normalde IndexIgnore yönergesi işleme + sokulduktan sonra değerlendirildiğine ve dosya isimlerinin diğer + kendiliğinden içerik listeleme koşullarının konusu olmaya devam ettiğine + dikkat ediniz. mod_autoindex modülündeki Sorgu + Seçenekleri çözümleyicisi tanımadığı bir seçeneğe rastlar rastlamaz + işlemi durdurur. Sorgu Seçenekleri yukarıda belirtilene uygun olarak iyi + biçimli olmak zorundadır.

    + +

    Aşağıdaki basit örnekte sorgu seçeneklerinin kullanımı gösterilmiştir. + Son satırda bulunan "submit" düğmesindeki tanınmayan "X" girdisine + dikkat ediniz. "X=Göster" girdisi tüm seçenekler işlendikten sonra + mod_autoindex tarafından son argüman olarak ele + alınacak ve çözümleme işlemi o noktada duracaktır.

    + +
    <form action="" method="get">
    +  <input type="text" name="P" value="*" /> ile eşleşen
    +  <select name="C">
    +    <option value="N" selected="selected">isme</option>
    +    <option value="M"> değişiklik tarihine</option>
    +    <option value="S"> boyuta</option>
    +    <option value="D"> açıklamaya</option>
    +  </select> göre
    +  <select name="O">
    +    <option value="A" selected="selected"> artan</option>
    +    <option value="D"> azalan</option>
    +  </select>
    +  <select name="V">
    +    <option value="0" selected="selected">normal</option>
    +    <option value="1"> sürümlü</option>
    +  </select> sıralamayla bir
    +  <select name="F">
    +    <option value="0"> basit liste</option>
    +    <option value="1" selected="selected"> süslü liste</option>
    +    <option value="2"> tablolu liste</option>
    +  </select>
    +  <input type="submit" name="X" value="Göster" />
    +</form>
    + +

    Mevcut Diller:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.en?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.en Wed Apr 15 16:36:04 2015 @@ -92,114 +92,6 @@

  • Caching Guide
  • top
    -
    Açıklama:Dosyaya göre seçilen simgenin yerinde gösterilecek metni belirler. @@ -953,6 +862,97 @@ belirler.
    -
    top
    -
    -

    Sample Configuration

    -

    Sample httpd.conf

    - #
    - # Sample Cache Configuration
    - #
    - LoadModule cache_module modules/mod_cache.so
    -
    - <IfModule mod_cache.c>
    - - #LoadModule disk_cache_module modules/mod_disk_cache.so
    - # If you want to use mod_disk_cache instead of mod_mem_cache,
    - # uncomment the line above and comment out the LoadModule line below.
    - <IfModule mod_disk_cache.c>
    - - CacheRoot c:/cacheroot
    - CacheEnable disk /
    - CacheDirLevels 5
    - CacheDirLength 3
    -
    - </IfModule>
    -
    - LoadModule mem_cache_module modules/mod_mem_cache.so
    - <IfModule mod_mem_cache.c>
    - - CacheEnable mem /
    - MCacheSize 4096
    - MCacheMaxObjectCount 100
    - MCacheMinObjectSize 1
    - MCacheMaxObjectSize 2048
    -
    - </IfModule>
    -
    - # When acting as a proxy, don't cache the list of security updates
    - CacheDisable http://security.update.server/update-list/
    -
    - </IfModule> -

    -
    top
    -
    -

    Avoiding the Thundering Herd

    -

    When a cached entry becomes stale, mod_cache will submit - a conditional request to the backend, which is expected to confirm whether the - cached entry is still fresh, and send an updated entity if not.

    -

    A small but finite amount of time exists between the time the cached entity - becomes stale, and the time the stale entity is fully refreshed. On a busy - server, a significant number of requests might arrive during this time, and - cause a thundering herd of requests to strike the backend - suddenly and unpredictably.

    -

    To keep the thundering herd at bay, the CacheLock - directive can be used to define a directory in which locks are created for - URLs in flight. The lock is used as a hint - by other requests to either suppress an attempt to cache (someone else has - gone to fetch the entity), or to indicate that a stale entry is being refreshed - (stale content will be returned in the mean time). -

    -

    Initial caching of an entry

    - -

    When an entity is cached for the first time, a lock will be created for the - entity until the response has been fully cached. During the lifetime of the - lock, the cache will suppress the second and subsequent attempt to cache the - same entity. While this doesn't hold back the thundering herd, it does stop - the cache attempting to cache the same entity multiple times simultaneously. -

    - -

    Refreshment of a stale entry

    - -

    When an entity reaches its freshness lifetime and becomes stale, a lock - will be created for the entity until the response has either been confirmed as - still fresh, or replaced by the backend. During the lifetime of the lock, the - second and subsequent incoming request will cause stale data to be returned, - and the thundering herd is kept at bay.

    - -

    Locks and Cache-Control: no-cache

    - -

    Locks are used as a hint only to enable the cache to be - more gentle on backend servers, however the lock can be overridden if necessary. - If the client sends a request with a Cache-Control header forcing a reload, any - lock that may be present will be ignored, and the client's request will be - honoured immediately and the cached entry refreshed.

    -

    As a further safety mechanism, locks have a configurable maximum age. - Once this age has been reached, the lock is removed, and a new request is - given the opportunity to create a new lock. This maximum age can be set using - the CacheLockMaxAge directive, and defaults to 5 - seconds. -

    - -

    Example configuration

    - -

    Enabling the cache lock

    - #
    - # Enable the cache lock
    - #
    - <IfModule mod_cache.c>
    - - CacheLock on
    - CacheLockPath /tmp/mod_cache-lock
    - CacheLockMaxAge 5
    -
    - </IfModule> -

    - -
    -
    top
    top
    +
    +

    Sample Configuration

    +

    Sample httpd.conf

    + #
    + # Sample Cache Configuration
    + #
    + LoadModule cache_module modules/mod_cache.so
    +
    + <IfModule mod_cache.c>
    + + #LoadModule disk_cache_module modules/mod_disk_cache.so
    + # If you want to use mod_disk_cache instead of mod_mem_cache,
    + # uncomment the line above and comment out the LoadModule line below.
    + <IfModule mod_disk_cache.c>
    + + CacheRoot c:/cacheroot
    + CacheEnable disk /
    + CacheDirLevels 5
    + CacheDirLength 3
    +
    + </IfModule>
    +
    + LoadModule mem_cache_module modules/mod_mem_cache.so
    + <IfModule mod_mem_cache.c>
    + + CacheEnable mem /
    + MCacheSize 4096
    + MCacheMaxObjectCount 100
    + MCacheMinObjectSize 1
    + MCacheMaxObjectSize 2048
    +
    + </IfModule>
    +
    + # When acting as a proxy, don't cache the list of security updates
    + CacheDisable http://security.update.server/update-list/
    +
    + </IfModule> +

    +
    top
    +
    +

    Avoiding the Thundering Herd

    +

    When a cached entry becomes stale, mod_cache will submit + a conditional request to the backend, which is expected to confirm whether the + cached entry is still fresh, and send an updated entity if not.

    +

    A small but finite amount of time exists between the time the cached entity + becomes stale, and the time the stale entity is fully refreshed. On a busy + server, a significant number of requests might arrive during this time, and + cause a thundering herd of requests to strike the backend + suddenly and unpredictably.

    +

    To keep the thundering herd at bay, the CacheLock + directive can be used to define a directory in which locks are created for + URLs in flight. The lock is used as a hint + by other requests to either suppress an attempt to cache (someone else has + gone to fetch the entity), or to indicate that a stale entry is being refreshed + (stale content will be returned in the mean time). +

    +

    Initial caching of an entry

    + +

    When an entity is cached for the first time, a lock will be created for the + entity until the response has been fully cached. During the lifetime of the + lock, the cache will suppress the second and subsequent attempt to cache the + same entity. While this doesn't hold back the thundering herd, it does stop + the cache attempting to cache the same entity multiple times simultaneously. +

    + +

    Refreshment of a stale entry

    + +

    When an entity reaches its freshness lifetime and becomes stale, a lock + will be created for the entity until the response has either been confirmed as + still fresh, or replaced by the backend. During the lifetime of the lock, the + second and subsequent incoming request will cause stale data to be returned, + and the thundering herd is kept at bay.

    + +

    Locks and Cache-Control: no-cache

    + +

    Locks are used as a hint only to enable the cache to be + more gentle on backend servers, however the lock can be overridden if necessary. + If the client sends a request with a Cache-Control header forcing a reload, any + lock that may be present will be ignored, and the client's request will be + honoured immediately and the cached entry refreshed.

    +

    As a further safety mechanism, locks have a configurable maximum age. + Once this age has been reached, the lock is removed, and a new request is + given the opportunity to create a new lock. This maximum age can be set using + the CacheLockMaxAge directive, and defaults to 5 + seconds. +

    + +

    Example configuration

    + +

    Enabling the cache lock

    + #
    + # Enable the cache lock
    + #
    + <IfModule mod_cache.c>
    + + CacheLock on
    + CacheLockPath /tmp/mod_cache-lock
    + CacheLockMaxAge 5
    +
    + </IfModule> +

    + +

    Available Languages:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ja.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ja.utf8?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ja.utf8 [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ja.utf8 [utf-8] Wed Apr 15 16:36:04 2015 @@ -100,50 +100,6 @@

  • Caching Guide
  • top
    -
    top
    -
    -

    サンプル設定

    -

    Sample httpd.conf

    - #
    - # Sample Cache Configuration
    - #
    - LoadModule cache_module modules/mod_cache.so
    -
    - <IfModule mod_cache.c>
    - - #LoadModule disk_cache_module modules/mod_disk_cache.so
    - # If you want to use mod_disk_cache instead of mod_mem_cache,
    - # uncomment the line above and comment out the LoadModule line below.
    - <IfModule mod_disk_cache.c>
    - - CacheRoot c:/cacheroot
    - CacheEnable disk /
    - CacheDirLevels 5
    - CacheDirLength 3
    -
    - </IfModule>
    -
    - LoadModule mem_cache_module modules/mod_mem_cache.so
    - <IfModule mod_mem_cache.c>
    - - CacheEnable mem /
    - MCacheSize 4096
    - MCacheMaxObjectCount 100
    - MCacheMinObjectSize 1
    - MCacheMaxObjectSize 2048
    -
    - </IfModule>
    -
    - # When acting as a proxy, don't cache the list of security updates
    - CacheDisable http://security.update.server/update-list/
    -
    - </IfModule> -

    -
    -
    top
    top
    +
    +

    サンプル設定

    +

    Sample httpd.conf

    + #
    + # Sample Cache Configuration
    + #
    + LoadModule cache_module modules/mod_cache.so
    +
    + <IfModule mod_cache.c>
    + + #LoadModule disk_cache_module modules/mod_disk_cache.so
    + # If you want to use mod_disk_cache instead of mod_mem_cache,
    + # uncomment the line above and comment out the LoadModule line below.
    + <IfModule mod_disk_cache.c>
    + + CacheRoot c:/cacheroot
    + CacheEnable disk /
    + CacheDirLevels 5
    + CacheDirLength 3
    +
    + </IfModule>
    +
    + LoadModule mem_cache_module modules/mod_mem_cache.so
    + <IfModule mod_mem_cache.c>
    + + CacheEnable mem /
    + MCacheSize 4096
    + MCacheMaxObjectCount 100
    + MCacheMinObjectSize 1
    + MCacheMaxObjectSize 2048
    +
    + </IfModule>
    +
    + # When acting as a proxy, don't cache the list of security updates
    + CacheDisable http://security.update.server/update-list/
    +
    + </IfModule> +

    +

    翻訳済み言語:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ko.euc-kr?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cache.html.ko.euc-kr [euc-kr] Wed Apr 15 16:36:04 2015 @@ -87,46 +87,6 @@

  • 설정예
  • top
    -
    top
    -
    -

    설정예

    -

    Sample httpd.conf

    - #
    - # 예제 캐쉬 설정
    - #
    - LoadModule cache_module modules/mod_cache.so
    -
    - <IfModule mod_cache.c>
    - - #LoadModule disk_cache_module modules/mod_disk_cache.so
    - <IfModule mod_disk_cache.c>
    - - CacheRoot c:/cacheroot
    - CacheSize 256
    - CacheEnable disk /
    - CacheDirLevels 5
    - CacheDirLength 3
    -
    - </IfModule>
    -
    - LoadModule mem_cache_module modules/mod_mem_cache.so
    - <IfModule mod_mem_cache.c>
    - - CacheEnable mem /
    - MCacheSize 4096
    - MCacheMaxObjectCount 100
    - MCacheMinObjectSize 1
    - MCacheMaxObjectSize 2048
    -
    - </IfModule>
    -
    - </IfModule> -

    -
    -
    top
    top
    +
    +

    설정예

    +

    Sample httpd.conf

    + #
    + # 예제 캐쉬 설정
    + #
    + LoadModule cache_module modules/mod_cache.so
    +
    + <IfModule mod_cache.c>
    + + #LoadModule disk_cache_module modules/mod_disk_cache.so
    + <IfModule mod_disk_cache.c>
    + + CacheRoot c:/cacheroot
    + CacheSize 256
    + CacheEnable disk /
    + CacheDirLevels 5
    + CacheDirLength 3
    +
    + </IfModule>
    +
    + LoadModule mem_cache_module modules/mod_mem_cache.so
    + <IfModule mod_mem_cache.c>
    + + CacheEnable mem /
    + MCacheSize 4096
    + MCacheMaxObjectCount 100
    + MCacheMinObjectSize 1
    + MCacheMaxObjectSize 2048
    +
    + </IfModule>
    +
    + </IfModule> +

    +

    가능한 언어:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.en?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.en Wed Apr 15 16:36:04 2015 @@ -55,7 +55,6 @@

  • mod_headers
  • mod_asis
  • -
    top

    MetaDir Directive

    @@ -121,6 +120,7 @@ meta information

    +

    Available Languages:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.ko.euc-kr?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cern_meta.html.ko.euc-kr [euc-kr] Wed Apr 15 16:36:04 2015 @@ -53,7 +53,6 @@

  • mod_headers
  • mod_asis
  • -
    top
    @@ -113,6 +112,7 @@

    +

    가능한 언어:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.en Wed Apr 15 16:36:04 2015 @@ -79,6 +79,79 @@

  • CGI Specification
  • top
    +
    + + + + + +
    Description:Location of the CGI script error logfile
    Syntax:ScriptLog file-path
    Context:server config, virtual host
    Status:Base
    Module:mod_cgi, mod_cgid
    +

    The ScriptLog directive sets the CGI + script error logfile. If no ScriptLog is given, + no error log is created. If given, any CGI errors are logged into the + filename given as argument. If this is a relative file or path it is + taken relative to the ServerRoot. +

    + +

    Example

    + ScriptLog logs/cgi_log +

    + +

    This log will be opened as the user the child processes run + as, i.e. the user specified in the main User directive. This means that + either the directory the script log is in needs to be writable + by that user or the file needs to be manually created and set + to be writable by that user. If you place the script log in + your main logs directory, do NOT change the + directory permissions to make it writable by the user the child + processes run as.

    + +

    Note that script logging is meant to be a debugging feature + when writing CGI scripts, and is not meant to be activated + continuously on running servers. It is not optimized for speed + or efficiency, and may have security problems if used in a + manner other than that for which it was designed.

    + +
    +
    top
    +

    ScriptLogBuffer Directive

    + + + + + + + +
    Description:Maximum amount of PUT or POST requests that will be recorded +in the scriptlog
    Syntax:ScriptLogBuffer bytes
    Default:ScriptLogBuffer 1024
    Context:server config, virtual host
    Status:Base
    Module:mod_cgi, mod_cgid
    +

    The size of any PUT or POST entity body that is logged to + the file is limited, to prevent the log file growing too big + too quickly if large bodies are being received. By default, up + to 1024 bytes are logged, but this can be changed with this + directive.

    + +
    +
    top
    +

    ScriptLogLength Directive

    + + + + + + + +
    Description:Size limit of the CGI script logfile
    Syntax:ScriptLogLength bytes
    Default:ScriptLogLength 10385760
    Context:server config, virtual host
    Status:Base
    Module:mod_cgi, mod_cgid
    +

    ScriptLogLength can be used to limit the + size of the CGI script logfile. Since the logfile logs a lot of + information per CGI error (all request headers, all script output) + it can grow to be a big file. To prevent problems due to unbounded + growth, this directive can be used to set an maximum file-size for + the CGI logfile. If the file exceeds this size, no more + information will be written to it.

    + +
    +
    top

    CGI Environment variables

    The server will set the CGI environment variables as described @@ -163,79 +236,6 @@ not output anything on standard output or standard error).

    -
    top
    -

    ScriptLog Directive

    - - - - - - -
    Description:Location of the CGI script error logfile
    Syntax:ScriptLog file-path
    Context:server config, virtual host
    Status:Base
    Module:mod_cgi, mod_cgid
    -

    The ScriptLog directive sets the CGI - script error logfile. If no ScriptLog is given, - no error log is created. If given, any CGI errors are logged into the - filename given as argument. If this is a relative file or path it is - taken relative to the ServerRoot. -

    - -

    Example

    - ScriptLog logs/cgi_log -

    - -

    This log will be opened as the user the child processes run - as, i.e. the user specified in the main User directive. This means that - either the directory the script log is in needs to be writable - by that user or the file needs to be manually created and set - to be writable by that user. If you place the script log in - your main logs directory, do NOT change the - directory permissions to make it writable by the user the child - processes run as.

    - -

    Note that script logging is meant to be a debugging feature - when writing CGI scripts, and is not meant to be activated - continuously on running servers. It is not optimized for speed - or efficiency, and may have security problems if used in a - manner other than that for which it was designed.

    - -
    -
    top
    -

    ScriptLogBuffer Directive

    - - - - - - - -
    Description:Maximum amount of PUT or POST requests that will be recorded -in the scriptlog
    Syntax:ScriptLogBuffer bytes
    Default:ScriptLogBuffer 1024
    Context:server config, virtual host
    Status:Base
    Module:mod_cgi, mod_cgid
    -

    The size of any PUT or POST entity body that is logged to - the file is limited, to prevent the log file growing too big - too quickly if large bodies are being received. By default, up - to 1024 bytes are logged, but this can be changed with this - directive.

    - -
    -
    top
    -

    ScriptLogLength Directive

    - - - - - - - -
    Description:Size limit of the CGI script logfile
    Syntax:ScriptLogLength bytes
    Default:ScriptLogLength 10385760
    Context:server config, virtual host
    Status:Base
    Module:mod_cgi, mod_cgid
    -

    ScriptLogLength can be used to limit the - size of the CGI script logfile. Since the logfile logs a lot of - information per CGI error (all request headers, all script output) - it can grow to be a big file. To prevent problems due to unbounded - growth, this directive can be used to set an maximum file-size for - the CGI logfile. If the file exceeds this size, no more - information will be written to it.

    - -

    Available Languages:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ja.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ja.utf8?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ja.utf8 [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ja.utf8 [utf-8] Wed Apr 15 16:36:04 2015 @@ -80,6 +80,82 @@

  • CGI 規格書
  • top
    +

    ScriptLog ディレクティブ

    + + + + + + +
    説明:CGI スクリプトのエラーログファイルの場所
    構文:ScriptLog file-path
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Base
    モジュール:mod_cgi, mod_cgid
    +

    ScriptLog ディレクティブは CGI スクリプトの + エラーログファイルを設定します。ScriptLog が + 設定されていないときは、 + エラーログは作成されません。設定されているときは、CGI + のエラーはすべて引数として与えられているファイル名にログされます。 + 相対パスで指定されているときは、 + ServerRootからの相対パスとして + 扱われます。

    + +

    + ScriptLog logs/cgi_log +

    + +

    このログは子プロセスが実行されているユーザとしてオープンされます。 + すなわちUser ディレクティブで指定された + ユーザです。これは、スクリプトログが書かれるディレクトリがそのユーザで + 書き込み可能か、スクリプトファイルが手動で作成され、そのユーザで + 書き込み可能になっている必要があるということです。スクリプトログを + アクセスログなどのためのログディレクトリに書かれるようにしたときは、 + そのディレクトリを子プロセスを実行しているユーザの権限で + 書き込み可能にはしないようにしてください。

    + +

    スクリプトのログ収集は CGI スクリプトを書くときの + デバッグ用の機能として意図されていて、通常のサーバで + 常に使用されるようには意図されていないということに注意してください。 + 速度や効率は最適化されておらず、設計された以外の方法で使用されると + セキュリティの問題があるかもしれません。

    + +
    +
    top
    +

    ScriptLogBuffer ディレクティブ

    + + + + + + + +
    説明:スクリプトログに記録される PUT や POST リクエストの内容の上限
    構文:ScriptLogBuffer bytes
    デフォルト:ScriptLogBuffer 1024
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Base
    モジュール:mod_cgi, mod_cgid
    +

    大きな本体を受け取ったときにログファイルがすぐに大きくなりすぎる + 問題を避けるために、ファイルにログ収集される PUT と POST + の本体の大きさは制限されています。デフォルトでは、1024 + バイトまでがログ収集されますが、 + このディレクティブはそれを変更することができます。 +

    + +
    +
    top
    +

    ScriptLogLength ディレクティブ

    + + + + + + + +
    説明:CGI スクリプトのログファイルの大きさの上限
    構文:ScriptLogLength bytes
    デフォルト:ScriptLogLength 10385760
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Base
    モジュール:mod_cgi, mod_cgid
    +

    ScriptLogLength は CGI スクリプトのログファイル + の大きさを制限するために使用することができます。ログファイルは + CGI のエラー毎に大量の情報 (リクエストのすべてのヘッダ、 + すべての出力)をログしますので、すぐに大きなファイルになります。 + この大きさの制限がないことによる問題を防ぐために、 + このディレクティブを使って CGI のログファイルの + 最大のファイルサイズを設定することができます。 + ファイルがこの大きさを超えた場合は、それ以上は書き込まれません。

    + +
    +
    top
    -
    top
    -

    ScriptLog ディレクティブ

    - - - - - - -
    説明:CGI スクリプトのエラーログファイルの場所
    構文:ScriptLog file-path
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Base
    モジュール:mod_cgi, mod_cgid
    -

    ScriptLog ディレクティブは CGI スクリプトの - エラーログファイルを設定します。ScriptLog が - 設定されていないときは、 - エラーログは作成されません。設定されているときは、CGI - のエラーはすべて引数として与えられているファイル名にログされます。 - 相対パスで指定されているときは、 - ServerRootからの相対パスとして - 扱われます。

    - -

    - ScriptLog logs/cgi_log -

    - -

    このログは子プロセスが実行されているユーザとしてオープンされます。 - すなわちUser ディレクティブで指定された - ユーザです。これは、スクリプトログが書かれるディレクトリがそのユーザで - 書き込み可能か、スクリプトファイルが手動で作成され、そのユーザで - 書き込み可能になっている必要があるということです。スクリプトログを - アクセスログなどのためのログディレクトリに書かれるようにしたときは、 - そのディレクトリを子プロセスを実行しているユーザの権限で - 書き込み可能にはしないようにしてください。

    - -

    スクリプトのログ収集は CGI スクリプトを書くときの - デバッグ用の機能として意図されていて、通常のサーバで - 常に使用されるようには意図されていないということに注意してください。 - 速度や効率は最適化されておらず、設計された以外の方法で使用されると - セキュリティの問題があるかもしれません。

    - -
    -
    top
    -

    ScriptLogBuffer ディレクティブ

    - - - - - - - -
    説明:スクリプトログに記録される PUT や POST リクエストの内容の上限
    構文:ScriptLogBuffer bytes
    デフォルト:ScriptLogBuffer 1024
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Base
    モジュール:mod_cgi, mod_cgid
    -

    大きな本体を受け取ったときにログファイルがすぐに大きくなりすぎる - 問題を避けるために、ファイルにログ収集される PUT と POST - の本体の大きさは制限されています。デフォルトでは、1024 - バイトまでがログ収集されますが、 - このディレクティブはそれを変更することができます。 -

    - -
    -
    top
    -

    ScriptLogLength ディレクティブ

    - - - - - - - -
    説明:CGI スクリプトのログファイルの大きさの上限
    構文:ScriptLogLength bytes
    デフォルト:ScriptLogLength 10385760
    コンテキスト:サーバ設定ファイル, バーチャルホスト
    ステータス:Base
    モジュール:mod_cgi, mod_cgid
    -

    ScriptLogLength は CGI スクリプトのログファイル - の大きさを制限するために使用することができます。ログファイルは - CGI のエラー毎に大量の情報 (リクエストのすべてのヘッダ、 - すべての出力)をログしますので、すぐに大きなファイルになります。 - この大きさの制限がないことによる問題を防ぐために、 - このディレクティブを使って CGI のログファイルの - 最大のファイルサイズを設定することができます。 - ファイルがこの大きさを超えた場合は、それ以上は書き込まれません。

    - -

    翻訳済み言語:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ko.euc-kr?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgi.html.ko.euc-kr [euc-kr] Wed Apr 15 16:36:04 2015 @@ -77,6 +77,75 @@

  • CGI 표준
  • top
    +

    ScriptLog 지시어

    + + + + + + +
    설명:CGI 스크립트 오류로그파일의 위치
    문법:ScriptLog file-path
    사용장소:주서버설정, 가상호스트
    상태:Base
    모듈:mod_cgi, mod_cgid
    +

    ScriptLog 지시어는 CGI 스크립트 + 오류로그파일을 지정한다. ScriptLog를 + 사용하지않으면 오류로그를 만들지 않는다. 사용하면 아규먼트로 + 지정한 파일에 CGI 오류를 기록한다. 상대경로를 지정하면 + ServerRoot에 상대경로로 + 받아들인다. +

    + +

    예제

    + ScriptLog logs/cgi_log +

    + +

    자식 프로세스를 실행하는 사용자, User 지시어로 지정한 사용자 + 권한으로 로그를 연다. 그래서 그 사용자가 스크립트 로그가 + 있는 디렉토리에 쓰기권한이 있던지, 직접 미리 파일을 만들어서 + 그 사용자에게 쓰기권한을 줘야 한다. 스크립트 로그를 주 로그 + 디렉토리에 둔다면 자식 프로세스를 실행하는 사용자에게 쓰기권한을 + 주기위해 디렉토리 권한을 변경하지 마라.

    + +

    스크립트 로그는 CGI 스크립트를 작성할때 디버깅을 위한 + 용도이지 서버를 실행하는 동안 계속 사용하기위함이 아님을 + 주의하라. 속도와 효율성면에서 최적화가 안되있고, 설계한 + 목적이외의 방법으로 사용하면 보안상 문제가 될 수 있다.

    + +
    +
    top
    +

    ScriptLogBuffer 지시어

    + + + + + + + +
    설명:스크립트 로그에 기록할 PUT 혹은 POST 요청의 최대량
    문법:ScriptLogBuffer bytes
    기본값:ScriptLogBuffer 1024
    사용장소:주서버설정, 가상호스트
    상태:Base
    모듈:mod_cgi, mod_cgid
    +

    큰 내용을 받아서 로그파일이 너무 빨리 커지는 현상을 막기위해 + 파일에 기록할 PUT 혹은 POST 내용의 크기를 제한한다. 기본적으로 + 1024 바이트까지 로그에 기록하지만, 이 지시어를 사용하여 + 수정할 수 있다.

    + +
    +
    top
    +

    ScriptLogLength 지시어

    + + + + + + + +
    설명:CGI 스크립트 로그파일의 크기 제한
    문법:ScriptLogLength bytes
    기본값:ScriptLogLength 10385760
    사용장소:주서버설정, 가상호스트
    상태:Base
    모듈:mod_cgi, mod_cgid
    +

    ScriptLogLength는 CGI 스크립트 + 로그파일의 크기를 제한한다. CGI 오류가 발생할때마다 (모든 + 요청 헤더, 모든 스크립트 출력 등) 많은 정보가 로그에 + 기록되기때문에 파일이 매우 커질 수 있다. 파일이 무한히 커지는 + 문제를 막기위해 이 지시어를 사용하여 CGI 로그파일의 최대 + 파일크기를 설정한다. 파일의 크기가 설정한 값을 넘으면 더 + 이상 정보를 기록하지않는다.

    + +
    +
    top

    CGI 환경변수

    서버는 다음과 같은 방법으로 CGI 표준이 설명하는 @@ -157,75 +226,6 @@ 않았다면 %stdout과 %stderr 부분은 생략될 수 있다).

    -
    top
    -

    ScriptLog 지시어

    - - - - - - -
    설명:CGI 스크립트 오류로그파일의 위치
    문법:ScriptLog file-path
    사용장소:주서버설정, 가상호스트
    상태:Base
    모듈:mod_cgi, mod_cgid
    -

    ScriptLog 지시어는 CGI 스크립트 - 오류로그파일을 지정한다. ScriptLog를 - 사용하지않으면 오류로그를 만들지 않는다. 사용하면 아규먼트로 - 지정한 파일에 CGI 오류를 기록한다. 상대경로를 지정하면 - ServerRoot에 상대경로로 - 받아들인다. -

    - -

    예제

    - ScriptLog logs/cgi_log -

    - -

    자식 프로세스를 실행하는 사용자, User 지시어로 지정한 사용자 - 권한으로 로그를 연다. 그래서 그 사용자가 스크립트 로그가 - 있는 디렉토리에 쓰기권한이 있던지, 직접 미리 파일을 만들어서 - 그 사용자에게 쓰기권한을 줘야 한다. 스크립트 로그를 주 로그 - 디렉토리에 둔다면 자식 프로세스를 실행하는 사용자에게 쓰기권한을 - 주기위해 디렉토리 권한을 변경하지 마라.

    - -

    스크립트 로그는 CGI 스크립트를 작성할때 디버깅을 위한 - 용도이지 서버를 실행하는 동안 계속 사용하기위함이 아님을 - 주의하라. 속도와 효율성면에서 최적화가 안되있고, 설계한 - 목적이외의 방법으로 사용하면 보안상 문제가 될 수 있다.

    - -
    -
    top
    -

    ScriptLogBuffer 지시어

    - - - - - - - -
    설명:스크립트 로그에 기록할 PUT 혹은 POST 요청의 최대량
    문법:ScriptLogBuffer bytes
    기본값:ScriptLogBuffer 1024
    사용장소:주서버설정, 가상호스트
    상태:Base
    모듈:mod_cgi, mod_cgid
    -

    큰 내용을 받아서 로그파일이 너무 빨리 커지는 현상을 막기위해 - 파일에 기록할 PUT 혹은 POST 내용의 크기를 제한한다. 기본적으로 - 1024 바이트까지 로그에 기록하지만, 이 지시어를 사용하여 - 수정할 수 있다.

    - -
    -
    top
    -

    ScriptLogLength 지시어

    - - - - - - - -
    설명:CGI 스크립트 로그파일의 크기 제한
    문법:ScriptLogLength bytes
    기본값:ScriptLogLength 10385760
    사용장소:주서버설정, 가상호스트
    상태:Base
    모듈:mod_cgi, mod_cgid
    -

    ScriptLogLength는 CGI 스크립트 - 로그파일의 크기를 제한한다. CGI 오류가 발생할때마다 (모든 - 요청 헤더, 모든 스크립트 출력 등) 많은 정보가 로그에 - 기록되기때문에 파일이 매우 커질 수 있다. 파일이 무한히 커지는 - 문제를 막기위해 이 지시어를 사용하여 CGI 로그파일의 최대 - 파일크기를 설정한다. 파일의 크기가 설정한 값을 넘으면 더 - 이상 정보를 기록하지않는다.

    - -

    가능한 언어:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.en?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.en (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.en Wed Apr 15 16:36:04 2015 @@ -73,7 +73,6 @@

  • Running CGI programs under different user IDs
  • -
    top

    CGIDScriptTimeout Directive

    @@ -122,6 +121,7 @@ the cgi daemon +

    Available Languages:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ja.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ja.utf8?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ja.utf8 [utf-8] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ja.utf8 [utf-8] Wed Apr 15 16:36:04 2015 @@ -72,7 +72,6 @@

  • mod_cgi
  • CGI プログラムを違うユーザ ID で実行する
  • -
    top
    @@ -112,6 +111,7 @@ unset +

    翻訳済み言語:  en  | Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ko.euc-kr?rev=1673857&r1=1673856&r2=1673857&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_cgid.html.ko.euc-kr [euc-kr] Wed Apr 15 16:36:04 2015 @@ -70,7 +70,6 @@

  • 다른 사용자 ID로 CGI 프로그램 실행하기
  • -
    top
    @@ -108,6 +107,7 @@ unset +

    가능한 언어:  en  |