Question
April 25, 2008 at 01:18 AM
sovereign32

Apache 2.2 Problem Caching and Reverse Proxy

by sovereign32 . Updated 18 years, 3 months ago

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

This discussion is locked

All Comments