From: Rich Bowen Date: Tue, 9 Jun 2026 12:46:50 +0000 (+0000) Subject: Correct slight ambiguity regarding port in URL. (bz#70088) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf6fa545893a8844fa23cfd6ac57feae16871b6a;p=thirdparty%2Fapache%2Fhttpd.git Correct slight ambiguity regarding port in URL. (bz#70088) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935166 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 443acafedc..f4f23d983d 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -72,9 +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 - 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