Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 66dd8410cea698ad8af2319531055d1b > files > 11

apache-2.2.6-8.2mdv2008.0.src.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>