projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605ec51
)
Clarify regex so that it matches /icons or /icons/ but not /iconsFOO (as
author
Rich Bowen
<rbowen@apache.org>
Tue, 14 Apr 2015 19:03:00 +0000
(19:03 +0000)
committer
Rich Bowen
<rbowen@apache.org>
Tue, 14 Apr 2015 19:03:00 +0000
(19:03 +0000)
per bz53483
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1673517
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/mod/mod_alias.xml
patch
|
blob
|
history
diff --git
a/docs/manual/mod/mod_alias.xml
b/docs/manual/mod/mod_alias.xml
index 7dc569d7388dcdfc117b448064f0d8a5301b9f4f..b4e2711c046222aaa56e69728c4aa22856f69ab1 100644
(file)
--- a/
docs/manual/mod/mod_alias.xml
+++ b/
docs/manual/mod/mod_alias.xml
@@
-217,7
+217,7
@@
expressions</description>
use:</p>
<highlight language="config">
- AliasMatch ^/icons(
.*) /usr/local/apache/icons$1
+ AliasMatch ^/icons(
/|$)(.*) /usr/local/apache/icons$1$2
</highlight>
<p>The full range of <glossary ref="regex">regular expression</glossary>