Hi folks;
I'm running WMS on Win 2008 Enterprise.
What I'm trying to acomplish here is get the log from the reverse proxies to be propagated to the origin server.
Here is a quote from the "Logging Model for Windows Media Services" document:
"When a client sends a log to a cache/proxy server, the cache/proxy server writes this log to its own log file and also propagates this log to the upstream server; however, the cache/proxy server removes information in some fields before sending it to the upstream server (for example, s-cpu-util and s-totalclients to protect its own privacy)."
And it actually works exactly like this, all information about the client is propagated (player version, duration and stuff like that), however it removes the client's IP from the "c-IP" field and add the reverse proxy IP.
So, a question I made on another post when talking about WMS:
Is it by design or is it a bug?
The only reason it would propagate a client connection log, is because on the other end, somebody needs the "client information", so, why switch the IP?
Before somebody ask, we need the client IP to work on geolocation.
Now... Do we need to (go to all the trouble of) create a custom logging plugin just to implement that?
Or... is it a bug and we can continue work on hour solution and wait for a fix?
Hope somebody can help me with this one.
Thanks in advance.