Apache 2.x mod_cache setting by Emerald Green College - Green Institute
Note: Apache defaults that there is no module that loads the Cache function.
See example:
######################################################################################################################################################################################################################################################################################################## ######
## Apache 2.x MOD_CACHE setting
#
#LoadModule Cache_Module Modules / MOD_CACHE.SO
#LoadModule Disk_cache_module modules / mod_disk_cache.so
#LoadModule File_Cache_Module Modules / MOD_FILE_CACHE.SO
#LoadModule MEM_CACHE_MODULE MODULES / MOD_MEM_CACHE.SO
#
#
#LoadModule Disk_cache_module modules / mod_disk_cache.so
#
# Cacheroot h: / apache_mod_cache_gi
# Cachesize 1073741824
# Cacheenable Disk /
# Cachedirlevels 5
# Cachedirlength 3
# Ifmodule>
# Ifmodule>
######################################################################################################################################################################################################################################################################################################## ######