1 halashton Sep 04, 2008 22:02
3 halashton Sep 04, 2008 23:46
I see the function you are referencing. My next question is how is that pulling different information then the hits in my access log?
4 afwas Sep 04, 2008 23:58
Hi halashton,
I think your host knows the answer to that. This looks to me a load balancing measure, moving your blog to another CPU if needed. I think they tweaked their logs so this information doesn't show there.
I just shouldn't worry about it ;)
Good luck
5 halashton Sep 05, 2008 00:03
That is what I was expecting you to say. I when I asked the last time, the problem was corrected shortly thereafter, but their answer to me was that they did not know and could not see what I was referring to in the logs.
6 afwas Sep 05, 2008 00:55
Your blog is being redirected by the server. Apparently the server logs are generated after that or before that or they took some measures to not log this redirect. The logs are not created by PHP but by some Linux command so it may completely be unaware of this referrer.
/inc/sessions/model/_hit.class.php
Looks like this php superglobal does the job.
Good luck