The httpd man page is a bit out of date. The default install path is
wrong and there are a few options listed that either don't seem to exist
anymore or have been added and are missing. Does the following look right
to you all? Also, I know that this information is duplicated in at least
one other place (httpd-2.0/docs/manual/programs/httpd.html). Is that the
only other place? Is one of these files generated from the other?
--Cliff
Index: httpd.8
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/man/httpd.8,v
retrieving revision 1.5
diff -u -d -r1.5 httpd.8
--- httpd.8 2001/02/16 04:26:28 1.5
+++ httpd.8 2001/10/01 19:22:47
@@ -109,19 +109,10 @@
.B httpd.
.SH OPTIONS
.TP 12
-.BI \-R " libexecdir"
-This option is only available if Apache was built with
-the
-.I SHARED_CORE
-rule enabled which forces the Apache core code to be
-placed into a dynamic shared object (DSO) file. This file
-is searched in a hardcoded path under ServerRoot per default. Use this
-option if you want to override it.
-.TP 12
.BI \-d " serverroot"
Set the initial value for the ServerRoot directive to \fIserverroot\fP. This
can be overridden by the ServerRoot command in the configuration file. The
-default is \fB/usr/local/apache\fP.
+default is \fB/usr/local/apache2\fP.
.TP
.BI \-f " config"
Execute the commands in the file \fIconfig\fP on startup. If \fIconfig\fP
@@ -160,11 +151,6 @@
.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 \-v
Print the version of
.B httpd
@@ -174,16 +160,22 @@
Print the version and build parameters of
.B httpd
, and then exit.
+.TP
+.B \-X
+Run
+.B httpd
+in debug mode. Only one worker will be started and the server will not detach
+from the console.
.SH FILES
.PD 0
-.B /usr/local/apache/conf/httpd.conf
+.B /usr/local/apache2/conf/httpd.conf
.br
-.B /usr/local/apache/conf/mime.types
+.B /usr/local/apache2/conf/mime.types
.br
-.B /usr/local/apache/conf/magic
+.B /usr/local/apache2/conf/magic
.br
-.B /usr/local/apache/logs/error_log
+.B /usr/local/apache2/logs/error_log
.br
-.B /usr/local/apache/logs/access_log
+.B /usr/local/apache2/logs/access_log
.br
-.B /usr/local/apache/logs/httpd.pid
+.B /usr/local/apache2/logs/httpd.pid
--------------------------------------------------------------
Cliff Woolley
cliffwoolley@yahoo.com
Charlottesville, VA
---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org
|