Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd update the -V documentation to be more clear a...
details: https://anonhg.NetBSD.org/src/rev/3d4925f2a2d0
branches: trunk
changeset: 818266:3d4925f2a2d0
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 04 18:33:00 2016 +0000
description:
update the -V documentation to be more clear about what it does.
inspired by Swift Griggs on netbsd-users.
diffstat:
libexec/httpd/bozohttpd.8 | 13 +++++++------
libexec/httpd/bozohttpd.c | 4 ++--
libexec/httpd/main.c | 4 ++--
3 files changed, 11 insertions(+), 10 deletions(-)
diffs (75 lines):
diff -r 23866d113075 -r 3d4925f2a2d0 libexec/httpd/bozohttpd.8
--- a/libexec/httpd/bozohttpd.8 Tue Oct 04 18:26:47 2016 +0000
+++ b/libexec/httpd/bozohttpd.8 Tue Oct 04 18:33:00 2016 +0000
@@ -1,8 +1,8 @@
-.\" $NetBSD: bozohttpd.8,v 1.60 2016/05/24 21:18:29 agc Exp $
+.\" $NetBSD: bozohttpd.8,v 1.61 2016/10/04 18:33:00 mrg Exp $
.\"
.\" $eterna: bozohttpd.8,v 1.101 2011/11/18 01:25:11 mrg Exp $
.\"
-.\" Copyright (c) 1997-2015 Matthew R. Green
+.\" Copyright (c) 1997-2016 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 May 17, 2016
+.Dd October 4, 2016
.Dt BOZOHTTPD 8
.Os
.Sh NAME
@@ -276,8 +276,9 @@
Note that enabling this support implies that users can run
commands as web server user, this may have security implications.
.It Fl V
-Sets the default virtual host directory to
-.Ar slashdir .
+Sets the backup virtual host directory to the
+.Ar slashdir
+argument.
If no directory exists in
.Ar virtualroot
for the request, then
@@ -530,7 +531,7 @@
and regular code audits.
This manual documents
.Nm
-version 20150501.
+version 20160415.
.Sh AUTHORS
.An -nosplit
.Nm
diff -r 23866d113075 -r 3d4925f2a2d0 libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Tue Oct 04 18:26:47 2016 +0000
+++ b/libexec/httpd/bozohttpd.c Tue Oct 04 18:33:00 2016 +0000
@@ -1,9 +1,9 @@
-/* $NetBSD: bozohttpd.c,v 1.82 2016/06/30 13:17:48 mrg Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.83 2016/10/04 18:33:00 mrg Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
/*
- * Copyright (c) 1997-2015 Matthew R. Green
+ * Copyright (c) 1997-2016 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff -r 23866d113075 -r 3d4925f2a2d0 libexec/httpd/main.c
--- a/libexec/httpd/main.c Tue Oct 04 18:26:47 2016 +0000
+++ b/libexec/httpd/main.c Tue Oct 04 18:33:00 2016 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: main.c,v 1.15 2016/10/04 18:26:47 mrg Exp $ */
+/* $NetBSD: main.c,v 1.16 2016/10/04 18:33:00 mrg Exp $ */
/* $eterna: main.c,v 1.6 2011/11/18 09:21:15 mrg Exp $ */
/* from: eterna: bozohttpd.c,v 1.159 2009/05/23 02:14:30 mrg Exp */
/*
- * Copyright (c) 1997-2014 Matthew R. Green
+ * Copyright (c) 1997-2016 Matthew R. Green
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Home |
Main Index |
Thread Index |
Old Index