:[EMAIL PROTECTED]
Sent: Monday, October 24, 2005 11:08 PM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] using cache in reverse proxy mode
I put
CacheIgnoreCacheControl on
CacheIgnoreNoLastModon
CacheIgnoreHeaders set-cookie
and now debug LogLevel showes the content is cached, but some
ot do you much good anyway.
>
>-ascs
>
>-Original Message-
>From: Yavor Trapkov [mailto:[EMAIL PROTECTED]
>Sent: Saturday, October 22, 2005 9:54 PM
>To: users@httpd.apache.org
>Subject: Re: [EMAIL PROTECTED] using cache in reverse proxy mode
>
>Good point!, but i
: Saturday, October 22, 2005 9:54 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] using cache in reverse proxy mode
Good point!, but it doesn't seems to be marked uncachable, here are two examples
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Set-Coo
On Saturday 22 October 2005 20:53, Yavor Trapkov wrote:
> Good point!, but it doesn't seems to be marked uncachable, here are two
> examples
>
>
> HTTP request sent, awaiting response...
> HTTP/1.1 200 OK
> Set-Cookie: JSESSIONID=8A211D396681857816C48E62C2E0D8A5; Path=/
> Content
On 10/22/05, Yavor Trapkov <[EMAIL PROTECTED]> wrote:
> Good point!, but it doesn't seems to be marked uncachable, here are two
> examples
Although you are going to run into problem with the cookies, I agree
those look cachable.
Next: turn LogLevel to debug and check the error log.
Joshua.
---
Good point!, but it doesn't seems to be marked uncachable, here are two examples
HTTP request sent, awaiting response...
HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=8A211D396681857816C48E62C2E0D8A5; Path=/
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 18
Date: Sat, 2
On 10/22/05, Yavor Trapkov <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm using apache (2.0.54) as a frontend server to proxy content from
> application servers,
>
> I'd like to enable caching in order to decrease the load of the backend
> servers,
>
> I tried to add CacheEnable directive:
>
> Proxy