diff options
author | 2014-08-06 05:47:40 +0000 | |
---|---|---|
committer | 2014-08-06 05:47:40 +0000 | |
commit | 10a8b4d7f132511cc121a899cbf7787ab4564c16 (patch) | |
tree | 1fe00c73939b39c91f75f59ad99c4956d026ac23 | |
parent | add missing va_start/va_end calls (diff) | |
download | wireguard-openbsd-10a8b4d7f132511cc121a899cbf7787ab4564c16.tar.xz wireguard-openbsd-10a8b4d7f132511cc121a899cbf7787ab4564c16.zip |
Add an overview of the features for httpd in the description section.
"commit" deraadt@
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index dbbe9376c86..c426f0575ba 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.43 2014/08/06 02:31:47 doug Exp $ +.\" $OpenBSD: httpd.8,v 1.44 2014/08/06 05:47:40 doug Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -26,8 +26,13 @@ .Op Fl D Ar macro Ns = Ns Ar value .Op Fl f Ar config_file .Sh DESCRIPTION +The +.Nm +daemon is a HTTP server with FastCGI and SSL support. +.Pp +The FastCGI implementation has optional socket support. .Nm -is a simple HTTP server that serves static files. +can log to syslog or per-server files with several standard formats. .Pp The options are as follows: .Bl -tag -width Dssmacro=value |