Good Morning
I recently got a request to do some research on revearse proxies in Apache 2.2. After abit of RTFM I finally got it running. I have a problem accessing some of the images that are loaded from the reverse proxy. Since this only occurs the machines outside my DMZ I assume its a access issue. Was wondering if caching the images on the reverse proxy would get around this (just an idea :P).
####################################################
####################################################
LoadModule cache_module modules/mod_cache.so
mod_disk_cache.so
mod_mem_cache,
CacheRoot c:/cacheroot
CacheEnable disk /
CacheDirLevels 5
CacheDirLength 3
LoadModule mem_cache_module modules/mod_mem_cache.so
CacheEnable mem /
MCacheSize 4096
MCacheMaxObjectCount 100
MCacheMinObjectSize 1
MCacheMaxObjectSize 2048
####################################################
####################################################
Using the following piece of code and well nothing happens. Any help would be gratly appreciated?
Adam