On 1/31/07, tyju tiui <jckdnk111@xxxxxxxxx> wrote:
Hi Boyle, I'm actually only interested in finding out how to evaluate the query-string portion of an incoming URL to trigger custom log events. I got the Query_String var from bobsiegen@xxxxxxxxxxxxxx who initially responded to my request for help (see below). Any idea as to how I can get to the query-string with SetEnvIf?
I don't think you can get to the query string with SetEnvIf, but you can set environment variables based on about anything with a rewriterule. RewriteCond %{QUERY_STRING} !^$ RewriteRule (.*) $1 [E=dolog:yes] Krist -- krist.vanbesien@xxxxxxxxx Bremgarten b. Bern, Switzerland -- "...what you don't realize is that in the future Google WILL reach sentience, will [have had] invent[ed] a time machine, and will [have had] travel[ed] back in time to prevent Bill Gates... only to become Bill Gates by accident because of a search engine optimization miscalculation." (Comment on the Dilbert Blog) --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx