From: Jeff Trawick Date: Wed, 22 Sep 2010 18:38:44 +0000 (+0000) Subject: generated files only X-Git-Tag: 2.3.9~454 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d1244f1821b5b045172e7c29433378596c72b5d;p=apache generated files only git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000131 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/new_api_2_4.html.en b/docs/manual/developer/new_api_2_4.html.en index 778078630f..24974fe24f 100644 --- a/docs/manual/developer/new_api_2_4.html.en +++ b/docs/manual/developer/new_api_2_4.html.en @@ -43,6 +43,7 @@
top
+

ap_regex (changed)

+ +

In addition to the existing regexp wrapper, a new higher-level API + ap_rxplus is now provided. This provides the capability to + compile Perl-style expressions like s/regexp/replacement/flags + and to execute them against arbitrary strings. Also regexp memory.

+
top
+

ap_slotmem (NEW!)

Introduces an API for modules to allocate and manage memory slots diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index e99cfe74d6..ca11b434aa 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -730,7 +730,7 @@ LastModified date. Status:Extension Module:mod_cache -

Since httpd 2.2.4, responses which are already-expired are not +

Since httpd 2.2.4, responses which have already expired are not stored in the cache. The CacheStoreExpired directive allows this behavior to be overridden. CacheStoreExpired On diff --git a/docs/manual/mod/mod_cache.xml.ja b/docs/manual/mod/mod_cache.xml.ja index 18ca59cd6e..e8f43cb55d 100644 --- a/docs/manual/mod/mod_cache.xml.ja +++ b/docs/manual/mod/mod_cache.xml.ja @@ -1,7 +1,7 @@ - + + +