Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread Krist van Besien
On 2/3/07, tyju tiui [EMAIL PROTECTED] wrote: Sorry, you're missing the point I think. I don't think I missed your point. You want to trigger custom logging based on the content of the Query string. The following will do exactly that: # Set an environment variable when the query string

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread tyju tiui
know how I can get ahold of the query-string (argument list) using SetEnvIf? - Original Message From: Krist van Besien [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Monday, February 5, 2007 5:26:21 AM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf On 2/3/07, tyju

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-05 Thread tyju tiui
brilliantly for now. Thanks again, Ty - Original Message From: Joshua Slive [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Monday, February 5, 2007 6:40:48 PM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf On 2/5/07, tyju tiui [EMAIL PROTECTED] wrote: Thanks

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-02-02 Thread tyju tiui
: Krist van Besien [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, January 31, 2007 11:22:50 AM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf On 1/31/07, tyju tiui [EMAIL PROTECTED] wrote: Hi Boyle, I'm actually only interested in finding out how to evaluate the query

RE: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread Boyle Owen
-Original Message- From: tyju tiui [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 7:55 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf It doesn't work ... a simple 'SetEnvIf Query_String ^.+$' dolog' doesn't

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread tyju tiui
to the query-string with SetEnvIf? Thanks, Ty - Original Message From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, January 31, 2007 4:16:28 AM Subject: RE: [EMAIL PROTECTED] Query-String Access from SetEnvIf -Original Message- From: tyju tiui [mailto

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-31 Thread Krist van Besien
On 1/31/07, tyju tiui [EMAIL PROTECTED] 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 [EMAIL PROTECTED] who initially responded to my request for help (see

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-30 Thread tyju tiui
call it though ... I can't believe something so common would be so difficult. Any other ideas? Thanks, Ty - Original Message From: Bob [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, January 30, 2007 2:52:56 AM Subject: Re: [EMAIL PROTECTED] Query-String Access from

[EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-29 Thread tyju tiui
Hello, Is there a way to access the query-string using regular expression from SetEnvIf? I am trying to do some custom logging and I want to determine which format to use based on an item in the query-string. I believe that the query-string is not available with Request_URI Thanks, Ty

Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf

2007-01-29 Thread Bob
tyju tiui wrote: Hello, Is there a way to access the query-string using regular expression from SetEnvIf? [...] I believe that the query-string is not available with Request_URI That's right, but did you try Query_String? -- Bob