You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by er...@apache.org on 2008/03/01 18:46:43 UTC

svn commit: r632635 - in /httpd/httpd/trunk/docs/manual: programs/rotatelogs.html.en programs/rotatelogs.xml.ko ssl/ssl_howto.html.en

Author: erikabele
Date: Sat Mar  1 09:46:35 2008
New Revision: 632635

URL: http://svn.apache.org/viewvc?rev=632635&view=rev
Log:
Transformations.

Modified:
    httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en
    httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko
    httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.en

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en?rev=632635&r1=632634&r2=632635&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.html.en Sat Mar  1 09:46:35 2008
@@ -37,6 +37,7 @@
 
      <p><code><strong>rotatelogs</strong>
      [ -<strong>l</strong> ]
+     [ -<strong>f</strong> ]
      <var>logfile</var>
      <var>rotationtime</var>|<var>filesize</var>M 
      [ <var>offset</var> ]</code></p>
@@ -52,6 +53,15 @@
 rotation.  Note that using <code>-l</code> in an environment which
 changes the GMT offset (such as for BST or DST) can lead to unpredictable
 results!</dd>
+
+<dt><code>-f</code></dt>
+<dd>Causes the logfile to be opened immediately, as soon as
+<code>rotatelogs</code> 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)</dd>
 
 <dt><code><var>logfile</var></code></dt>
 

Modified: httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko?rev=632635&r1=632634&r2=632635&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko [euc-kr] (original)
+++ httpd/httpd/trunk/docs/manual/programs/rotatelogs.xml.ko [euc-kr] Sat Mar  1 09:46:35 2008
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 420993:602456 (outdated) -->
+<!-- English Revision: 420993:632355 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.en?rev=632635&r1=632634&r2=632635&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.en (original)
+++ httpd/httpd/trunk/docs/manual/ssl/ssl_howto.html.en Sat Mar  1 09:46:35 2008
@@ -240,7 +240,7 @@
 
    
    <p>These examples presume that clients on the Intranet have IPs in the range 
-   192.160.1.0/24, and that the part of the Intranet website you want to allow
+   192.168.1.0/24, and that the part of the Intranet website you want to allow
    internet access to is <code>/usr/local/apache2/htdocs/subarea</code>. 
    This configuration should remain outside of your HTTPS virtual host, so
    that it applies to both HTTPS and HTTP.</p>