summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/conf/cache.conf.in
blob: fa06db72ebb5b4b11408f609c6f7e3293fb7dc9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Config for mod_cache tests
#

<IfModule mod_cache.c>
    <VirtualHost mod_cache>
    <IfModule mod_disk_cache.c>

            CacheEnable    disk /cache/
            CacheRoot      @SERVERROOT@/conf/cacheroot/ 
            CacheDirLevels 1
            CacheDirLength 1

   </IfModule>
   <IfModule mod_cache_disk.c>

            CacheEnable    disk /cache/
            CacheRoot      @SERVERROOT@/conf/cacheroot/ 
            CacheDirLevels 1
            CacheDirLength 1

   </IfModule>
   DocumentRoot @SERVERROOT@/htdocs/modules/cache
   </VirtualHost>
</IfModule>