Get the default configuration file htcacheclean for Apache, optimized for Red Hat Enterprise Linux 8 (Ootpa). This example configuration ensures optimal compatibility and performance for Apache, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/sysconfig/htcacheclean.
For more configurations and setup guides, visit our related files section to further customize your system.
#
# Configuration options for systemd service, htcacheclean.service.
# See htcacheclean(8) for more information on available options.
#
# Interval between cache clean runs, in minutes
INTERVAL=15
# Default cache root.
CACHE_ROOT=/var/cache/httpd/proxy
# Cache size limit in bytes (K=Kbytes, M=Mbytes)
LIMIT=100M
# Any other options...
OPTIONS=
Download the raw file with wget or curl
wget -O htcacheclean.example https://exampleconfig.com/static/raw/apache/rhel8/etc/sysconfig/htcacheclean
curl https://exampleconfig.com/static/raw/apache/rhel8/etc/sysconfig/htcacheclean > htcacheclean.example
Other config files you might find useful