Hello,
The regex I'm using is:
<If "%{REQUEST_URI} =~ /\.
foo.com(?:\:\d{2,5}|\/.*)?$/">
I get the following error:
httpd[3704]: AH00526: Syntax error on line 179 of /etc/httpd/conf/httpd.conf:
httpd[3704]: Cannot parse condition clause: Failed to compile regular _expression_
Is apache limited in the regex support that it has?
httpd -v
Server version: Apache/2.4.6 (CentOS)
Server built: Nov 19 2015 21:43:13
Thanks,
Brian