Issue 1: Bad example of apache config file
Status:  New
Owner: ----
Reported by hladi...@gmail.com, Mar 16, 2013
There is line 

SetEnvIf Request_URI \.php instrumented

but it should look like 

SetEnvIf Request_URI \.php php_instrumented


and line
CustomLog logs/performance_log performance env=instrumented

should look like 
CustomLog logs/performance_log performance env=php_instrumented