dgaudet     97/05/04 13:47:48

  Modified:    htdocs/manual/mod  mod_log_config.html
               src       mod_log_config.c
  Log:
  PR#507:
  TransferLog has no default.
  %{FOOBAR}e wasn't documented.
  
  Revision  Changes    Path
  1.17      +2 -1      apache/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** mod_log_config.html       1997/05/01 05:26:59     1.16
  --- mod_log_config.html       1997/05/04 20:47:46     1.17
  ***************
  *** 101,106 ****
  --- 101,107 ----
    <PRE>
    %...b:          Bytes sent, excluding HTTP headers.
    %...f:          Filename
  + %...{FOOBAR}e:  The contents of the environment variable FOOBAR
    %...h:          Remote host
    %...{Foobar}i:  The contents of Foobar: header line(s) in the request
                    sent to the server.
  ***************
  *** 228,234 ****
    <h2><A name="transferlog">TransferLog</A></h2>
    <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
    <strong>Syntax:</strong> TransferLog <em>file-pipe</em><br>
  ! <strong>Default:</strong> <code>TransferLog logs/transfer_log</code><br>
    <Strong>Context:</strong> server config, virtual host<br>
    <strong>Status:</strong> Base<br>
    <strong>Module:</strong> mod_log_config<p>
  --- 229,235 ----
    <h2><A name="transferlog">TransferLog</A></h2>
    <!--%plaintext &lt;?INDEX {\tt TransferLog} directive&gt; -->
    <strong>Syntax:</strong> TransferLog <em>file-pipe</em><br>
  ! <strong>Default:</strong> none<br>
    <Strong>Context:</strong> server config, virtual host<br>
    <strong>Status:</strong> Base<br>
    <strong>Module:</strong> mod_log_config<p>
  
  
  
  1.28      +1 -0      apache/src/mod_log_config.c
  
  Index: mod_log_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_log_config.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -C3 -r1.27 -r1.28
  *** mod_log_config.c  1997/04/12 04:24:59     1.27
  --- mod_log_config.c  1997/05/04 20:47:47     1.28
  ***************
  *** 110,115 ****
  --- 110,116 ----
     * follows:
     *
     * %...b:  bytes sent, excluding HTTP headers.
  +  * %...{FOOBAR}e:  The contents of the environment variable FOOBAR
     * %...f:  filename
     * %...h:  remote host
     * %...{Foobar}i:  The contents of Foobar: header line(s) in the request
  
  
  

Reply via email to