• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Web server log question...

Entity

Lifer
I just started analyzing the web logs on one of my sites, and noticed some things that I'm not quite sure how to interpret...anyone know what these might mean? These are showing up in my apache logs (access.log).

61.168.67.173 - - [17/Feb/2003:22:41:37 -0800] "GET http://www.sina.com.cn/ HTTP/1.1" 200 427 "-" "Internet Explorer 4.01"
61.168.67.173 - - [18/Feb/2003:01:25:16 -0800] "GET http://www.intel.com/ HTTP/1.1" 200 427 "-" "Internet Explorer 4.01"

All the other odd log files I saw were explained by Code Red II...but these don't make sense to me. Any ideas?

Rob
 
It's probably someone seeing if you have an open proxy, Apache comes with proxy modules but they're not enabled by default.
 
Back
Top