]> git.pld-linux.org Git - packages/apache.git/commitdiff
- make it easier to switch comments
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 15 Dec 2006 08:16:48 +0000 (08:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_cache.conf -> 1.5

apache-mod_cache.conf

index ffe5ae54afa3a478a87119d887329a1e982ee815..9030543d8be1cc7ee546608b4b728aa2c0b4b4ef 100644 (file)
@@ -5,23 +5,23 @@ LoadModule cache_module       modules/mod_cache.so
 #
 
 <IfModule mod_cache.c>
-       #LoadModule disk_cache_module modules/mod_disk_cache.so
        # If you want to use mod_disk_cache instead of mod_mem_cache,
-       # uncomment the line above and comment out the LoadModule line below.
+       # just swap the two loadmodule comments.
+#      LoadModule disk_cache_module modules/mod_disk_cache.so
+       LoadModule mem_cache_module modules/mod_mem_cache.so
+
        <IfModule mod_disk_cache.c>
                CacheRoot "/var/cache/httpd"
                CacheEnable disk /
                CacheDirLevels 5
                CacheDirLength 3
-               
-               #CacheDefaultExpire 3600
-               #CacheMinExpire 3600
-               #CacheMinFileSize 64
-               #CacheMaxFileSize 64000
 
-       </IfModule> 
+#              CacheDefaultExpire 3600
+#              CacheMinExpire 3600
+#              CacheMinFileSize 64
+#              CacheMaxFileSize 64000
+       </IfModule>
 
-       LoadModule mem_cache_module modules/mod_mem_cache.so
        <IfModule mod_mem_cache.c>
                CacheEnable mem /
                MCacheSize 4096
This page took 0.032881 seconds and 4 git commands to generate.