Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > f331466ffcef1a5c613554bb604033ee > files > 13

apache-2.2.23-1.mga1.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>