Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 71733 invoked from network); 15 Jan 2009 13:22:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2009 13:22:33 -0000 Received: (qmail 76707 invoked by uid 500); 15 Jan 2009 13:22:32 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76656 invoked by uid 500); 15 Jan 2009 13:22:32 -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 76647 invoked by uid 99); 15 Jan 2009 13:22:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 05:22:32 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2009 13:22:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C67EF23889BB; Thu, 15 Jan 2009 05:21:58 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r734694 [1/3] - in /httpd/httpd/trunk/docs/manual: ./ mod/ programs/ Date: Thu, 15 Jan 2009 13:21:49 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090115132158.C67EF23889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jorton Date: Thu Jan 15 05:21:46 2009 New Revision: 734694 URL: http://svn.apache.org/viewvc?rev=734694&view=rev Log: * docs/manual: 'build.sh all'. Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en httpd/httpd/trunk/docs/manual/mod/core.html.tr.utf8 httpd/httpd/trunk/docs/manual/mod/core.xml.de httpd/httpd/trunk/docs/manual/mod/core.xml.ja httpd/httpd/trunk/docs/manual/mod/directives.html.de httpd/httpd/trunk/docs/manual/mod/directives.html.es httpd/httpd/trunk/docs/manual/mod/directives.html.ja.utf8 httpd/httpd/trunk/docs/manual/mod/directives.html.ko.euc-kr httpd/httpd/trunk/docs/manual/mod/directives.html.tr.utf8 httpd/httpd/trunk/docs/manual/mod/index.html.de httpd/httpd/trunk/docs/manual/mod/index.html.en httpd/httpd/trunk/docs/manual/mod/index.html.es httpd/httpd/trunk/docs/manual/mod/index.html.ja.utf8 httpd/httpd/trunk/docs/manual/mod/index.html.ko.euc-kr httpd/httpd/trunk/docs/manual/mod/index.html.tr.utf8 httpd/httpd/trunk/docs/manual/mod/mod_sed.html.en httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.en httpd/httpd/trunk/docs/manual/mod/mod_unixd.html.tr.utf8 httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml.meta httpd/httpd/trunk/docs/manual/mod/mod_unixd.xml.tr httpd/httpd/trunk/docs/manual/mod/quickreference.html.de httpd/httpd/trunk/docs/manual/mod/quickreference.html.en httpd/httpd/trunk/docs/manual/mod/quickreference.html.es httpd/httpd/trunk/docs/manual/mod/quickreference.html.ja.utf8 httpd/httpd/trunk/docs/manual/mod/quickreference.html.ko.euc-kr httpd/httpd/trunk/docs/manual/mod/quickreference.html.tr.utf8 httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr httpd/httpd/trunk/docs/manual/programs/configure.html.tr.utf8 httpd/httpd/trunk/docs/manual/programs/configure.xml.meta httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko httpd/httpd/trunk/docs/manual/sitemap.html.de httpd/httpd/trunk/docs/manual/sitemap.html.en httpd/httpd/trunk/docs/manual/sitemap.html.es httpd/httpd/trunk/docs/manual/sitemap.html.ja.utf8 httpd/httpd/trunk/docs/manual/sitemap.html.ko.euc-kr httpd/httpd/trunk/docs/manual/sitemap.html.tr.utf8 httpd/httpd/trunk/docs/manual/urlmapping.html.fr httpd/httpd/trunk/docs/manual/urlmapping.html.tr.utf8 httpd/httpd/trunk/docs/manual/urlmapping.xml.meta Modified: httpd/httpd/trunk/docs/manual/mod/core.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.en?rev=734694&r1=734693&r2=734694&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.en Thu Jan 15 05:21:46 2009 @@ -1580,14 +1580,17 @@ - + +
Description:Amount of time the server will wait for subsequent requests on a persistent connection
Syntax:KeepAliveTimeout seconds
Syntax:KeepAliveTimeout num[ms]
Default:KeepAliveTimeout 5
Context:server config, virtual host
Status:Core
Module:core
Compatibility:Specifying a value in milliseconds is available in +Apache 2.3.2 and later

The number of seconds Apache will wait for a subsequent - request before closing the connection. Once a request has been + request before closing the connection. By adding a postfix of ms the + timeout can be also set in milliseconds. Once a request has been received, the timeout value specified by the Timeout directive applies.

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.tr.utf8?rev=734694&r1=734693&r2=734694&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mod/core.html.tr.utf8 [utf-8] Thu Jan 15 05:21:46 2009 @@ -1618,15 +1618,18 @@ - + +
Açıklama:Bir kalıcı bağlantıda sunucunun bir sonraki isteği bekleme süresi
Sözdizimi:KeepAliveTimeout saniye
Sözdizimi:KeepAliveTimeout sayı[ms]
Öntanımlı:KeepAliveTimeout 5
Bağlam:sunucu geneli, sanal konak
Durum:Çekirdek
Modül:core
Uyumluluk:Apache 2.3.2'den itibaren milisaniyelik değerler belirtilebilmektedir.

Sunucunun kalıcı bir bağlantıyı kapatmadan önce bir sonraki isteği kaç - saniye bekleyeceğini belirler. İstek alındıktan sonra Timeout yönergesiyle belirtilen zaman aşımı - değeri uygulanır.

+ saniye bekleyeceğini belirler. Ayrıca, ms soneki kullanılarak süreyi + milisaniye olarak belirtmek de mümkündür. İstek alındıktan sonra + Timeout yönergesiyle belirtilen + zaman aşımı değeri uygulanır.

KeepAliveTimeout için yüksek bir değer belirtmek ağır yüklü sunucularda başarım sorunlarına yol açar. Daha yüksek bir Modified: httpd/httpd/trunk/docs/manual/mod/core.xml.de URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml.de?rev=734694&r1=734693&r2=734694&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/core.xml.de (original) +++ httpd/httpd/trunk/docs/manual/mod/core.xml.de Thu Jan 15 05:21:46 2009 @@ -1,7 +1,7 @@ - + + +