Hello,
I am trying to get my backend servers to log the client IP.
If I understand the "README" correct, pound has "x-forwarded-for" as
default. This means that the following .cfg file should be enough for
pound to pass this to backend IIS servers:
ListenHTTP X.X.X.30,80
ExtendedHTTP 1
LogLevel 2
Alive 30
UrlGroup ".*"
BackEnd X.X.X.51,80,1
BackEnd X.X.X.42,80,1
EndGroup
Is there any guides on how to make IIS log client ip?
Pound is running on RH 7.3
Regards
Thomas Nesvoll-Jenssen
|