]> 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:37:58 +0000 (20:37 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 May 2026 20:37:58 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934449 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/directive-dict.xml

index 9823913d52b971fa8789f92f779587e0a3cb87b7..c6aeeecca3e0f9df842230b3d031e0fed5ee7d54 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>