Apache htcacheclean configuration example for Red Hat Enterprise Linux 8 (Ootpa)

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=

    
  

Config Details

Location
/etc/sysconfig/htcacheclean
Operating system
Red Hat Enterprise Linux 8 (Ootpa)
Length
16 lines
MD5 checksum
b8b9b8fc28b42deee250a2a295e74d9e

Usage

Download the raw file with wget or curl

Wget

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

cURL

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