diff options
author | 2014-08-26 20:03:31 +0000 | |
---|---|---|
committer | 2014-08-26 20:03:31 +0000 | |
commit | 8aa5f704422de68a9fcc1bba44acfdd59a035558 (patch) | |
tree | 2ce55710eb8f58938869f612f52a601dbd954c52 | |
parent | remove nginx from the base system in favor of OpenBSD's own httpd(8) (diff) | |
download | wireguard-openbsd-8aa5f704422de68a9fcc1bba44acfdd59a035558.tar.xz wireguard-openbsd-8aa5f704422de68a9fcc1bba44acfdd59a035558.zip |
remove nginx references
-rw-r--r-- | usr.bin/htpasswd/htpasswd.1 | 16 | ||||
-rw-r--r-- | usr.bin/mandoc/man.cgi.8 | 9 | ||||
-rw-r--r-- | usr.bin/openssl/openssl.1 | 3 | ||||
-rw-r--r-- | usr.sbin/slowcgi/slowcgi.8 | 7 |
4 files changed, 9 insertions, 26 deletions
diff --git a/usr.bin/htpasswd/htpasswd.1 b/usr.bin/htpasswd/htpasswd.1 index 8ed29bee8ca..4474d42c8b2 100644 --- a/usr.bin/htpasswd/htpasswd.1 +++ b/usr.bin/htpasswd/htpasswd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: htpasswd.1,v 1.5 2014/03/24 20:33:01 florian Exp $ +.\" $OpenBSD: htpasswd.1,v 1.6 2014/08/26 20:03:31 robert Exp $ .\" .\" Copyright (c) 2014 Florian Obser <florian@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 24 2014 $ +.Dd $Mdocdate: August 26 2014 $ .Dt HTPASSWD 1 .Os .Sh NAME @@ -30,8 +30,7 @@ .Sh DESCRIPTION .Nm is used to create and update user authentication files for -HTTP daemons such as -.Xr nginx 8 . +HTTP daemons. .Pp The options are as follows: .Bl -tag -width Ds @@ -49,12 +48,7 @@ then hashes using .Nm prompts for a password and generates a hash using .Xr bcrypt 3 . -A line suitable for a password file, -such as -.Ic auth_basic_user_file -in -.Xr nginx 8 , -is written to standard output. +A line suitable for a password file is written to the standard output. If invoked with two arguments .Po or one argument if the @@ -66,8 +60,6 @@ user authentication is updated. .Sh SEE ALSO .Xr bcrypt 3 , -.Xr nginx.conf 5 , -.Xr nginx 8 .Sh HISTORY This reimplemented version of .Nm diff --git a/usr.bin/mandoc/man.cgi.8 b/usr.bin/mandoc/man.cgi.8 index c3a57e8425a..e0fbf8f853a 100644 --- a/usr.bin/mandoc/man.cgi.8 +++ b/usr.bin/mandoc/man.cgi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.cgi.8,v 1.8 2014/08/22 15:49:44 schwarze Exp $ +.\" $OpenBSD: man.cgi.8,v 1.9 2014/08/26 20:03:31 robert Exp $ .\" .\" Copyright (c) 2014 Ingo Schwarze <schwarze@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: August 22 2014 $ +.Dd $Mdocdate: August 26 2014 $ .Dt MAN.CGI 8 .Os .Sh NAME @@ -154,11 +154,6 @@ database inside each manpath. .Pp Configure your web server to execute CGI programs located in .Pa /cgi-bin . -When using -.Xr nginx 8 , -the -.Xr slowcgi 8 -proxy daemon is needed to translate FastCGI requests to plain old CGI. .Pp To compile .Nm , diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1 index b374728ba9e..a1bc6c8389c 100644 --- a/usr.bin/openssl/openssl.1 +++ b/usr.bin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.1 2014/08/26 17:47:24 jsing Exp $ +.\" $OpenBSD: openssl.1,v 1.2 2014/08/26 20:03:31 robert Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -10306,7 +10306,6 @@ certificates. .\" SEE ALSO .\" .Sh SEE ALSO -.Xr nginx 8 , .Xr sendmail 8 , .Xr ssl 8 , .Xr starttls 8 diff --git a/usr.sbin/slowcgi/slowcgi.8 b/usr.sbin/slowcgi/slowcgi.8 index 9d26af0f40c..7aee9d84746 100644 --- a/usr.sbin/slowcgi/slowcgi.8 +++ b/usr.sbin/slowcgi/slowcgi.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: slowcgi.8,v 1.9 2014/06/10 14:38:27 florian Exp $ +.\" $OpenBSD: slowcgi.8,v 1.10 2014/08/26 20:03:31 robert Exp $ .\" .\" Copyright (c) 2013 Florian Obser <florian@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: June 10 2014 $ +.Dd $Mdocdate: August 26 2014 $ .Dt SLOWCGI 8 .Os .Sh NAME @@ -34,11 +34,8 @@ and resource sharing limitations. While CGI scripts need to be forked for every request, FastCGI scripts can be kept running and handle many HTTP requests. .Pp -.Xr nginx 8 -intentionally does not implement the CGI protocol. .Nm is a simple server that translates FastCGI requests coming from -.Xr nginx 8 to the CGI protocol. It executes the requested CGI script and translates its output back to the FastCGI protocol. |