]> granicus.if.org Git - apache/commitdiff
fix broken module identifiers
authorJeff Trawick <trawick@apache.org>
Wed, 8 Aug 2012 13:50:16 +0000 (13:50 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 8 Aug 2012 13:50:16 +0000 (13:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1370764 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_slotmem_plain.xml
docs/manual/mod/mod_slotmem_shm.xml
docs/manual/mod/mod_socache_dbm.xml
docs/manual/mod/mod_socache_dc.xml
docs/manual/mod/mod_socache_memcache.xml
docs/manual/mod/mod_socache_shmcb.xml

index 1c70f3ce8749a18e37127308882d1a8bce6f61cd..d5f9d232c451d24a35101cace2f27e70669aac2e 100644 (file)
@@ -26,7 +26,7 @@
 <description>Slot-based shared memory provider.</description>
 <status>Extension</status>
 <sourcefile>mod_slotmem_plain.c</sourcefile>
-<identifier>mod_slotmem_plain</identifier>
+<identifier>slotmem_plain_module</identifier>
 
 <summary>
     <p><code>mod_slotmem_plain</code> is a memory provider which
index c49357dfc5493e513615b56a2ec3454608fab559..cee9a8e4ebf90437d97243d19b525a19a2f659c2 100644 (file)
@@ -26,7 +26,7 @@
 <description>Slot-based shared memory provider.</description>
 <status>Extension</status>
 <sourcefile>mod_slotmem_shm.c</sourcefile>
-<identifier>mod_slotmem_shm_module</identifier>
+<identifier>slotmem_shm_module</identifier>
 
 <summary>
     <p><code>mod_slotmem_shm</code> is a memory provider which
index eaa0bc10e0c71135d9c29512a34f541fc2a41f91..bd627f08ebbbd78353042cccc39f8b1c3f5c1963 100644 (file)
@@ -26,7 +26,7 @@
 <description>DBM based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_dbm.c</sourcefile>
-<identifier>mod_socache_dbm_module</identifier>
+<identifier>socache_dbm_module</identifier>
 
 <summary>
     <p><code>mod_socache_dbm</code> is a shared object cache provider
index ff281ef4a65ad27b9945727459a805c0be8af885..0fe67d20c8548e1c03149014a1ba02b73e829fc9 100644 (file)
@@ -26,7 +26,7 @@
 <description>Distcache based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_dc.c</sourcefile>
-<identifier>mod_socache_dc_module</identifier>
+<identifier>socache_dc_module</identifier>
 
 <summary>
     <p><code>mod_socache_dc</code> is a shared object cache provider
index 2f4d7f8df95cc9c2254ed9a1f2218eeb61a4f9c4..57bed5b8203c3c55a6eb90c31d73c028c2c564b1 100644 (file)
@@ -26,7 +26,7 @@
 <description>Memcache based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_memcache.c</sourcefile>
-<identifier>mod_socache_memcache_module</identifier>
+<identifier>socache_memcache_module</identifier>
 
 <summary>
     <p><code>mod_socache_memcache</code> is a shared object cache provider
index fc824264004cca1f5e11055f2f914eeafaf3ffb8..7ee9c96042b07b237fb3603739791119caf3959e 100644 (file)
@@ -26,7 +26,7 @@
 <description>shmcb based shared object cache provider.</description>
 <status>Extension</status>
 <sourcefile>mod_socache_shmcb.c</sourcefile>
-<identifier>mod_socache_shmcb_module</identifier>
+<identifier>socache_shmcb_module</identifier>
 
 <summary>
     <p><code>mod_socache_shmcb</code> is a shared object cache provider