10 Aug 2009 18:13
Patch for mod_alias.xml
Issac Goldstand <margol <at> beamartyr.net>
2009-08-10 16:13:31 GMT
2009-08-10 16:13:31 GMT
Hi, After a colleague at work was struggling with the Redirect directive, I realized that the docs could be a bit clearer. I prepared a small patch, but didn't want to commit myself simply because I'm not 100% sure of the patch-xml/ant/html processes for committing doc patches. This is against httpd-2.2.13 (should patch fine to trunk, too). Issac
Index: manual/mod/mod_alias.xml
===================================================================
--- manual/mod/mod_alias.xml (revision 800376)
+++ manual/mod/mod_alias.xml (working copy)
<at> <at> -214,7 +214,8 <at> <at>
<p>Then any request beginning with <em>URL-Path</em> will return a
redirect request to the client at the location of the target
- <em>URL</em>. Additional path information beyond the matched
+ <em>URL</em>. If <em>URL-Path</em> ends with a trailing slash,
+ then additional path information beyond the matched
<em>URL-Path</em> will be appended to the target URL.</p>
<example><title>Example:</title>
--------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe <at> httpd.apache.org(Continue reading)
RSS Feed