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

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

yoshiki     2004/09/04 19:30:44

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH core.xml
  Log:
  Backport changes from 2.1.
  Absolute path comment and other whitespace changes.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.46.2.39 +7 -10     httpd-2.0/docs/manual/mod/core.xml
  
  Index: core.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v
  retrieving revision 1.46.2.38
  retrieving revision 1.46.2.39
  diff -u -r1.46.2.38 -r1.46.2.39
  --- core.xml	26 Aug 2004 22:35:47 -0000	1.46.2.38
  +++ core.xml	5 Sep 2004 02:30:44 -0000	1.46.2.39
  @@ -953,9 +953,8 @@
   <usage>
       <p>The <directive>ErrorLog</directive> directive sets the name of
       the file to which the server will log any errors it encounters. If
  -    the <var>file-path</var> is not absolute (in general: does not begin
  -    with a slash (/)) then it is assumed to be relative to the <directive
  -    module="core">ServerRoot</directive>.</p>
  +    the <var>file-path</var> is not absolute then it is assumed to be 
  +    relative to the <directive module="core">ServerRoot</directive>.</p>
   
       <example><title>Example</title>
       ErrorLog /var/log/httpd/error_log
  @@ -1384,9 +1383,8 @@
       files in a directory that can cause <code>httpd</code> to
       fail.</p>
   
  -    <p>The file path specified may be an absolute path (i.e.
  -    starting with a slash), or may be relative to the
  -    <directive module="core">ServerRoot</directive> directory.</p>
  +    <p>The file path specified may be an absolute path, or may be relative 
  +    to the <directive module="core">ServerRoot</directive> directory.</p>
   
       <p>Examples:</p>
   
  @@ -2129,7 +2127,7 @@
         NameVirtualHost *
       </example>
   
  -    <note><title>Argument to <directive  type="section">VirtualHost</directive>
  +    <note><title>Argument to <directive type="section">VirtualHost</directive>
         directive</title>
         <p>Note that the argument to the <directive
          type="section">VirtualHost</directive> directive must
  @@ -2291,7 +2289,6 @@
       <code>Includes</code> are set for the <code>/web/docs/spec</code>
       directory.</p>
   
  -
       <note><title>Note</title>
         <p>Using <code>-IncludesNOEXEC</code> or
         <code>-Includes</code> disables server-side includes completely
  @@ -2670,7 +2667,7 @@
   </usage>
   
   <seealso><a href="../dns-caveats.html">Issues Regarding DNS and
  -Apache</a></seealso>
  +    Apache</a></seealso>
   <seealso><a href="../vhosts/">Apache virtual host
       documentation</a></seealso>
   <seealso><directive module="core">UseCanonicalName</directive></seealso>