summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2018-07-26 19:50:41 +0000
committerEric Covener <covener@apache.org>2018-07-26 19:50:41 +0000
commit3919c3f9040374a195e750161afdf4963c3984d6 (patch)
tree8cedb2aec50b2afd5b2f9fc4f888c887ef63e2b9
parentb408180e87d10a6d75a084cb75a1bf018291cf06 (diff)
downloadhttpd-3919c3f9040374a195e750161afdf4963c3984d6.tar.gz
Merge r1836758 from trunk:
replace mystery smart-quotes copy/pasted from httpd.conf + vi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1836760 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/expr.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 339d8657d4..ea4636e3cb 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -628,8 +628,8 @@ Header set foo-checksum "expr=%{md5:foo}"
Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path\.php$#"
# Conditional logging
-CustomLog logs/access-errors.log common “expr=%{REQUEST_STATUS} >= 400”
-CustomLog logs/access-errors-specific.log common “expr=%{REQUEST_STATUS} -in {'405','410'}"
+CustomLog logs/access-errors.log common "expr=%{REQUEST_STATUS} >= 400"
+CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'405','410'}"
</highlight>
</section>