diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-04-24 21:06:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-04-24 21:06:54 +0000 |
commit | 51155ebea70d3100facbc816f7dbed9d67961155 (patch) | |
tree | ee5b0bae91f7b41606b976b46def6169d57f2bda /usr.sbin/httpd | |
parent | 677bc7cc58aef029f511dde5ceb27b25980d8fb3 (diff) |
new sentence, new line;
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index d247a5b6197..1047f196be3 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.70 2016/04/24 20:12:25 chrisz Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.71 2016/04/24 21:06:53 jmc Exp $ .\" .\" Copyright (c) 2014, 2015 Reyk Floeter <reyk@openbsd.org> .\" @@ -290,13 +290,14 @@ any. .It Ic HTTPS A variable that is set to .Qq on -when the server has been configured to use TLS. This variable is -omitted otherwise. +when the server has been configured to use TLS. +This variable is omitted otherwise. .It Ic REQUEST_URI The path and optional query string as requested by the connected client. .It Ic DOCUMENT_URI The canonicalized request path, possibly with a slash or -directory index file name appended. This is the same as +directory index file name appended. +This is the same as .Ic PATH_INFO appended to .Ic SCRIPT_NAME . @@ -311,7 +312,8 @@ The absolute, physical path to the script within the .Xr chroot 2 directory. .It Ic QUERY_STRING -The optional query string of the request. This variable is an empty +The optional query string of the request. +This variable is an empty string if there is no query string in the request. .It Ic REMOTE_ADDR The IP address of the connected client. |