svn commit: r1935165 - httpd/httpd/branches/2.4.x/docs/manual
[email protected] Tue, 09 Jun 2026 12:46:06 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178100916634.219302.16120079309252187747@svn03-he-fi> |
Author: rbowen
Date: Tue Jun 9 12:46:06 2026
New Revision: 1935165
Log:
Fix duplicated lines in DocumentRoot doc.
Modified:
httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml Tue Jun 9 12:41:23 2026 (r1935164)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml Tue Jun 9 12:46:06 2026 (r1935165)
@@ -72,10 +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
- 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