Skip to content

Instantly share code, notes, and snippets.

@maimai-swap
Last active August 29, 2015 14:18
Show Gist options
  • Save maimai-swap/8b6602b2c643d423dbbe to your computer and use it in GitHub Desktop.
Save maimai-swap/8b6602b2c643d423dbbe to your computer and use it in GitHub Desktop.
ltsvで出すApacheのログconfig
LogFormat "host:%h\tident:%l\tuser:%u\ttime:%{%d/%b/%Y:%H:%M:%S %z}t\tmethod:%m\tpath:%U%q\tprotocol:%H\tstatus:%>s\tresponse-size:%b\trefer:\"%{Referer}i\"\tuser-agent:\"%{User-Agent}i\"\tx-forwarded-for:\"%{X-Forwarded-For}i\"\tquery:\"%q\"\tcookie:\"%{cookie}i\"" ltsv
CustomLog logs/access_log ltsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment