Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates > by-pkgid > 4873863781b99960ac26b81205b24cb6 > files > 1

apache-mod_file_cache-2.2.17-5.6.mga1.i586.rpm

<IfDefine HAVE_FILE_CACHE>
    <IfModule mod_cache.c>
	<IfModule !mod_file_cache.c>
	    LoadModule file_cache_module	modules/mod_file_cache.so
	</IfModule>
    </IfModule>
</IfDefine>

<IfModule mod_file_cache.c>

    # CacheFile - A space separated list of files to add to the file handle cache at config time

    # MMapFile - A space separated list of files to mmap at config time

    # Want resident icons?
    # find /var/www/icons -type f -name "*.png" -print | sed -e 's/.*/mmapfile &/' > /var/www/icons/mmap.conf
    # MMapFile /var/www/icons/mmap.conf

</IfModule>