From: Eric Covener Date: Thu, 26 Jul 2018 19:48:05 +0000 (+0000) Subject: xform X-Git-Tag: 2.5.0-alpha2-ci-test-only~2431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082f89aa80f579a6e9aac6534401698085e164c8;p=thirdparty%2Fapache%2Fhttpd.git xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1836759 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 5f97b42783e..d3425071e37 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -666,8 +666,8 @@ Require expr %{REMOTE_ADDR} -in split s/.*?IP Address:([^,]+)/$1/, PeerExtList(' Require expr "IP Address:%{REMOTE_ADDR}" -in split/, /, join PeerExtList('subjectAltName') # 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'}"
top