Hi,
Am 29.02.2016 um 01:13 schrieb Eliezer Croitoru:
>
> I do not remember if I have tried to work with such a setup in the past
> but, can you give some technical details on the desired setup?
I want to manipulate URLs for Ubuntu and Debian .deb packages download
requests (usually for fixed (ftp
Am 26.02.2016 um 16:20 schrieb Karl-Philipp Richter:
> I noticed that `jesred` when used as `url_rewrite_program` program of
> `squid` 4.0.4 with `jesred.rules`
>
> regex ^http://(de.archive.ubuntu.com/ubuntu/(dists|pool)/.*)$
> http://192.168.178.20:3142/\1
&g
## ACLs
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl localnet src fc00::/7 # RFC 4193 local private network range
acl localnet src
Hi,
I'm experiencing trouble with IP lookup service used by DDNS clients
like `ddclient` and bittorrent frontends like `rutorrent`. After
configuring `squid` as intercepting HTTP caching proxy services like
http://canyouseeme.org, http://checkip.dyndns.org/ and
http://ipdetect.dnspark.com report re
Hi,
I noticed that `jesred` when used as `url_rewrite_program` program of
`squid` 4.0.4 with `jesred.rules`
regex ^http://(de.archive.ubuntu.com/ubuntu/(dists|pool)/.*)$
http://192.168.178.20:3142/\1
regex ^http://(security.ubuntu.com/ubuntu/(dists|pool)/.*)$
http://192.168.178.20:3142/\1
Hi,
FYI, entering a search query (e.g. for "search") on
http://squid-cache.org fails with
Not Found
The requested URL /cgi-bin/swish-query.cgi was not found on this server.
Apache/2.4.7 (Ubuntu) Server at www.squid-cache.org Port 80
displayes as website.
-Kalle
signature.asc
Desc
Hi,
According to
http://lists.squid-cache.org/pipermail/squid-users/2015-February/002323.html
the `ignore-no-cache` option is outdated. Shouldn't `squid -k check`
warn about its presence (I verified that the check works by adding `bla`
at the end of the config file with causes a warning `unrecogniz
Hi,
I'm quite new to advanced squid configuration and want to enhance my
HTTP cache expensive-bandwidth-cheap-storage setup where I'm mostly
interested in storing large downloads with a refresh_pattern, e.g.
refresh_pattern -i
\.(deb|rpm|exe|zip|tar|tgz|tar\.gz|txz|tar\.xz|ram|rar|bin|ppt|doc|
Hi together,
I'm having trouble figuring a way to configure a `squid` 3.4.10 instance
running in a Debian 7 chroot as a transparent caching proxy because I
only find configuration examples involving `iptables` which on the one
hand is very useful because it allows setups which work independently of