diff options
author | 1998-10-01 17:31:39 +0000 | |
---|---|---|
committer | 1998-10-01 17:31:39 +0000 | |
commit | a4d63f5cf0e805d9ffaf0c95a64b4235ae4b8cf5 (patch) | |
tree | 79e1e25b8da3a7c4527ae9cd7f8bc552b3fad3e4 | |
parent | fix retarded default paths (diff) | |
download | wireguard-openbsd-a4d63f5cf0e805d9ffaf0c95a64b4235ae4b8cf5.tar.xz wireguard-openbsd-a4d63f5cf0e805d9ffaf0c95a64b4235ae4b8cf5.zip |
update for 1.3.2
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 28 |
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 |