]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Clarify URL-path definition: mention optional port, exclude query string, fix capital...
authorRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:38:06 +0000 (20:38 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:38:06 +0000 (20:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934450 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directive-dict.xml

index f1862fb831d06479dc1712b8d1454a870a20a18e..0aa0f818b1ca48da7b7482ddd53be91e452d6bc4 100644 (file)
 
       <dt><em>URL-path</em></dt>
 
-      <dd>The part of a <em>url</em> which follows the scheme and
-      hostname as in <code>/path/to/file.html</code>. The
-      <em>url-path</em> represents a web-view of a resource, as
+      <dd>The part of a URL which follows the scheme, hostname,
+      and optional port, but precedes any query string — for
+      example, <code>/path/to/file.html</code>. The
+      <em>URL-path</em> represents a web-view of a resource, as
       opposed to a file-system view.</dd>
 
       <dt><em>file-path</em></dt>