summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2017-01-24 12:37:00 +0000
committerbeck <beck@openbsd.org>2017-01-24 12:37:00 +0000
commit26c69a405f95deae37ca03a5d184598d03b8ec6a (patch)
treef3742ab3744bf19c8855690d6d9965e4e6479d5c /usr.sbin/httpd
parentfix mode on open() and ftruncate(), noticed by (diff)
downloadwireguard-openbsd-26c69a405f95deae37ca03a5d184598d03b8ec6a.tar.xz
wireguard-openbsd-26c69a405f95deae37ca03a5d184598d03b8ec6a.zip
add ocspcheck to see also
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r--usr.sbin/httpd/httpd.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5
index 193fa53b26b..6e5a49d25f4 100644
--- a/usr.sbin/httpd/httpd.conf.5
+++ b/usr.sbin/httpd/httpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: httpd.conf.5,v 1.76 2016/11/14 10:28:31 schwarze Exp $
+.\" $OpenBSD: httpd.conf.5,v 1.77 2017/01/24 12:37:00 beck Exp $
.\"
.\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 14 2016 $
+.Dd $Mdocdate: January 24 2017 $
.Dt HTTPD.CONF 5
.Os
.Sh NAME
@@ -674,7 +674,8 @@ server "www.example.com" {
.Xr htpasswd 1 ,
.Xr patterns 7 ,
.Xr httpd 8 ,
-.Xr slowcgi 8
+.Xr slowcgi 8 ,
+.Xr ocspcheck 8
.Sh AUTHORS
.An -nosplit
The