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

2007-02-05 Thread tyju tiui
works 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]> wrot

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

2007-02-05 Thread Joshua Slive
On 2/5/07, tyju tiui <[EMAIL PROTECTED]> wrote: Thanks for the help, but you didn't read all the way through the original message. Someone suggested that I try the Query_String variable so I did. I didn't get an error, but there was nothing in the Query_String variable. Nope, it's still you wh

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

2007-02-05 Thread tyju tiui
g. Does anyone 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 SetE

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 mat

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

2007-02-02 Thread tyju tiui
al Message From: 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 actual

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-31 Thread tyju tiui
o 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:

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 > > 

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

2007-01-30 Thread tyju tiui
g. I'm thinking that it might be created when I 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:

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