From: Daniel Gruno Date: Mon, 23 Jul 2012 07:16:07 +0000 (+0000) Subject: Change the "abc$" example to something else, since it wouldn't work. X-Git-Tag: 2.2.23~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=175cfa6b3d653783c6ac6f2760f34ce58d8c5ce5;p=thirdparty%2Fapache%2Fhttpd.git Change the "abc$" example to something else, since it wouldn't work. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1364530 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 5e2fb3144a6..8f8a4b684ae 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -763,7 +763,7 @@ named file-system directory, sub-directories, and their contents configuration file. For example, with

- <Directory ~ abc$>
+ <Directory ~ "public_html/.*">
# ... directives here ...