Forum Discussion

Fletcher_Cocquy's avatar
Fletcher_Cocquy
Icon for Nimbostratus rankNimbostratus
Mar 06, 2007

loadbalancing IIS (wentrends smartsource)

Hi,

 

It looks like f5isapi.dll may solve my issue - I am searching for a reference on how to implement the integration of Microsoft IIS and BigIP 9.1.x

 

 

I am loadbalancing two webtrends smartsource data collector servers which NEED the client IP to record for web statistics analysis

 

 

I found the f5isapi.dll in /var/windlls - now what?

 

 

thanks,

 

Fletcher.
  • Hi Fletcher,

     

     

    This forum is intended to help out with programming questions and is not really designed to handle product related questions. Your best bet would be to contact Product Technical Support if your having trouble with your configuration.

     

     

    With that said; once you have imported the ISAPI filter into the Windows server, all you should need to do is enable "Insert XForwarded For" on a custom HTTP profile for your Virtual Server. This will embed the source IP into the header of client requests, which the ISAPI filter can then parse and direct to your WC3 logs.

     

     

    Hope this helps,

     

    Scott H.