Re: [EMAIL PROTECTED] Reverse proxy with cache

2007-01-29 Thread Joshua Slive
On 1/28/07, arun kumar <[EMAIL PROTECTED]> wrote: If i request page from backend server then i'ts not caching any content..i found there was no files under /local/apache2/logs/cache directory. i also set 777 permission for directory local/apache2/logs/cache but no use. Please let me know what

[EMAIL PROTECTED] Reverse proxy with cache

2007-01-27 Thread arun kumar
Hi All, Below find the reverse proxy configuration with disk cache enabled. Proxypass / http://10.249.68.24:9001/ ProxypassReverse / http://10.249.68.24:9001/ ifModule mod_cache.c> UseCanonicalName Off CacheRoot /local/apache2/logs/

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Wim . Van . Leuven
You  guys are fabolous! I'm learning here! Joshua Slive <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 20/12/2005 18:10 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] reverse proxy with cache ...

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Joshua Slive
On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > And how can I analyze this HTTP traffic? Lots of ways to do that. If the URLs are public you can search google for "http header viewer". If not, firefox has a "live http headers" extension or the "web developer extension" that will do

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Wim . Van . Leuven
And how can I analyze this HTTP traffic? Joshua Slive <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 20/12/2005 17:55 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] reverse proxy with cache ... On 12/20/05,

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Joshua Slive
On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > So we have a central deployment server where we update the files. The users > on their > PCs access however a reverse proxy caching server. The URL request arrives at > the > proxy, it checks it cache to download or server the request f

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Wim . Van . Leuven
o-cache or authorization forbids caching of ...". I can't figure out why he does this. Joshua Slive <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 20/12/2005 17:33 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Joshua Slive
On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Doesn't the cache verify the last mod times of the remote URLs? It can probably do this, with the appropriate http response headers (Cache-control: must-revalidate), but is that what you really want? What is the point of the cache if i

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Wim . Van . Leuven
CTED] 20/12/2005 17:23 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] reverse proxy with cache ... On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello all, > > i'm quite new to HTT

Re: [EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Joshua Slive
On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello all, > > i'm quite new to HTTPD and trying to figure out how to configure the apache > webserver as a reverse proxy with cache to a central intranet server. The > idea is to make the reverse proxy as a local site proxy to cache > a

[EMAIL PROTECTED] reverse proxy with cache ...

2005-12-20 Thread Wim . Van . Leuven
Hello all, i'm quite new to HTTPD and trying to figure out how to configure the apache webserver as a reverse proxy with cache to a central intranet server. The idea is to make the reverse proxy as a local site proxy to cache applications launched through java webstart. I've been able to setup a