Forum Discussion

IStanbul_Web_38's avatar
IStanbul_Web_38
Icon for Nimbostratus rankNimbostratus
Jun 25, 2008

Cache response logging for iis 6

Hello,

 

I am using IIS 6 for my web sites and using f5 as a proxy/loadbalancer/cache.

 

 

I am able to log real ip addresses of visitors thanks to F5XForwarder dll.

 

 

My problem is that;

 

 

I wanna also log (or get logs somewhat) caching response. Most of the web site is coming from cache. How can i get these statistics or logs (as W3C).

 

 

Thanks and regards,

 

 

Recai DEREYURT
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Recai,

     

     

    If LTM answers the request from its cache, the web server would never see the request. You'd probably need to log the details for cached requests in an iRule to a remote syslog server.

     

     

    Here is a related post to start with. Let us know if you have any questions.

     

     

    http://devcentral.f5.com/Default.aspx?tabid=53&forumid=32&tpage=1&view=topic&postid=2080520862

     

     

    Aaron