From: Daniel Earl Poirier Date: Thu, 25 Feb 2010 18:04:44 +0000 (+0000) Subject: Update transforms X-Git-Tag: 2.3.6~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31764ef2666165ece31d760dc963504f7a191001;p=thirdparty%2Fapache%2Fhttpd.git Update transforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916381 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index a653c838593..7254a57ebcd 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 869179f1306..f3f6838e712 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 02a58571660..e2639d81b8a 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 a602b8f19b8..d8c2b91ab3b 100644 --- a/docs/manual/env.html.fr +++ b/docs/manual/env.html.fr @@ -25,8 +25,19 @@  tr 

-

Le serveur HTTP Apache propose un mécanisme de stockage d'informations - dans des variables appelées variables d'environnement. Ces +

Deux types de variables d'environnement affectent le serveur + HTTP Apache.

+ +

Le premier type correspond aux variables d'environnement + contrôlées par le système d'exploitation sous-jacent et définies + avant le démarrage du serveur. Leurs valeurs peuvent être utilisées + 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 nommées appelées aussi + variables d'environnement dans lesquelles le serveur HTTP + Apache stocke des informations via un mécanisme spécial. Ces informations peuvent servir à contrôler diverses opérations comme l'enregistrement des traces ou le contrôle d'accès. On utilise aussi ces variables dans le mécanisme de communication avec les programmes externes diff --git a/docs/manual/env.html.tr.utf8 b/docs/manual/env.html.tr.utf8 index 0e0e464ea6e..ea55622d8e4 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 edeea1c91b8..afd2d3c4463 100644 --- a/docs/manual/env.xml.ja +++ b/docs/manual/env.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + +