From bf45bc6bfddfb11fcb84aec04aee7202a64766c3 Mon Sep 17 00:00:00 2001
From: Colm MacCarthaigh
Date: Wed, 30 Nov 2005 10:11:35 +0000
Subject: [PATCH] Escape the dots in the regular expression.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349917 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/env.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/env.xml b/docs/manual/env.xml
index c92dc929411..65791e6f902 100644
--- a/docs/manual/env.xml
+++ b/docs/manual/env.xml
@@ -430,7 +430,7 @@ CustomLog logs/access_log common env=!image-request
in limited circumstances. We assume that all your images are in
a directory called /web/images.
-SetEnvIf Referer "^http://www.example.com/" local_referal
+SetEnvIf Referer "^http://www\.example\.com/" local_referal
# Allow browsers that do not send Referer info
SetEnvIf Referer "^$" local_referal
<Directory /web/images>
--
2.47.3