You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2001/01/28 00:09:47 UTC

cvs commit: httpd-2.0/docs/man httpd.8 apachectl.8

slive       01/01/27 15:09:46

  Modified:    docs/man httpd.8 apachectl.8
  Log:
  Bring a couple man pages a little closer to the 2.0 reality.
  
  Revision  Changes    Path
  1.4       +4 -23     httpd-2.0/docs/man/httpd.8
  
  Index: httpd.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/httpd.8,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -u -r1.3 -r1.4
  --- httpd.8	2000/03/31 09:42:55	1.3
  +++ httpd.8	2001/01/27 23:09:44	1.4
  @@ -55,8 +55,6 @@
   .SH SYNOPSIS
   .B httpd 
   [
  -.B \-X
  -] [
   .BI \-R " libexecdir"
   ] [
   .BI \-d " serverroot"
  @@ -87,9 +85,6 @@
   .B \-V
   ] 
   [
  -.B \-S
  -] 
  -[
   .B \-t
   ] 
   [
  @@ -103,17 +98,13 @@
   it will create a pool of child processes to handle requests. To stop
   it, send a TERM signal to the initial (parent) process. The PID of
   this process is written to a file as given in the configuration file.
  -Alternatively 
  -.B httpd 
  -may be invoked by the Internet daemon inetd(8) each
  -time a connection to the HTTP service is made.
   .PP
   This manual page only lists the command line arguments. For details
   of the directives necessary to configure 
   .B httpd
   see the Apache manual,
   which is part of the Apache distribution or can be found at
  -http://www.apache.org/. Paths in this manual may not reflect those
  +http://httpd.apache.org/. Paths in this manual may not reflect those
   compiled into 
   .B httpd.
   .SH OPTIONS
  @@ -165,18 +156,15 @@
   .B \-t
   Run syntax tests for configuration files only. The program immediately exits
   after these syntax parsing with either a return code of 0 (Syntax OK) or
  -return code not equal to 0 (Syntax Error).
  +return code not equal to 0 (Syntax Error).  If 
  +.BI \-D " DUMP_VHOSTS"
  +is also set, details of the virtual host configuration will be printed.
   .TP
   .B \-T
   Same as option 
   .B \-t
   but does not check the configured document roots. 
   .TP
  -.B \-X
  -Run in single-process mode, for internal debugging purposes only; the daemon
  -does not detach from the terminal or fork any children. Do NOT use this mode
  -to provide ordinary web service.
  -.TP
   .B \-v
   Print the version of 
   .B httpd
  @@ -190,10 +178,6 @@
   .PD 0
   .B /usr/local/apache/conf/httpd.conf
   .br
  -.B /usr/local/apache/conf/srm.conf
  -.br
  -.B /usr/local/apache/conf/access.conf
  -.br
   .B /usr/local/apache/conf/mime.types
   .br
   .B /usr/local/apache/conf/magic
  @@ -203,6 +187,3 @@
   .B /usr/local/apache/logs/access_log
   .br
   .B /usr/local/apache/logs/httpd.pid
  -.PD
  -.SH SEE ALSO
  -.BR inetd (8).
  
  
  
  1.4       +2 -2      httpd-2.0/docs/man/apachectl.8
  
  Index: apachectl.8
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/man/apachectl.8,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -d -b -u -r1.3 -r1.4
  --- apachectl.8	2000/03/31 09:42:55	1.3
  +++ apachectl.8	2001/01/27 23:09:45	1.4
  @@ -77,7 +77,7 @@
   occurs.  For more details, view the comments in the script.
   .PP
   Full documentation for Apache is available at 
  -.B http://www.apache.org/
  +.B http://httpd.apache.org/
   .
   .SH OPTIONS
   The \fIcommand\fP can be any one or more of the following options:
  @@ -109,7 +109,7 @@
   except that the list of requests currently being served is omitted.
   .TP
   .BI graceful
  -Gracefully restarts the Apache daemon by sending it a SIGUSR1.  If
  +Gracefully restarts the Apache daemon by sending it a SIGWINCH.  If
   the daemon is not running, it is started.  This differs from a
   normal restart in that currently open connections are not aborted.
   A side effect is that old log files will not be closed immediately.