> I have just one rule in remap.conf:
> regex_map       http://((cdn)?www\.)?.site.com/       http://origin.site.com/

That's a typo: the 'www\.' is not optional, and the wild '.' isn't there either.
regex_map       http://(cdn)?www\.site\.com/       http://origin.site.com/

Here's the line from parent.config too, while I'm here:
dest_host=www.site.com  parent="parentcache.localnet:8080"  round_robin=strict

at times I've added go_direct=false

Reply via email to