| Issue 1: | Bad example of apache config file | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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 |