pepper      01/01/28 18:42:21

  Modified:    htdocs/manual invoking.html
  Log:
  Tweaked capitalization, and added a missing Return.
  
  Revision  Changes    Path
  1.34      +4 -3      httpd-docs-1.3/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/invoking.html,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- invoking.html     2001/01/27 22:36:07     1.33
  +++ invoking.html     2001/01/29 02:42:21     1.34
  @@ -46,8 +46,8 @@
   <p>If the <a href="mod/core.html#port">Port</a> specified in the
   configuration file is the default of 80 (or any other port below
   1024), then it is necessary to have root privileges in order to start
  -apache, so that it can bind to this privileged port.  Once the server
  -has started and performed a few preliminary activities such as opening
  +Apache, so that it can bind to this privileged port.  Once the server
  +has started and completed a few preliminary activities such as opening
   its log files, it will launch several <em>child</em> processes which
   do the work of listening for and answering requests from clients.  The
   main <code>httpd</code> process continues to run as the root user, but
  @@ -60,6 +60,7 @@
   file</a> <code>httpd.conf</code>.  The location of this file is set at
   compile-time, but it is possible to specify its location at run time
   using the <code>-f</code> command-line option as in</p>
  +
   <blockquote><code> /usr/local/apache/bin/httpd -f
   /usr/local/apache/conf/httpd.conf </code></blockquote>
   
  @@ -88,7 +89,7 @@
   <li>Trying to start the server on a privileged port when not
   logged in as the root user; or</li>
   <li>Trying to start the server when there is another instance
  -of Apache or some other web server already bound to the same Port.</li>
  +of Apache or some other web server already bound to the same port.</li>
   </ul>
   <p>For further trouble-shooting instructions, consult the Apache <a
   href="misc/FAQ.html">FAQ</a>.</p>
  
  
  

Reply via email to