Created
July 14, 2011 20:50
-
-
Save apinstein/1083411 to your computer and use it in GitHub Desktop.
Apache directives to log some requests w/performance info
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
# debug performance stuff | |
SetEnvIf Request_URI ^/panel panel-request | |
LogFormat "%h %l %u %t %T \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" debug_performance | |
CustomLog /Users/alanpinstein/dev/sandbox/virtualtour/log/debug_performance_log debug_performance env=panel-request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment