From 31764ef2666165ece31d760dc963504f7a191001 Mon Sep 17 00:00:00 2001
From: Daniel Earl Poirier
Date: Thu, 25 Feb 2010 18:04:44 +0000
Subject: Update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916381 13f79535-47bb-0310-9956-ffa450edef68
---
docs/man/rotatelogs.8 | 7 +-
docs/manual/convenience.map | 12 +-
docs/manual/env.html.en | 13 +-
docs/manual/env.html.fr | 15 +-
docs/manual/env.html.tr.utf8 | 1 +
docs/manual/env.xml.ja | 2 +-
docs/manual/env.xml.ko | 2 +-
docs/manual/env.xml.meta | 2 +-
docs/manual/env.xml.tr | 2 +-
docs/manual/filter.html.fr | 26 +-
docs/manual/filter.html.tr.utf8 | 1 +
docs/manual/filter.xml.meta | 2 +-
docs/manual/mod/directives.html.de | 1 +
docs/manual/mod/directives.html.es | 1 +
docs/manual/mod/directives.html.ja.utf8 | 1 +
docs/manual/mod/directives.html.ko.euc-kr | 1 +
docs/manual/mod/directives.html.tr.utf8 | 1 +
docs/manual/mod/index.html.de | 3 +-
docs/manual/mod/index.html.es | 3 +-
docs/manual/mod/index.html.fr | 3 +-
docs/manual/mod/index.html.ja.utf8 | 3 +-
docs/manual/mod/index.html.ko.euc-kr | 3 +-
docs/manual/mod/index.html.tr.utf8 | 3 +-
docs/manual/mod/mod_authz_host.html.fr | 10 +-
docs/manual/mod/mod_expires.html.en | 1 +
docs/manual/mod/mod_expires.html.fr | 1 +
docs/manual/mod/mod_expires.html.ja.utf8 | 2 +
docs/manual/mod/mod_expires.html.ko.euc-kr | 2 +
docs/manual/mod/mod_expires.xml.ja | 2 +-
docs/manual/mod/mod_expires.xml.ko | 2 +-
docs/manual/mod/mod_expires.xml.meta | 4 +-
docs/manual/mod/mod_ldap.html.en | 13 +-
docs/manual/mod/mod_proxy.html.fr | 4 +-
docs/manual/mod/mod_proxy_http.html.fr | 2 +-
docs/manual/mod/mod_reflector.html.en | 2 +-
docs/manual/mod/quickreference.html.de | 361 ++++++++++++------------
docs/manual/mod/quickreference.html.en | 4 +-
docs/manual/mod/quickreference.html.es | 361 ++++++++++++------------
docs/manual/mod/quickreference.html.ja.utf8 | 353 ++++++++++++------------
docs/manual/mod/quickreference.html.ko.euc-kr | 357 ++++++++++++------------
docs/manual/mod/quickreference.html.tr.utf8 | 367 +++++++++++++------------
docs/manual/programs/htcacheclean.html.tr.utf8 | 1 +
docs/manual/programs/htcacheclean.xml.ko | 2 +-
docs/manual/programs/htcacheclean.xml.meta | 2 +-
docs/manual/programs/htcacheclean.xml.tr | 2 +-
docs/manual/programs/rotatelogs.html.en | 7 +
docs/manual/programs/rotatelogs.html.tr.utf8 | 1 +
docs/manual/programs/rotatelogs.xml.ko | 2 +-
docs/manual/programs/rotatelogs.xml.meta | 2 +-
docs/manual/programs/rotatelogs.xml.tr | 2 +-
docs/manual/sitemap.html.de | 1 +
docs/manual/sitemap.html.es | 1 +
docs/manual/sitemap.html.fr | 1 +
docs/manual/sitemap.html.ja.utf8 | 1 +
docs/manual/sitemap.html.ko.euc-kr | 1 +
docs/manual/sitemap.html.tr.utf8 | 1 +
56 files changed, 1041 insertions(+), 942 deletions(-)
(limited to 'docs')
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8
index a653c83859..7254a57ebc 100644
--- a/docs/man/rotatelogs.8
+++ b/docs/man/rotatelogs.8
@@ -19,7 +19,7 @@
.el .ne 3
.IP "\\$1" \\$2
..
-.TH "ROTATELOGS" 8 "2010-02-16" "Apache HTTP Server" "rotatelogs"
+.TH "ROTATELOGS" 8 "2010-02-19" "Apache HTTP Server" "rotatelogs"
.SH NAME
rotatelogs \- Piped logging program to rotate Apache logs
@@ -27,7 +27,7 @@ rotatelogs \- Piped logging program to rotate Apache logs
.SH "SYNOPSIS"
.PP
-\fBrotatelogs\fR [ -\fBl\fR ] [ -\fBf\fR ] [ -\fBv\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fR(B|K|M|G) [ \fIoffset\fR ]
+\fBrotatelogs\fR [ -\fBl\fR ] [ -\fBL\fR \fIlinkname\fR ] [ -\fBf\fR ] [ -\fBv\fR ] \fIlogfile\fR \fIrotationtime\fR|\fIfilesize\fR(B|K|M|G) [ \fIoffset\fR ]
.SH "SUMMARY"
@@ -43,6 +43,9 @@ rotatelogs is a simple program for use in conjunction with Apache's piped logfil
-l
Causes the use of local time rather than GMT as the base for the interval or for strftime(3) formatting with size-based rotation\&. Note that using -l in an environment which changes the GMT offset (such as for BST or DST) can lead to unpredictable results!
.TP
+-L \fIlinkname\fR
+Causes a hard link to be made from the current logfile to the specified link name\&. This can be used to watch the log continuously across rotations using a command like tail -F linkname\&.
+.TP
-f
Causes the logfile to be opened immediately, as soon as rotatelogs starts, instead of waiting for the first logfile entry to be read (for non-busy sites, there may be a substantial delay between when the server is started and when the first request is handled, meaning that the associated logfile does not "exist" until then, which causes problems from some automated logging tools)
.TP
diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map
index 869179f130..f3f6838e71 100644
--- a/docs/manual/convenience.map
+++ b/docs/manual/convenience.map
@@ -179,7 +179,7 @@ example mod/mod_example.html#example
expiresactive mod/mod_expires.html#expiresactive
expiresbytype mod/mod_expires.html#expiresbytype
expiresdefault mod/mod_expires.html#expiresdefault
-extendedstatus mod/mod_status.html#extendedstatus
+extendedstatus mod/core.html#extendedstatus
extfilterdefine mod/mod_ext_filter.html#extfilterdefine
extfilteroptions mod/mod_ext_filter.html#extfilteroptions
fallbackresource mod/mod_dir.html#fallbackresource
@@ -239,6 +239,7 @@ ldapreferralhoplimit mod/mod_ldap.html#ldapreferralhoplimit
ldapreferrals mod/mod_ldap.html#ldapreferrals
ldapsharedcachefile mod/mod_ldap.html#ldapsharedcachefile
ldapsharedcachesize mod/mod_ldap.html#ldapsharedcachesize
+ldaptimeout mod/mod_ldap.html#ldaptimeout
ldaptrustedclientcert mod/mod_ldap.html#ldaptrustedclientcert
ldaptrustedglobalcert mod/mod_ldap.html#ldaptrustedglobalcert
ldaptrustedmode mod/mod_ldap.html#ldaptrustedmode
@@ -321,6 +322,7 @@ redirect mod/mod_alias.html#redirect
redirectmatch mod/mod_alias.html#redirectmatch
redirectpermanent mod/mod_alias.html#redirectpermanent
redirecttemp mod/mod_alias.html#redirecttemp
+reflectorheader mod/mod_reflector.html#reflectorheader
remoteipheader mod/mod_remoteip.html#remoteipheader
remoteipinternalproxy mod/mod_remoteip.html#remoteipinternalproxy
remoteipinternalproxylist mod/mod_remoteip.html#remoteipinternalproxylist
@@ -335,7 +337,7 @@ removelanguage mod/mod_mime.html#removelanguage
removeoutputfilter mod/mod_mime.html#removeoutputfilter
removetype mod/mod_mime.html#removetype
requestheader mod/mod_headers.html#requestheader
-requesttimeout mod/mod_reqtimeout.html#requesttimeout
+requestreadtimeout mod/mod_reqtimeout.html#requestreadtimeout
require mod/mod_authz_core.html#require
requireall mod/mod_authz_core.html#requireall
requireany mod/mod_authz_core.html#requireany
@@ -362,7 +364,7 @@ scriptlogbuffer mod/mod_cgi.html#scriptlogbuffer
scriptloglength mod/mod_cgi.html#scriptloglength
scriptsock mod/mod_cgid.html#scriptsock
securelisten mod/mod_nw_ssl.html#securelisten
-seerequesttail mod/mod_status.html#seerequesttail
+seerequesttail mod/core.html#seerequesttail
sendbuffersize mod/mpm_common.html#sendbuffersize
serveradmin mod/core.html#serveradmin
serveralias mod/core.html#serveralias
@@ -400,6 +402,8 @@ setoutputfilter mod/core.html#setoutputfilter
ssiaccessenable mod/mod_include.html#ssiaccessenable
ssiendtag mod/mod_include.html#ssiendtag
ssierrormsg mod/mod_include.html#ssierrormsg
+ssietag mod/mod_include.html#ssietag
+ssilastmodified mod/mod_include.html#ssilastmodified
ssistarttag mod/mod_include.html#ssistarttag
ssitimeformat mod/mod_include.html#ssitimeformat
ssiundefinedecho mod/mod_include.html#ssiundefinedecho
@@ -416,6 +420,7 @@ sslciphersuite mod/mod_ssl.html#sslciphersuite
sslcryptodevice mod/mod_ssl.html#sslcryptodevice
sslengine mod/mod_ssl.html#sslengine
sslhonorcipherorder mod/mod_ssl.html#sslhonorcipherorder
+sslinsecurerenegotiation mod/mod_ssl.html#sslinsecurerenegotiation
sslocspdefaultresponder mod/mod_ssl.html#sslocspdefaultresponder
sslocspenable mod/mod_ssl.html#sslocspenable
sslocspoverrideresponder mod/mod_ssl.html#sslocspoverrideresponder
@@ -456,6 +461,7 @@ timeout mod/core.html#timeout
traceenable mod/core.html#traceenable
transferlog mod/mod_log_config.html#transferlog
typesconfig mod/mod_mime.html#typesconfig
+undefine mod/core.html#undefine
unsetenv mod/mod_env.html#unsetenv
usecanonicalname mod/core.html#usecanonicalname
usecanonicalphysicalport mod/core.html#usecanonicalphysicalport
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en
index 02a5857166..e2639d81b8 100644
--- a/docs/manual/env.html.en
+++ b/docs/manual/env.html.en
@@ -25,8 +25,17 @@
tr
- The Apache HTTP Server provides a mechanism for storing
- information in named variables that are called environment
+ There are two kinds of environment variables that affect
+ the Apache HTTP Server.
+
+ First, there are the environment variables controlled by
+ the underlying operating system. These are set before the
+ server starts. They can be used in expansions in configuration
+ files, and can optionally be passed to CGI scripts and SSI
+ using the PassEnv directive.
+
+ Second, the Apache HTTP Server provides a mechanism for storing
+ information in named variables that are also called environment
variables. This information can be used to control various
operations such as logging or access control. The variables are
also used as a mechanism to communicate with external programs
diff --git a/docs/manual/env.html.fr b/docs/manual/env.html.fr
index a602b8f19b..d8c2b91ab3 100644
--- a/docs/manual/env.html.fr
+++ b/docs/manual/env.html.fr
@@ -25,8 +25,19 @@
tr
- Le serveur HTTP Apache propose un mcanisme de stockage d'informations
- dans des variables appeles variables d'environnement. Ces
+
Deux types de variables d'environnement affectent le serveur
+ HTTP Apache.
+
+ Le premier type correspond aux variables d'environnement
+ contrles par le systme d'exploitation sous-jacent et dfinies
+ avant le dmarrage du serveur. Leurs valeurs peuvent tre utilises
+ directement dans les fichiers de configuration, et peuvent
+ ventuellement tre transmises aux scripts CGI et SSI via la
+ directive PassEnv.
+
+ Le second type correspond aux variables nommes appeles aussi
+ variables d'environnement dans lesquelles le serveur HTTP
+ Apache stocke des informations via un mcanisme spcial. Ces
informations peuvent servir contrler diverses oprations comme
l'enregistrement des traces ou le contrle d'accs. On utilise aussi ces
variables dans le mcanisme de communication avec les programmes externes
diff --git a/docs/manual/env.html.tr.utf8 b/docs/manual/env.html.tr.utf8
index 0e0e464ea6..ea55622d8e 100644
--- a/docs/manual/env.html.tr.utf8
+++ b/docs/manual/env.html.tr.utf8
@@ -24,6 +24,7 @@
ko |
tr
+Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.
Apache HTTP Sunucusunda bilgiyi değişkenlerde saklamak için ortam
değişkenleri adı verilen bir mekanizma bulunur. Saklanan bu bilgi
diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja
index edeea1c91b..afd2d3c446 100644
--- a/docs/manual/env.xml.ja
+++ b/docs/manual/env.xml.ja
@@ -1,7 +1,7 @@
-
+
+
+
+
+
+
+
+
+