From e60e9005c31d2031e60a5bafebe23c68af45bedf Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 28 Oct 2008 20:17:39 +1300 Subject: [PATCH] Correct warning on negative_ttl setting --- src/cf.data.pre | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 9d47d76fe7..91e6b9ee80 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -2696,9 +2696,8 @@ DOC_START default is 5 minutes. Note that this is different from negative caching of DNS lookups. - WARNING: Doing this VIOLATES the HTTP standard. Enabling - this feature could make you liable for problems which it - causes. + WARNING: This setting VIOLATES RFC 2616 when non-zero. + If you have problems with eror pages caching, set to '0 seconds' DOC_END NAME: positive_dns_ttl -- 2.47.2