On Thu, Aug 25, 2016 at 3:59 PM, Brian A. Davis <bridavis3@xxxxxxxxx> wrote:
> <If "%{REQUEST_URI} =~ /\.foo.com(?:\:\d{2,5}|\/.*)?$/"> The limitation is that you cannot use the separator inside the regex,
even when you escape it. It's a limitation in the _expression_ engine
used for If, not the regex library.
You can use m#...# in your case.
--
Eric Covener
covener@xxxxxxxxx
------------------------------------------------------------ ---------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx