RE: Query-String Access from SetEnvIf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> -----Original Message-----
> From: tyju tiui [mailto:jckdnk111@xxxxxxxxx] 
> Sent: Tuesday, January 30, 2007 7:55 PM
> To: users@xxxxxxxxxxxxxxxx
> Subject: Re:  Query-String Access from SetEnvIf
> 
> It doesn't work ... a simple 
>     
>     'SetEnvIf Query_String "^.+$'" dolog'
> 
> doesn't trigger my custom log with  an obvious query-string 
> in the requesting URL.
> The Query_String variable seems to exist though because 
> a"^.*$" does trigger the custom log.

Of course it does... ^.*$ means "between the start (^) and end ($) of
the string, match any character (.), 0 or more times (*)". So an empty
string has zero or more characters. Now I don't know if an undefined
variable corresponds to an empty-string or not, but if it does, it will
match. Try SetEnvIf Wibble_Wabble "^.*$'" dolog to check :-)

Where do you get "Query_String" from - it's not listed in
http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html#setenvif...

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> 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 <bobsiegen@xxxxxxxxxxxxxx>
> To: users@xxxxxxxxxxxxxxxx
> Sent: Tuesday, January 30, 2007 2:52:56 AM
> Subject: Re:  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 available with Request_URI
> 
> That's right, but did you try Query_String?
> 
> -- 
> Bob
> 
> ---------------------------------------------------------------------
> 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
> 
> 
> 
> 
> ________________________________
> 
> Don't be flakey. Get Yahoo! Mail for Mobile 
> <http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mail>  and 
> always stay connected 
> <http://us.rd.yahoo.com/evt=43909/*http://mobile.yahoo.com/mai
l>  to friends.
>
 
 
This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.

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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux