Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 306ea7e3b14ff2982daadb5328dd3fa4 > files > 1

apache-mod_file_cache-2.2.15-3mdv2010.1.x86_64.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>