Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 97004 invoked from network); 24 Dec 2008 15:07:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Dec 2008 15:07:34 -0000 Received: (qmail 78427 invoked by uid 500); 24 Dec 2008 15:07:33 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 78358 invoked by uid 500); 24 Dec 2008 15:07:33 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 78348 invoked by uid 99); 24 Dec 2008 15:07:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2008 07:07:33 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2008 15:07:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 795A8238893B; Wed, 24 Dec 2008 07:07:12 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r729317 - in /httpd/httpd/trunk/docs/manual: env.html.en env.xml mod/mod_cache.html.en mod/mod_cache.xml Date: Wed, 24 Dec 2008 15:07:12 -0000 To: cvs@httpd.apache.org From: covener@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081224150712.795A8238893B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: covener Date: Wed Dec 24 07:07:11 2008 New Revision: 729317 URL: http://svn.apache.org/viewvc?rev=729317&view=rev Log: document no-cache envvar Modified: httpd/httpd/trunk/docs/manual/env.html.en httpd/httpd/trunk/docs/manual/env.xml httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Modified: httpd/httpd/trunk/docs/manual/env.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.html.en?rev=729317&r1=729316&r2=729317&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/env.html.en (original) +++ httpd/httpd/trunk/docs/manual/env.html.en Wed Dec 24 07:07:11 2008 @@ -283,6 +283,15 @@ +

no-cache

+ +

When set, mod_cache will not save an otherwise + cacheable response. This environment variable does not influence + whether a response already in the cache will be served for the current + request.

+ + +

nokeepalive

Modified: httpd/httpd/trunk/docs/manual/env.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml?rev=729317&r1=729316&r2=729317&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/env.xml (original) +++ httpd/httpd/trunk/docs/manual/env.xml Wed Dec 24 07:07:11 2008 @@ -324,6 +324,15 @@ +
no-cache + +

When set, mod_cache will not save an otherwise + cacheable response. This environment variable does not influence + whether a response already in the cache will be served for the current + request.

+ +
+
nokeepalive Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en?rev=729317&r1=729316&r2=729317&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.html.en Wed Dec 24 07:07:11 2008 @@ -143,6 +143,13 @@ CacheDisable /local_files

+

The no-cache environment variable can be set to + disable caching on a finer grained set of resources.

+ +

See also

+
top

CacheEnable Directive

@@ -181,7 +188,14 @@ CacheEnable disk http://www.apache.org/

+

The no-cache environment variable can be set to + disable caching on a finer grained set of resources.

+ +

See also

+
top

CacheIgnoreCacheControl Directive

Modified: httpd/httpd/trunk/docs/manual/mod/mod_cache.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_cache.xml?rev=729317&r1=729316&r2=729317&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_cache.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_cache.xml Wed Dec 24 07:07:11 2008 @@ -132,7 +132,11 @@ CacheEnable disk http://www.apache.org/
+

The no-cache environment variable can be set to + disable caching on a finer grained set of resources.

+ +Environment Variables in Apache @@ -150,8 +154,11 @@ Example CacheDisable /local_files - +

The no-cache environment variable can be set to + disable caching on a finer grained set of resources.

+ +Environment Variables in Apache
CacheMaxExpire