EZProxy Log Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Example anonymized entries from a full ezproxy log | |
#LogFormat %h %l %u %t "%r" %s %b "%{user-agent}i" | |
11.222.333.444 - tHiSiSaSeSsIoNiD [01/Sep/2014:03:26:05 -0800] "GET http://example.com:80/interface/search/ HTTP/1.1" 403 459 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36" | |
11.222.333.444 - tHiSiSaSeSsIoNiD [01/Sep/2014:03:26:05 -0800] "GET http://example.com:80/interface/results?query=dinosaurs HTTP/1.1" 200 664 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36" | |
11.222.333.444 - tHiSiSaSeSsIoNiD [01/Sep/2014:03:26:06 -0800] "GET http://example.com:80/interface/results/article.pdf HTTP/1.1" 200 117956 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36" | |
11.222.333.444 - tHiSiSaSeSsIoNiD [01/Sep/2014:03:26:07 -0800] "GET http://example.com:80/interface/results/article.pdf?page=2 HTTP/1.1" 200 664 "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment