From 4ce764f425105e0a1450c2451e957bf27224e222 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 7 Mar 2008 11:07:59 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@634611 13f79535-47bb-0310-9956-ffa450edef68 --- docs/man/rotatelogs.8 | 4 ++-- docs/manual/convenience.map | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8 index ae1a052bb3..156224edbc 100644 --- a/docs/man/rotatelogs.8 +++ b/docs/man/rotatelogs.8 @@ -19,7 +19,7 @@ .el .ne 3 .IP "\\$1" \\$2 .. -.TH "ROTATELOGS" 8 "2007-12-09" "Apache HTTP Server" "rotatelogs" +.TH "ROTATELOGS" 8 "2008-03-07" "Apache HTTP Server" "rotatelogs" .SH NAME rotatelogs \- Piped logging program to rotate Apache logs @@ -44,7 +44,7 @@ rotatelogs is a simple program for use in conjunction with Apache's piped logfil 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 -f -Causes the logfile to be immediately opened as soon as rotatelogs starts (instead of waiting for the first log entry) +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 \fIlogfile\fR The path plus basename of the logfile\&. If \fIlogfile\fR includes any '%' characters, it is treated as a format string for strftime(3)\&. Otherwise, the suffix \fI\&.nnnnnnnnnn\fR is automatically added and is the time in seconds\&. Both formats compute the start time from the beginning of the current period\&. For example, if a rotation time of 86400 is specified, the hour, minute, and second fields created from the strftime(3) format will all be zero, referring to the beginning of the current 24-hour period (midnight)\&. diff --git a/docs/manual/convenience.map b/docs/manual/convenience.map index fb2c86af13..3f44138b4d 100644 --- a/docs/manual/convenience.map +++ b/docs/manual/convenience.map @@ -206,6 +206,8 @@ ldapcachettl mod/mod_ldap.html#ldapcachettl ldapconnectiontimeout mod/mod_ldap.html#ldapconnectiontimeout ldapopcacheentries mod/mod_ldap.html#ldapopcacheentries ldapopcachettl mod/mod_ldap.html#ldapopcachettl +ldapreferralhoplimit mod/mod_ldap.html#ldapreferralhoplimit +ldapreferrals mod/mod_ldap.html#ldapreferrals ldapsharedcachefile mod/mod_ldap.html#ldapsharedcachefile ldapsharedcachesize mod/mod_ldap.html#ldapsharedcachesize ldaptrustedclientcert mod/mod_ldap.html#ldaptrustedclientcert @@ -268,6 +270,7 @@ proxybadheader mod/mod_proxy.html#proxybadheader proxyblock mod/mod_proxy.html#proxyblock proxydomain mod/mod_proxy.html#proxydomain proxyerroroverride mod/mod_proxy.html#proxyerroroverride +proxyftpdircharset mod/mod_proxy.html#proxyftpdircharset proxyiobuffersize mod/mod_proxy.html#proxyiobuffersize proxymatch mod/mod_proxy.html#proxymatch proxymaxforwards mod/mod_proxy.html#proxymaxforwards @@ -302,6 +305,7 @@ removeoutputfilter mod/mod_mime.html#removeoutputfilter removetype mod/mod_mime.html#removetype requestheader mod/mod_headers.html#requestheader require mod/mod_authz_core.html#require +requirealias mod/mod_authz_core.html#requirealias rewritebase mod/mod_rewrite.html#rewritebase rewritecond mod/mod_rewrite.html#rewritecond rewriteengine mod/mod_rewrite.html#rewriteengine -- 2.40.0