Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > caf339018a6654e52c7cc23d1db11db5 > files > 11

apache-2.2.9-12.9mdv2009.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>