El 14/10/13 12:07, Alfredo Rezinovsky escribió:
I'm tryingacl dotted_ip url_regex -i ^http:\/\/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\/to match any ip address hostname.I don't need to be strict, http://999.777.555.333 could match and I dont care.The problem is that my url_regex doesn't match ANY ip address.
One of the dots int my config regex were a comma... Sorry.