summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.8
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>1998-10-01 17:31:40 +0000
committerBob Beck <beck@cvs.openbsd.org>1998-10-01 17:31:40 +0000
commit6c54cc3766ef59fb999ebf73811f567517aadbe6 (patch)
treebbf57e50dff3e7862f9214748fcbcca3f6df2693 /usr.sbin/httpd/httpd.8
parent1e6790674609f9a058e015b1fc6fe2304a1e6976 (diff)
update for 1.3.2
Diffstat (limited to 'usr.sbin/httpd/httpd.8')
-rw-r--r--usr.sbin/httpd/httpd.828
1 files changed, 23 insertions, 5 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8
index cd31ed7c3ec..e7d6e32d571 100644
--- a/usr.sbin/httpd/httpd.8
+++ b/usr.sbin/httpd/httpd.8
@@ -53,11 +53,15 @@ httpd \- Apache hypertext transfer protocol server
.SH SYNOPSIS
.B httpd
[
-.B \-hlvX?
+.B \-hlvVSt?
] [
.BI \-d " serverroot"
] [
.BI \-f " config"
+] [
+.BI \-C " directive"
+] [
+.BI \-c " directive"
]
.SH DESCRIPTION
.B httpd
@@ -80,6 +84,16 @@ Paths in this manual page reflect those
compiled into httpd by default with OpenBSD.
.SH OPTIONS
.TP 12
+.BI \-c " directive"
+Process directive "directive"
+.BI after
+reading config files.
+.TP
+.BI \-C " directive"
+Process directive "directive"
+.BI before
+reading config files.
+.TP
.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
@@ -97,14 +111,18 @@ places where the directive is valid.
.B \-l
Output a list of modules compiled into the server.
.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.
+.B \-S
+Print the parsed settings (currently only vhost settings), and then exit.
+.TP
+.B \-t
+Run a syntax test for the configuration files, and then exit.
.TP
.B \-v
Print the version of httpd, and then exit.
.TP
+.B \-V
+Print the compiled in settings for httpd, and then exit.
+.TP
.B \-?
Print a list of the httpd options, and then exit.
.SH FILES