Skip to content

Instantly share code, notes, and snippets.

@lpmagnuson
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lpmagnuson/75f4981c5869cf475db8 to your computer and use it in GitHub Desktop.
Save lpmagnuson/75f4981c5869cf475db8 to your computer and use it in GitHub Desktop.
EZProxy SPULog Example
#EZProxy Starting Point URL Log (SPULog) Example
#LogSPU -strftime log/spu/spu%Y%m.log %h %l %u %t "%r" %s %b "%{ezproxy-groups}i"
111.222.1.2 - - [27/Oct/2014:16:32:27 -0800] "GET http://example.com" 301 0 "-"
111.222.1.3 - uSeR1sEsSiOnId [27/Oct/2014:16:32:31 -0800] "GET http://github.com" 200 0 "Default"
111.222.1.3 - uSeR2sEsSiOnId [27/Oct/2014:16:32:42 -0800] "GET http://gist.github.com" 200 0 "Default"
111.222.1.4 - uSeR3sEsSiOnId [27/Oct/2014:16:32:58 -0800] "GET http://help.github.com" HTTP/1.1" 301 0 "Default"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment