Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Reverse Proxy with Cache configuration problem

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Related Topics:
IE problem with Reverse Proxy - I can access my server through my reverse proxy with Netscape, Mozilla, or Safari, but IE 5 -6 just gives me a blank page. IE is fine if I connect to the server directly. My reverse proxy setup is apache 2.0.47 running on fedora...

Newbie's Reverse Proxy problem - Hi folks, I am new to Apache and to Linux. I need to set up a reverse proxy with Apache2 and Linux (Suse 8.2). After reading manuals and (e.g. I thought this would be a pretty easy..

apache reverse proxy problem - Hello, I'm trying to setup reverse proxy as DMZ based gateway to our intranet Domino server. I have working setup of Apache2 (ver. 2.0.x on Debian Sarge) of reverse proxy with SSL. It works like this: 1. User enter address of mail server like..

problem adding reverse proxy to Apache 2.2.0 - Hello, I'm having trouble the necessary modules to use apache 2.2.0 as a reverse proxy. First of all, httpd -l lists mod_so as the modules directory already contained and ..

SSL'd Apache 2.2 Reverse Proxy to OWA 2007 Upload Problem - Hello All, We have Apache 2.2.6 doing reverse proxying for OWA 2007, but we have a problem. When trying to upload files greater than about 100kb in size to attach to emails, after the upload the page refreshes to a blank page. ..
Author Message
user

External


Since: Feb 26, 2008
Posts: 1



(Msg. 1) Posted: Tue Feb 26, 2008 9:21 am
Post subject: Reverse Proxy with Cache configuration problem
Archived from groups: alt>apache>configuration (more info?)

I would like to config an apache web server act as a reverse proxy to
internal application servers, and it works. But i would like the
apache also cache the results. I am using the disk cache mode, but I
cant see anything in the specific disk directory.

Below is the configuration:

LoadModule cache_module modules/mod_cache.so
LoadModule disk_cache_module modules/mod_disk_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so

CacheRoot "d:\webcache"
CacheEnable disk /
CacheDirLevels 2
CacheDirLength 1

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /jsp-examples http://localhost:8080/jsp-examples
ProxyPassReverse /jsp-examples http://localhost:8080/jsp-examples

======
Can somebody tell me why the Cache not works? and how can we enable
caches?

Very thanks

 >> Stay informed about: Reverse Proxy with Cache configuration problem 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]