Yes- my mind choked and read "2.2" instead of "2.2.2"-

Anyway- looking at the log lines he sent later, perhaps this gives a clue:

> [Tue May 30 11:29:34 2006] [warn] [client 10.6.3.3] proxy: no HTTP 0.9 request (with no host line) on incoming request and preserve host set forcing hostname to be media.rightmove.co.uk for uri /14k/ 13115/13115_418671A_18671_IMG_00_t.JPG

Maybe this hostname is confusing mod_cache somehow. The fact that it is caching the URL, but then doesn't serve from cache because nobody thinks they have it tells me it could be a weird naming issue.

Anyway- there are other reasons that the response may not get cached, depending on the headers in the response and what you have things like CacheIgnoreCacheControl and CacheIgnoreNoLastMod etc-

http://httpd.apache.org/docs/2.2/mod/mod_cache.html

-SS

On May 31, 2006, at 12:11 AM, Axel-Stéphane SMORGRAV wrote:

This is definitely not the same problem.

First of all the problem was fixed in 2.2.1 and the original poster reports using 2.2.2.

Second, I do not see any mention of caching the response under the key http://_default_:80/ like in your case.

Frankly, I do not see anything indicating the response is not cached or is cached under a key that does not correspond to the URL, in the logs posted. I would have liked to see the logs for two subsequent requests for the exact same URL though, because in this case we do not know whether the URL had been previously requested (and cached).

The fact that the CACHE_SAVE filter is added means that all cache providers have declined to serve the request, i.e. no cache provider has an appropriate response.

-ascs

-----Original Message-----
From: Nathan Seven [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 31, 2006 12:15 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Reverse Proxy Cache not Caching in 2.2.2

I reported this earlier- it is an easy patch:

http://issues.apache.org/bugzilla/show_bug.cgi?id=38017

-SS

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to