From 752399655047e953cb8c997c331ba8f81facafdb Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 11 May 2026 13:19:16 +0000 Subject: [PATCH] link URL-Path to the glossary (Thanks Philippe) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934093 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/urlmapping.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 1eacb0e9e75..443acafedcb 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -72,7 +72,7 @@
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 in your configuration files. Therefore, the files and directories -- 2.47.3