View Single Post
  #3  
Old 06-17-2005, 01:04 PM
zellster zellster is offline
Senior Member
 
Join Date: Sep 2004
Posts: 55
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...
Reply With Quote