You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2012/08/08 15:52:25 UTC

svn commit: r1370766 - in /httpd/httpd/trunk/docs/manual/mod: mod_slotmem_plain.html.en mod_slotmem_shm.html.en mod_socache_dbm.html.en mod_socache_dc.html.en mod_socache_memcache.html.en mod_socache_shmcb.html.en

Author: trawick
Date: Wed Aug  8 13:52:24 2012
New Revision: 1370766

URL: http://svn.apache.org/viewvc?rev=1370766&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en?rev=1370766&r1=1370765&r2=1370766&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_plain.html.en Wed Aug  8 13:52:24 2012
@@ -28,7 +28,7 @@
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Slot-based shared memory provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_slotmem_plain</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>slotmem_plain_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_slotmem_plain.c</td></tr></table>
 <h3>Summary</h3>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en?rev=1370766&r1=1370765&r2=1370766&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_slotmem_shm.html.en Wed Aug  8 13:52:24 2012
@@ -28,7 +28,7 @@
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Slot-based shared memory provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_slotmem_shm_module</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>slotmem_shm_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_slotmem_shm.c</td></tr></table>
 <h3>Summary</h3>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en?rev=1370766&r1=1370765&r2=1370766&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_dbm.html.en Wed Aug  8 13:52:24 2012
@@ -28,7 +28,7 @@
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>DBM based shared object cache provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_dbm_module</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>socache_dbm_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_dbm.c</td></tr></table>
 <h3>Summary</h3>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en?rev=1370766&r1=1370765&r2=1370766&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_dc.html.en Wed Aug  8 13:52:24 2012
@@ -28,7 +28,7 @@
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Distcache based shared object cache provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_dc_module</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>socache_dc_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_dc.c</td></tr></table>
 <h3>Summary</h3>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en?rev=1370766&r1=1370765&r2=1370766&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_memcache.html.en Wed Aug  8 13:52:24 2012
@@ -28,7 +28,7 @@
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Memcache based shared object cache provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_memcache_module</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>socache_memcache_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_memcache.c</td></tr></table>
 <h3>Summary</h3>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en?rev=1370766&r1=1370765&r2=1370766&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_socache_shmcb.html.en Wed Aug  8 13:52:24 2012
@@ -28,7 +28,7 @@
 </div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>shmcb based shared object cache provider.</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
-<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>mod_socache_shmcb_module</td></tr>
+<tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>socache_shmcb_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_socache_shmcb.c</td></tr></table>
 <h3>Summary</h3>