Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# Configuration file for the htcacheclean service.
|
|
|
2 |
|
|
|
3 |
#
|
|
|
4 |
# This options sets the cache cleaning interval in minutes.
|
|
|
5 |
# Default interval of cache cleaning is every 5 minutes.
|
|
|
6 |
#
|
|
|
7 |
#INTERVAL=10
|
|
|
8 |
|
|
|
9 |
#
|
|
|
10 |
# This option sets the root of the mod_cache_disk's cache.
|
|
|
11 |
# Default value is "/var/cache/mod_proxy".
|
|
|
12 |
#
|
|
|
13 |
#CACHE_ROOT=/var/cache/mod_proxy
|
|
|
14 |
|
|
|
15 |
#
|
|
|
16 |
# This option sets the cache size limit.
|
|
|
17 |
# The value is expressed in bytes by default (or attaching B to the number).
|
|
|
18 |
# Attach K for Kbytes or M for MBytes. Default limit is 150M.
|
|
|
19 |
#
|
|
|
20 |
#CACHE_LIMIT=150M
|