Re: [squid-users] CDN / JS 503 Service Unavailable

From: Eliezer Croitoru <eliezer_at_ngtech.co.il>
Date: Sun, 17 Aug 2014 00:51:11 +0300

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
Received on Sat Aug 16 2014 - 21:51:20 MDT

This archive was generated by hypermail 2.2.0 : Sun Aug 17 2014 - 12:00:06 MDT