From: Rich Bowen Date: Tue, 9 Jun 2026 12:46:06 +0000 (+0000) Subject: Fix duplicated lines in DocumentRoot doc. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5f96b0260b9981cf1461c934072da41c65bac7cd;p=thirdparty%2Fapache%2Fhttpd.git Fix duplicated lines in DocumentRoot doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index ddfd6981a1..b19832642d 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -72,10 +72,10 @@
DocumentRoot

In deciding what file to serve for a given request, httpd's - default behavior is to take the URL-Path 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 DocumentRoot specified + default behavior is to take the + URL-Path for the request + and add it to the end of the + DocumentRoot specified in your configuration files. Therefore, the files and directories underneath the DocumentRoot make up the basic document tree which will be visible from the