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:53 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_log_config.xml mod_so.xml

rbowen      02/04/01 19:09:53

  Modified:    docs/manual/mod mod_log_config.xml mod_so.xml
  Log:
  A few additional examples added to the docs.
  
  Revision  Changes    Path
  1.4       +5 -0      httpd-2.0/docs/manual/mod/mod_log_config.xml
  
  Index: mod_log_config.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_log_config.xml	8 Mar 2002 18:00:37 -0000	1.3
  +++ mod_log_config.xml	2 Apr 2002 03:09:53 -0000	1.4
  @@ -346,6 +346,11 @@
       default. Therefore, it will not affect subsequent
       <directive>TransferLog</directive> directives.</p>
   
  +    <p>For example:</p>
  +
  +    <example>LogFormat "%v %h %l %u %t \"%r\" %&gt;s %b"
  +    vhost_common</example>
  +
   </usage>
   </directivesynopsis>
   
  
  
  
  1.3       +5 -0      httpd-2.0/docs/manual/mod/mod_so.xml
  
  Index: mod_so.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_so.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_so.xml	11 Mar 2002 12:39:50 -0000	1.2
  +++ mod_so.xml	2 Apr 2002 03:09:53 -0000	1.3
  @@ -125,6 +125,11 @@
       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>
  +
  +    <example>LoadFile libexex/libxmlparse.so</example>
  +
   </usage>
   </directivesynopsis>