<package type="rpm">
	<name>apache-mod_file_cache</name>
	<arch>x86_64</arch>
	<version epoch="0" ver="2.4.66" rel="2"/>
	<checksum type="sha256" pkgid="YES">65634849d34e3e19a6609d63519fca784bf825a1d4e5d7f264ae79efd40e3e8b</checksum>
	<summary>Caches a static list of files in memory</summary>
	<description>This module should be used with care. You can easily create a broken site
using mod_file_cache, so read this document carefully.

Caching frequently requested files that change very infrequently is a
technique for reducing server load. mod_file_cache provides two techniques for
caching frequently requested static files. Through configuration directives,
you can direct mod_file_cache to either open then mmap() a file, or to
pre-open a file and save the file's open file handle. Both techniques reduce
server load when processing requests for these files by doing part of the
work (specifically, the file I/O) for serving the file when the server is
started rather than during each request.

Notice: You cannot use this for speeding up CGI programs or other files
which are served by special content handlers. It can only be used for
regular files which are usually served by the Apache core content handler.

This module is an extension of and borrows heavily from the mod_mmap_static
module in Apache 1.3.</description>
	<packager>bero &lt;bero@lindev.ch&gt;</packager>
	<url>https://httpd.apache.org</url>
	<time file="1774664339" build="1774663211"/>
	<size package="14113" installed="11985" archive="0"/>
	<location href="apache-mod_file_cache-2.4.66-2-omv2690.x86_64.rpm"/>
	<format>
		<rpm:license>Apache License</rpm:license>
		<rpm:vendor>OpenMandriva</rpm:vendor>
		<rpm:group>System/Servers</rpm:group>
		<rpm:buildhost>c64-4.openmandriva.org</rpm:buildhost>
		<rpm:sourcerpm>apache-2.4.66-2.src.rpm</rpm:sourcerpm>
		<rpm:header-range start="5032" end="9275"/>
		<rpm:provides>
			<rpm:entry name="apache-mod_file_cache" flags="EQ" ver="2.4.66" rel="2"/>
			<rpm:entry name="apache-mod_file_cache(x86-64)" flags="EQ" ver="2.4.66" rel="2"/>
			<rpm:entry name="config(apache-mod_file_cache)" flags="EQ" ver="2.4.66" rel="2"/>
		</rpm:provides>
		<rpm:requires>
			<rpm:entry name="/bin/sh"/>
			<rpm:entry name="/bin/sh"/>
			<rpm:entry name="config(apache-mod_file_cache)" flags="EQ" ver="2.4.66" rel="2"/>
			<rpm:entry name="libc.so.6()(64bit)"/>
			<rpm:entry name="libc.so.6(GLIBC_2.2.5)(64bit)"/>
			<rpm:entry name="libc.so.6(GLIBC_2.4)(64bit)"/>
			<rpm:entry name="rpmlib(LargeFiles)" flags="LE" ver="4.12.0" rel="1"/>
			<rpm:entry name="rpmlib(PayloadIsZstd)" flags="LE" ver="5.4.18" rel="1"/>
			<rpm:entry name="rtld(GNU_HASH)"/>
		</rpm:requires>
		<file>/etc/httpd/modules.d/020_mod_file_cache.conf</file>
	</format>
</package>
