On 08/15/2014 02:22 PM, Paul Regan wrote:
url_rewrite_program /usr/sbin/ufdbgclient -l /var/ufdbguard/logs
url_rewrite_children 64
Try adding something like this after the above lines:
#part1
acl cflare dstdomain .cloudflare.com
url_rewrite_access deny cflare
url_rewrite_access allow all
http_access allow cflare
#part2
via off
#part3
forwarded_for delete
##END
It will test all relevant available options for the issue that I can see
with the naked eye on the packets.
If it works then try to remove each part to isolate which of them causes
the issue.
Eliezer