On Sun, Nov 27, 2011 at 1:57 PM, Sreehari Ps <[email protected]> wrote:
>
>
>
>  Hi All,
>  We are using  <LocationMatch>  for our in house  SSO authentication.
> we are  having a requirement for differentiating  same URLs but different
> parameters using two different <LocationMatch tag.
> /admin/check
> /admin/check?service=new_request
> Can somebody please help us to write regex for the same.
> we have already tried regex  like "/admin/check$" but it didnt work.

LocationMatch only compares against the path component of the URL, not
the query string.

Depending on what you're actually trying to do differently, you'll
have to use something that can explicitly act based on the query
string (rewriterule, setenvif)


-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
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: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to