]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct slight ambiguity regarding port in URL. (bz#70088)
authorRich Bowen <rbowen@apache.org>
Tue, 9 Jun 2026 12:46:50 +0000 (12:46 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 9 Jun 2026 12:46:50 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935166 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/urlmapping.xml

index 443acafedcb0245a63cd72bdeb11748363c553ce..f4f23d983dc540194bbff12ecfcc33e1de99c337 100644 (file)
 <section id="documentroot"><title>DocumentRoot</title>
 
     <p>In deciding what file to serve for a given request, httpd's
-    default behavior is to take the <a href="directive-dict.html#Syntax">URL-Path</a> for the request (the part
-    of the URL following the hostname and port) and add it to the end
-    of the <directive module="core">DocumentRoot</directive> specified
+    default behavior is to take the 
+    <a href="directive-dict.html#Syntax">URL-path</a> for the request
+    and add it to the end of the 
+    <directive module="core">DocumentRoot</directive> specified
     in your configuration files. Therefore, the files and directories
     underneath the <directive module="core">DocumentRoot</directive>
     make up the basic document tree which will be visible from the