Forum Moderators: phranque
SetEnvIf Request_URI "apple" You likely want to set a uniquely-named variable by using something like:
SetEnvIf Request_URI "apple" log-my-apples and then use that in your conditional-logging LogFormat or CustomLog directive (See Apache mod_log_config [httpd.apache.org])
Jim