Displaying 1 result from an estimated 1 matches for "cachedirlevels".
2005 Dec 16
0
caching rails generated images
...RAILS_ENV development
        <IfModule mod_cache.c>
                <IfModule mod_disk_cache.c>
                        CacheRoot /var/www/cache/
                        CacheSize 256000
                        CacheEnable disk /image
                </IfModule>
                CacheDirLevels 5
                CacheDirLength 3
        </IfModule>
   <Directory /home/hmeyer/dicomweb/public/>
    Options ExecCGI FollowSymLinks
    AddHandler cgi-script .cgi
    AllowOverride all
    Order allow,deny
    Allow from all
    ExpiresByType image/png "now plus 1 month"...