diff options
author | 2015-03-26 19:16:57 +0000 | |
---|---|---|
committer | 2015-03-26 19:16:57 +0000 | |
commit | 6acacb572378e4551fbbc144ab501b6c93790d4b (patch) | |
tree | 860e9eabdbece75091c390d283808a7c50a0c30c | |
parent | de-static (diff) | |
download | wireguard-openbsd-6acacb572378e4551fbbc144ab501b6c93790d4b.tar.xz wireguard-openbsd-6acacb572378e4551fbbc144ab501b6c93790d4b.zip |
pointers to slowcgi(8); from alexei malinin
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 7 | ||||
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index eb35096bb42..fcb3e42088a 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.50 2015/02/24 07:56:06 bentley Exp $ +.\" $OpenBSD: httpd.8,v 1.51 2015/03/26 19:16:57 jmc Exp $ .\" .\" Copyright (c) 2014 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: February 24 2015 $ +.Dd $Mdocdate: March 26 2015 $ .Dt HTTPD 8 .Os .Sh NAME @@ -85,7 +85,8 @@ Default access log file. Default error log file. .El .Sh SEE ALSO -.Xr httpd.conf 5 +.Xr httpd.conf 5 , +.Xr slowcgi 8 .Sh HISTORY The .Nm diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index 578e4908657..26d67981f8a 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.56 2015/03/11 21:52:20 reyk Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.57 2015/03/26 19:16:57 jmc 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: March 11 2015 $ +.Dd $Mdocdate: March 26 2015 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -524,7 +524,8 @@ include "/etc/nginx/mime.types" .Ed .Sh SEE ALSO .Xr htpasswd 1 , -.Xr httpd 8 +.Xr httpd 8 , +.Xr slowcgi 8 .Sh AUTHORS .An -nosplit The |