On Mar 25, 2014, at 7:51 PM, Brian Geffon <briangef...@gmail.com> wrote:

> What Thomas called Question #1 -- 1 Regex.
> 

Makes sense to have them combined. Assuming groups etc. works, that allows you 
to do e.g.

   regex_map http://(.*)\.ogre\.com/([^/]+)/(.*)  http://$2/$1/$3


or some such. i.e. take parts from the path match and use as the host, and vice 
versa. Right? :)

Cheers,

— Leif

Reply via email to