/etc/sysconfig/htcacheclean - CentOS Linux 8

This is the default example configuration of htcacheclean provided by Apache. This config file was generated by Apache running on CentOS 8.

It is located under: /etc/sysconfig/htcacheclean

    #
# 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
CentOS Linux 8
Length
16 lines
MD5 checksum
b8b9b8fc28b42deee250a2a295e74d9e

Usage

Download the raw file with wget or curl

Wget

wget -O htcacheclean.example http://exampleconfig.com/static/raw/apache/centos8/etc/sysconfig/htcacheclean

cURL

curl http://exampleconfig.com/static/raw/apache/centos8/etc/sysconfig/htcacheclean > htcacheclean.example