svn commit: r1935166 - httpd/httpd/trunk/docs/manual

[email protected] Tue, 09 Jun 2026 12:46:51 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178100921122.221280.2449704585130731044@svn03-he-fi>
Author: rbowen
Date: Tue Jun  9 12:46:50 2026
New Revision: 1935166

Log:
Correct slight ambiguity regarding port in URL. (bz#70088)

Modified:
   httpd/httpd/trunk/docs/manual/urlmapping.xml

Modified: httpd/httpd/trunk/docs/manual/urlmapping.xml
==============================================================================
--- httpd/httpd/trunk/docs/manual/urlmapping.xml	Tue Jun  9 12:46:06 2026	(r1935165)
+++ httpd/httpd/trunk/docs/manual/urlmapping.xml	Tue Jun  9 12:46:50 2026	(r1935166)
@@ -72,9 +72,10 @@
 <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