From: Lucien Gentis Date: Tue, 31 Jul 2018 16:11:48 +0000 (+0000) Subject: XML updates. X-Git-Tag: 2.4.35~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38993359bad02696425e3e0ef55f2bd1b8a488b8;p=apache XML updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1837164 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/caching.xml.fr b/docs/manual/caching.xml.fr index 43f4d9f407..46d9041bd0 100644 --- a/docs/manual/caching.xml.fr +++ b/docs/manual/caching.xml.fr @@ -3,7 +3,7 @@ - + + @@ -667,6 +667,10 @@ Header set foo-checksum "expr=%{md5:foo}" # <If> Header always set CustomHeader my-value "expr=%{REQUEST_URI} =~ m#^/special_path\.php$#" +# Journalisation conditionnelle +CustomLog logs/access-errors.log common "expr=%{REQUEST_STATUS} >= 400" +CustomLog logs/access-errors-specific.log common "expr=%{REQUEST_STATUS} -in {'405','410'}" +