Commit fe9bff18 authored by Eric Covener's avatar Eric Covener
Browse files

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
parent d661eecb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>