]> granicus.if.org Git - apache/commitdiff
Transformations.
authorErik Abele <erikabele@apache.org>
Sat, 1 Mar 2008 17:46:35 +0000 (17:46 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 1 Mar 2008 17:46:35 +0000 (17:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632635 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/rotatelogs.html.en
docs/manual/programs/rotatelogs.xml.ko
docs/manual/ssl/ssl_howto.html.en

index 177e7eb4af1382d660ed35e4743390517fdd0c06..383c0dddfd6d10b536faf26086a17b0f2c5a8083 100644 (file)
@@ -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>
@@ -53,6 +54,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>
 
 <dd>The path plus basename of the logfile.  If <var>logfile</var>
index 85de3a25b71ffef4c8f2e89d65c450bb62707ffa..7a0e84d802d59202976cec5dc18145c45051ee34 100644 (file)
@@ -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
index 12a34238d9ed7c07aab22da2cdebf91628e4ea9f..23202239f065334b640b0f1bb7a671c720a308b7 100644 (file)
@@ -240,7 +240,7 @@ plain HTTP access for clients on the Intranet.</a></h3>
 
    
    <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>