Last active
August 29, 2015 14:18
-
-
Save maimai-swap/8b6602b2c643d423dbbe to your computer and use it in GitHub Desktop.
ltsvで出すApacheのログconfig
This file contains hidden or 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
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