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 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-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 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-30 Thread tyju tiui
56 AM Subject: Re: [EMAIL PROTECTED] Query-String Access from SetEnvIf 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 avai

Re: [EMAIL PROTECTED] Virtual Hosts in 2.2

2007-01-29 Thread tyju tiui
Hi Jay, I think you should change '*.haderach.net' to 'www.haderach.net' What you are trying to accomplish with the '*.haderach.net' should actually be done with something called a dns wildcard. The dns wilcard is a standard setup for most hosting companies these days I believe, otherwise you mi

[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