Get the default configuration file htcacheclean for Apache, optimized for CentOS Linux 6. 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 file for the htcacheclean service.
#
# This options sets the cache cleaning interval in minutes.
# Default interval of cache cleaning is every 5 minutes.
#
#INTERVAL=10
#
# This option sets the root of the mod_cache_disk's cache.
# Default value is "/var/cache/mod_proxy".
#
#CACHE_ROOT=/var/cache/mod_proxy
#
# This option sets the cache size limit.
# The value is expressed in bytes by default (or attaching B to the number).
# Attach K for Kbytes or M for MBytes. Default limit is 150M.
#
#CACHE_LIMIT=150M
Download the raw file with wget or curl
wget -O htcacheclean.example https://exampleconfig.com/static/raw/apache/centos6/etc/sysconfig/htcacheclean
curl https://exampleconfig.com/static/raw/apache/centos6/etc/sysconfig/htcacheclean > htcacheclean.example
Other config files you might find useful