pcs         99/01/09 08:53:56

  Modified:    htdocs/manual invoking.html
  Log:
  Try to avoid some confusion from the changing of command line arguments,
  by documenting the meanings of the arguments for each different version of
  Apache. This is important since the current live site now documents the
  "new" behaviour (for -L, -l, h) even though there is no released Apache
  for which that documentation is valid. Even after releasing 1.3.4 users of
  older versions will be accessing the documentation.
  
  Revision  Changes    Path
  1.24      +33 -7     apache-1.3/htdocs/manual/invoking.html
  
  Index: invoking.html
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/htdocs/manual/invoking.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- invoking.html     1998/12/17 15:09:33     1.23
  +++ invoking.html     1999/01/09 16:53:56     1.24
  @@ -79,15 +79,39 @@
   then exit.
   
   <DT><A NAME="help"><CODE>-L</CODE></A>
  -<DD>Give a list of directives together with expected arguments and
  -places where the directive is valid. (New in Apache 1.2)
  +<DD>
   
  -<DT><CODE>-l</CODE>
  -<DD>Give a list of all modules compiled into the server.
  +Give a list of directives together with expected arguments and places
  +where the directive is valid, then exit.  (Apache 1.3.4 and
  +later. Earlier versions used -l instead).
   
  +
  +<DT><CODE>-l</CODE></A>
  +<DD>
  +
  +Give a list of all modules compiled into the server, then exit.
  +(Apache 1.3.4 and later. Earlier versions used -h instead).<br>
  +
  +Give a list of directives together with expected arguments and places
  +where the directive is valid, then exit. (Apache 1.2 to 1.3.3. Later
  +versions use -L instead).
  +
  +
  +
  +<DT><CODE>-h</CODE>
  +<DD>
  +
  +Print a list of the httpd options, then exit. (Apache 1.3.4 and
  +later. Earlier versions used -? instead).<br>
  +
  +Give a list of all modules compiled into the server, then exit. (Up to
  +Apache 1.3.3. Later versions use -l instead).<br>
  +
  +
   <DT><CODE>-S</CODE>
   <DD>Show the settings as parsed from the config file (currently only
  -shows a breakdown of the vhost settings).
  +shows a breakdown of the vhost settings) but do not start the
  +server. (Up to Apache 1.3.3, this option also started the server).
   
   <DT><CODE>-t</CODE>
   <DD>Test the configuration file syntax (<EM>i.e.</EM>, read all 
configuration files
  @@ -97,10 +121,12 @@
   
   <DT><CODE>-k</CODE> <EM>option</EM>
   <DD>Windows only: signal Apache to restart or shutdown. <EM>option</EM> 
  -is one of "shutdown" or "restart". (New in Apache 1.3.3).
  +is one of "shutdown" or "restart". (Apache 1.3.3 and later).
   
   <DT><CODE>-?</CODE>
  -<DD>Print a list of the httpd options, and then exit.
  +<DD>Print a list of the httpd options, and then exit (up to Apache
  +1.3.3. Later version use -h instead).
  +
   </DL>
   
   <H2>Configuration files</H2>
  
  
  

Reply via email to