Questions tagged [squid]

Squid is a proxy server and web cache daemon.

Squid is a proxy server and web cache daemon. It has a wide variety of uses, from speeding up a web server by caching repeated requests; to caching web, DNS and other computer network lookups for a group of people sharing network resources; to aiding security by filtering traffic. Although primarily used for HTTP and FTP, Squid includes limited support for several other protocols including TLS, SSL, Internet Gopher and HTTPS.

197 questions
13
votes
1 answer

How to know if Squid Proxy is doing the Cache correctly

I wanted to test if the Clients attached to a Squid Server are actually using the Cache data instead of going directly to the internet and retrieving the data. I have configured all clients browsers to read the Server:Port from the Squid Server…
Luis Alvarado
  • 216,643
11
votes
3 answers

How to add packages to a squid-deb-proxy cache?

To save bandwidth and data on my Internet plan, I have installed squid-deb-proxy on a desktop, and the client on it and a few other machines I've got. However, based on the post that put me onto this , it sounds like if I take my laptop* to a…
zpletan
  • 3,443
11
votes
1 answer

Squid TCP_DENIED/403 4037 GET http://detectportal.firefox.com/success.txt - HIER_NONE/- text/html

I've just installed Squid 3.5.27 on Ubuntu Server 18.04 user@ubuntu:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic user@ubuntu:~$ user@ubuntu:~$…
Sabrina
  • 2,143
  • 5
  • 26
  • 28
9
votes
5 answers

Stopping daemons from loading at boot time

I want to stop some daemons from loading at boot time, specially squid3. What is the best way of doing this?
nixnotwin
  • 5,083
8
votes
2 answers

How do I block & unblock websites in Ubuntu 14.04?

I'm using Ubuntu 14.04 LTS desktop edition. In that, I need to block the sites like torrents and Facebook, YouTube etc. Can you please help me to block and unblock the sites. If it is possible to do so, please show step by step help.
8
votes
2 answers

start/stop taking too much time

On my ubuntu machine, I have squid3 as a daemon which starts at boot. The problem is that squid3 takes a long time to start and stop (more than 30 seconds) and it has also slowed down my OS startup/shutdown time considerably. How can I solve this…
nixnotwin
  • 5,083
8
votes
1 answer

How can I see the size of the Squid cache?

Anyone know how to see the space on squid? I mean the cache space on the squid that is being used, like the available space and used space of the cache itself, thanks!
7
votes
1 answer

iptables doesn't redirect http traffic to my Squid proxy!

I arranged a transparent Squid proxy which listens to port 3128 on localhost, to block some web sites. I've tested the proxy using Firefox, and it works. Then I ran this, hoping to redirect all the http requests to the proxy: sudo iptables -t nat -A…
Naveen
  • 9,551
7
votes
3 answers

Simple and easy way to bypass blocked sites

My ISP blocks a lot of websites so I need an easy way to bypass it. I use a proxy to bypass it. What if I use my own squid server will it bypass my ISP block sites? I need an easy and simple way to bypass blocked websites. For DNS server I have…
One Zero
  • 27,761
6
votes
2 answers

Skipping acquire of configured file 'xxxx' as repository 'xxxx xenial InRelease' doesn't support architecture 'i386'"

Needing to upgrade Squid 3.5.12 on Ubuntu 16.04.3 LTS to a more recently patched version (Squid 3.5.23) I found some instructions here: https://github.com/diladele/squid-ubuntu Entered the first 3 commands exactly and got a note from apt-get: "N:…
dfinz
  • 141
6
votes
2 answers

Slack desktop client on 16.04 behind proxy server

I am trying to use the Slack desktop client for Ubuntu 16.04 behind a Websense Content Gateway (WCG) proxy. It will not connect. Notes: Windows workstations work with Slack client for Windows through the WCG proxy. Browser-based client works on…
James
  • 1,103
6
votes
4 answers

How to install squid-deb-proxy-client via preseed/early_command

Using Lucid, installing from the Lucid mini.iso. Both AMD64. In the following I've tried as \, all of apt-get, apt-install, anna-install, dpkg: d-i preseed/early_command string squid-deb-proxy-client I've also tried: d-i…
hedgehog
  • 167
5
votes
1 answer

Benefits of using Squid proxy in Ubuntu Server

What are some of the benefits of installing Squid Proxy in an Ubuntu Server that is sharing its Internet connection to a group of PCs in a LAN.
Luis Alvarado
  • 216,643
5
votes
1 answer

squid3 PAM_Auth authentication not working

I'm attempting to run a squid3 proxy server with authentication for any user that has a login to the server. I've followed these instructions, and I am prompted for a username and password when I enter the proxy details. Problem is it won't accept…
BOMEz
  • 115
5
votes
1 answer

Squid or Polipo

Currently I am using Squid3 on my netbook, which has an Atom N450 processor and 1 GB of RAM running ubuntu. The proxy is used to share the internet connection with a small group of PC's (3 machines) over ad-hoc wi-fi. Another reason for using squid…
nixnotwin
  • 5,083
1
2 3
13 14