From: reyk Date: Mon, 5 Jan 2015 11:03:57 +0000 (+0000) Subject: Be more specific: path is a component of the URI/URL, so use "path" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8c4950f7a4a49f53f48d2e1e9497d9b2df43a6db;p=openbsd Be more specific: path is a component of the URI/URL, so use "path" instead of "URI" or "URL" when referring to it. --- diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index b582385ddb7..2f10a73c38a 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.42 2015/01/04 22:23:58 chrisz Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.43 2015/01/05 11:03:57 reyk Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter .\" @@ -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: January 4 2015 $ +.Dd $Mdocdate: January 5 2015 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -189,7 +189,7 @@ This statement can be specified multiple times. Specify server configuration rules for a specific location. The .Ar path -argument will be matched against the URL path with shell globbing rules. +argument will be matched against the request path with shell globbing rules. A location section may include most of the server configuration rules except .Ic connection , @@ -251,6 +251,7 @@ Enable or disable logging to instead of the log files. .El .It Ic root Ar option +Configure the document root and options for the request path. Valid options are: .Bl -tag -width Ds .It Ar directory @@ -266,8 +267,8 @@ If not specified, it defaults to .It Ic strip Ar number Strip .Ar number -path components from the beginning of the request URI before -looking up the stripped-down URI at the document root. +path components from the beginning of the request path before looking +up the stripped-down path at the document root. .El .It Ic tcp Ar option Enable or disable the specified TCP/IP options; see