Hi Squid users,
I'm seeking some guidance regarding the best way to debug the http_access
and http_reply_access configuration statements on a moderately busy Squid
3.5 cache. In cases where a number (say, 5 or more) of http_access lines
are present, the goal is to find which configuration stateme
On 3/02/2016 1:20 p.m., Antony Stone wrote:
> On Wednesday 03 February 2016 at 01:17:16, user wrote:
>
>> My understanding of the url rewrite program is that the proxy will redirect
>> the URL and the client will make a new request
>
> OK rewrite-url="..."
> Rewrite the URL to the
On Wednesday 03 February 2016 at 01:17:16, user wrote:
> My understanding of the url rewrite program is that the proxy will redirect
> the URL and the client will make a new request
OK rewrite-url="..."
Rewrite the URL to the one supplied in 'rewrite-url='.
The new
My understanding of the url rewrite program is that the proxy will redirect the
URL and the client will make a new request (with the redirected URL). What I am
looking is the client will make http request and the squid proxy should send
https request to the destination and then in turn sends the
On Wednesday 03 February 2016 at 01:04:37, user wrote:
> When client sends a http request (say. http://www.abc123.com, I would like
> my squid proxy to make this request into https (https://www.abc123.com)
> Any help/pointers is appreciated.
http://www.squid-cache.org/Doc/config/url_rewrite_prog
Hello all,
I am looking at achieving the following with squid proxy setup. When client
sends a http request (say. http://www.abc123.com, I would like my squid proxy
to make this request into https (https://www.abc123.com) and sends the request
on behalf of the client and in turn will respond ba
On 2/02/2016 6:12 p.m., mitch clements wrote:
> After getting the xbox 360's to grab downloads from squid cache I then
> tried to get the xbox one to do the same thing. problem is xbox one is
> going through squid but squid isn't caching files. The xbox one uses http
> and downloads from 2 addresse
Hi,
I have squid 3.5.13 using configuration like this:
# logfiles
access_log /var/log/squid/${service_name}_access.log
cache_log /var/log/squid/${service_name}_cache.log
# do not rotate logs, let logrotate do that
logfile_rotate 0
store_id_program /usr/lib64/squid/storeid_file_rewrite
/var/spoo
I am happy to release squid RPMs for Oracle Linux Server versions 6 and
7 for squid 3.4.14 and 3.5.13.
In this special RPMs release the packages are separated into three:
- squid (core)
- squid-helpers
- squid-debug
In these packages:
- Due to some selinux security restrictions the "pinger" hel