Expand my Community achievements bar.

SOLVED

cache issue?

Avatar

Level 5

Hi,

I am using 5.6.1 version, Apache 2.2.25

I am accessing the publish instance with Apache web server, when i hit localhost:80 it is directing to localhost:80/content/geometrixx-outdoors/en.html.

but it is not caching the content, for example i have mentioned cache path /usr/local/apache/htdocs in dispatcher.any, when i check this path it is not having any cache content.

what would be the issue

1 Accepted Solution

Avatar

Correct answer by
Level 10

Verify in dispatcher.any under filter section what is configured Or POST the same here.

View solution in original post

2 Replies

Avatar

Level 5

 this is from dispatceher.log

 

Found farm website for 10.209.5.4
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] checking [/]
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] no cache due to missing extenson in uri: /
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] cache-action for [/]: NONE
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] connected to render rend01 (10.209.5.2:4503)
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Spooling request header: Host
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Spooling request header: Accept
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Spooling request header: User-Agent
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Spooling request header: Accept-Encoding
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Spooling request header: Accept-Language
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Spooling request header: Cookie
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] response.status = 302
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] response.headers[Server] = "Day-Servlet-Engine/4.1.52 "
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] response.headers[Date] = "Thu, 03 Oct 2013 13:41:26 GMT"
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] response.headers[Location] = "/index.html"
[Thu Oct 03 19:06:41 2013] [D] [1769(140384385988352)] Content length: -1, written: 0
[Thu Oct 03 19:06:41 2013] [I] [1769(140384385988352)] "GET /" 302 - 7ms

Avatar

Correct answer by
Level 10

Verify in dispatcher.any under filter section what is configured Or POST the same here.