You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2002/04/02 05:09:09 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_log_config.html mod_so.html

rbowen      02/04/01 19:09:09

  Modified:    htdocs/manual/mod mod_log_config.html mod_so.html
  Log:
  A few additional examples added to the docs.
  
  Revision  Changes    Path
  1.52      +5 -0      httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html
  
  Index: mod_log_config.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_log_config.html,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- mod_log_config.html	11 Nov 2001 03:24:01 -0000	1.51
  +++ mod_log_config.html	2 Apr 2002 03:09:09 -0000	1.52
  @@ -355,6 +355,11 @@
       nickname, it doesn't actually apply the format and make it the
       default. Therefore, it will not affect subsequent <a
       href="#transferlog">TransferLog</a> directives.</p>
  +
  +    <p>For example:</p>
  +
  +    <code>LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b" vhost_common</code>
  +
       <hr />
   
       <h2><a id="transferlog" name="transferlog">TransferLog</a>
  
  
  
  1.13      +4 -0      httpd-docs-1.3/htdocs/manual/mod/mod_so.html
  
  Index: mod_so.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_so.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_so.html	11 Nov 2001 03:24:01 -0000	1.12
  +++ mod_so.html	2 Apr 2002 03:09:09 -0000	1.13
  @@ -131,6 +131,10 @@
       to load additional code which may be required for some module
       to work. <em>Filename</em> is either an absolute path or
       relative to <a href="core.html#serverroot">ServerRoot</a>.</p>
  +
  +    <p>For example:</p>
  +    <code>LoadFile libexec/libxmlparse.so</code>
  +
       <hr />
   
       <h2><a id="loadmodule" name="loadmodule">LoadModule</a>