]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix duplicated lines in DocumentRoot doc.
authorRich Bowen <rbowen@apache.org>
Tue, 9 Jun 2026 12:46:06 +0000 (12:46 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 9 Jun 2026 12:46:06 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935165 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/urlmapping.xml

index ddfd6981a1710b84d32f9bff33a34b9c8530e90a..b19832642df0104014028e5aa1219945785b383f 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
-    default behavior is to take the URL-Path 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