|
OK,
How does the regexp matching work? Supposed I changed the context URIs like the following:
[Proxy] exp:^/.* --> Java App Server
[Proxy] exp:^/(css|img|ssi)/.* --> Static content provider
Which order would LSWS attempt to match incoming requests? Is there a way to specify that the 2nd exp should be tried first?
Thanks...
|