diff options
| author | mrg <mrg@NetBSD.org> | 2023-06-07 20:22:22 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2023-06-07 20:22:22 +0000 |
| commit | 2205894264bc2b985d2e769413e0b2a203723170 (patch) | |
| tree | c5d21282b450b66715681982379f96eeffb80062 /libexec | |
| parent | 2e2c54d9a9420d731cc03e481de623257db93ced (diff) | |
add a note about how to setup http -> https redirection.
bump documented version.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/httpd/bozohttpd.8 | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/libexec/httpd/bozohttpd.8 b/libexec/httpd/bozohttpd.8 index ddd03dff05c..69354416c6d 100644 --- a/libexec/httpd/bozohttpd.8 +++ b/libexec/httpd/bozohttpd.8 @@ -1,8 +1,8 @@ -.\" $NetBSD: bozohttpd.8,v 1.92 2022/09/12 10:34:20 martin Exp $ +.\" $NetBSD: bozohttpd.8,v 1.93 2023/06/07 20:22:22 mrg Exp $ .\" .\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $ .\" -.\" Copyright (c) 1997-2022 Matthew R. Green +.\" Copyright (c) 1997-2023 Matthew R. Green .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Sep 12, 22 +.Dd Sep 12, 2023 .Dt BOZOHTTPD 8 .Os .Sh NAME @@ -524,6 +524,11 @@ To disable SSL SUPPORT compile with .Dq -DNO_SSL_SUPPORT on the compiler command line. +.Pp +To have an enforced redirect, such as http to https, create a shadow +directory root that contains a +.Pa .bzabsredirect +file that points to the real target. .Ss COMPRESSION .Nm supports a very basic form of compression. @@ -641,6 +646,7 @@ fi exit 1 .Ed + .Sh SEE ALSO .Xr inetd.conf 5 , .Xr inetd 8 @@ -658,7 +664,7 @@ The focus has always been simplicity and security, with minimal features and regular code audits. This manual documents .Nm -version 20220517. +version 20230602. .Sh AUTHORS .An -nosplit .Nm |
