From: Jim Jagielski Date: Tue, 7 Oct 2008 15:07:57 +0000 (+0000) Subject: Update 2.2 doccos X-Git-Tag: 2.2.10~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4755810578205ba87571400f2ecf9c022cc20b;p=thirdparty%2Fapache%2Fhttpd.git Update 2.2 doccos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@702508 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/content-negotiation.html.tr.utf8 b/docs/manual/content-negotiation.html.tr.utf8 index b6041b41ef9..807a4e4717c 100644 --- a/docs/manual/content-negotiation.html.tr.utf8 +++ b/docs/manual/content-negotiation.html.tr.utf8 @@ -115,11 +115,11 @@

Bir türeşlem dosyası kullanmak

-

Bir türeşlem, type-map eylemcisi ile ilişkili bir belgedir - (ya da eski Apache yapılandırmaları ile geriye uyumluluk için, +

Bir türeşlem dosyası, type-map eylemcisi ile ilişkili bir + belgedir (ya da eski Apache yapılandırmaları ile geriye uyumluluk için, application/x-type-map MIME türünde bir belgedir). Bu özelliği kullanmak için, yapılandırmada bir tür - eşleyici olarak bir dosya ismi uzantısı için bir type-map + eşleyici olarak her dosya ismi uzantısı için bir type-map eylemcisi tanımlamalısınız. Bu, sunucu yapılandırma dosyasında en iyi şöyle yapılabilir:

@@ -148,11 +148,11 @@ Content-language: fr, de

-

Ayrıca, bir türeşlem dosyasının MultiViews etkin olsa bile - dosya ismi uzantısına göre öncelik alacağına dikkat ediniz. Eğer - gösterimler bu örnekteki resim dosyasında olduğu gibi farklı kaynak - üstünlüklerine sahipseler, ortam türünün qs parametresi - kullanılarak kaynak üstünlükleri belirtilebilir:

+

Ayrıca, MultiViews etkin olsa bile bir türeşlem dosyasının + dosya ismi uzantılarının taranmasına göre öncelik alacağına dikkat + ediniz. Eğer gösterimler bu örnekteki resim dosyasında olduğu gibi + farklı kaynak üstünlüklerine sahipseler, ortam türünün qs + parametresi kullanılarak kaynak üstünlükleri belirtilebilir:

URI: misal
diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index 5b037a68548..59cff526d6a 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -142,6 +142,7 @@

  • CharsetSourceEnc
  • CheckCaseOnly
  • CheckSpelling
  • +
  • ChrootDir
  • ContentDigest
  • CookieDomain
  • CookieExpires
  • diff --git a/docs/manual/mod/directives.html.es b/docs/manual/mod/directives.html.es index 9ff3df358b5..63536bfbeda 100644 --- a/docs/manual/mod/directives.html.es +++ b/docs/manual/mod/directives.html.es @@ -144,6 +144,7 @@
  • CharsetSourceEnc
  • CheckCaseOnly
  • CheckSpelling
  • +
  • ChrootDir
  • ContentDigest
  • CookieDomain
  • CookieExpires
  • diff --git a/docs/manual/mod/directives.html.ko.euc-kr b/docs/manual/mod/directives.html.ko.euc-kr index ea9822b1de4..4fbb967fa0a 100644 --- a/docs/manual/mod/directives.html.ko.euc-kr +++ b/docs/manual/mod/directives.html.ko.euc-kr @@ -134,6 +134,7 @@
  • CharsetOptions
  • CharsetSourceEnc
  • CheckSpelling
  • +
  • ChrootDir
  • ContentDigest
  • CookieDomain
  • CookieExpires
  • diff --git a/docs/manual/mod/directives.html.ru.koi8-r b/docs/manual/mod/directives.html.ru.koi8-r index 929e30f015f..dcce8c8f79a 100644 --- a/docs/manual/mod/directives.html.ru.koi8-r +++ b/docs/manual/mod/directives.html.ru.koi8-r @@ -141,6 +141,7 @@
  • CharsetSourceEnc
  • CheckCaseOnly
  • CheckSpelling
  • +
  • ChrootDir
  • ContentDigest
  • CookieDomain
  • CookieExpires
  • diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index 8e46bdf73d4..2a73cb76d4a 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -834,6 +834,12 @@ through connections in the pool the Apache will return SERVER_BUSY status to the client. + connectiontimeout + timeout + Connect timeout in seconds. + The number of seconds Apache waits for the creation of a connection to + the backend to complete. + disablereuse Off This parameter should be used when you want to force mod_proxy @@ -955,8 +961,9 @@ through byrequests Balancer load-balance method. Select the load-balancing scheduler method to use. Either byrequests, to perform weighted - request counting or bytraffic, to perform weighted - traffic byte count balancing. Default is byrequests. + request counting, bytraffic, to perform weighted + traffic byte count balancing, or bybusyness, to perform + pending request balancing. Default is byrequests. maxattempts 1 @@ -977,6 +984,13 @@ through and url encoded id (like servlet containers) use | to to separate them. The first part is for the cookie the second for the path. + scolonpathdelim + Off + If set to On the semi-colon character ';' will be + used as an additional sticky session path deliminator/separator. This + is mainly used to emulate mod_jk's behavior when dealing with paths such + as JSESSIONID=6736bcf34;foo=aabfa + timeout 0 Balancer timeout in seconds. If set this will be the maximum time diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja index 46de8e186ee..3fd7e619784 100644 --- a/docs/manual/mod/mod_proxy.xml.ja +++ b/docs/manual/mod/mod_proxy.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + + + +