From: Rich Bowen Date: Wed, 20 May 2026 20:37:58 +0000 (+0000) Subject: Clarify URL-path definition: mention optional port, exclude query string, fix capital... X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=dbc1c05f8cf4b22e9678ebef4be6635fdfe21892;p=thirdparty%2Fapache%2Fhttpd.git Clarify URL-path definition: mention optional port, exclude query string, fix capitalization. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934449 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/directive-dict.xml b/docs/manual/mod/directive-dict.xml index 9823913d52..c6aeeecca3 100644 --- a/docs/manual/mod/directive-dict.xml +++ b/docs/manual/mod/directive-dict.xml @@ -65,9 +65,10 @@
URL-path
-
The part of a url which follows the scheme and - hostname as in /path/to/file.html. The - url-path represents a web-view of a resource, as +
The part of a URL which follows the scheme, hostname, + and optional port, but precedes any query string — for + example, /path/to/file.html. The + URL-path represents a web-view of a resource, as opposed to a file-system view.
file-path