Apache htcacheclean configuration example for CentOS Linux 6

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

    
  

Config Details

Location
/etc/sysconfig/htcacheclean
Operating system
CentOS Linux 6
Length
20 lines
MD5 checksum
96704a4749797db04ec05d6ab9fb0a39

Usage

Download the raw file with wget or curl

Wget

wget -O htcacheclean.example https://exampleconfig.com/static/raw/apache/centos6/etc/sysconfig/htcacheclean

cURL

curl https://exampleconfig.com/static/raw/apache/centos6/etc/sysconfig/htcacheclean > htcacheclean.example