You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2008/03/07 12:08:08 UTC

svn commit: r634611 - in /httpd/httpd/trunk/docs: man/rotatelogs.8 manual/convenience.map

Author: nd
Date: Fri Mar  7 03:07:59 2008
New Revision: 634611

URL: http://svn.apache.org/viewvc?rev=634611&view=rev
Log:
update transformation

Modified:
    httpd/httpd/trunk/docs/man/rotatelogs.8
    httpd/httpd/trunk/docs/manual/convenience.map

Modified: httpd/httpd/trunk/docs/man/rotatelogs.8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/man/rotatelogs.8?rev=634611&r1=634610&r2=634611&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/man/rotatelogs.8 (original)
+++ httpd/httpd/trunk/docs/man/rotatelogs.8 Fri Mar  7 03:07:59 2008
@@ -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 @@
 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)\&.  

Modified: httpd/httpd/trunk/docs/manual/convenience.map
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/convenience.map?rev=634611&r1=634610&r2=634611&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/convenience.map (original)
+++ httpd/httpd/trunk/docs/manual/convenience.map Fri Mar  7 03:07:59 2008
@@ -206,6 +206,8 @@
 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 @@
 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 @@
 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