Questions tagged [squid]

Squid is a FOSS package licensed under the GNU GPL and is primarily used as a web proxy server and cache.

Squid is a FOSS package licensed under the GNU GPL primarily used as a web proxy server and cache.

In addition to its primary usages for web proyying and caching, it supports FTP and has limited support for several other protocols, including TLS, SSL, HTTPS and Gopher.

It has a wide variety of uses, from speeding up a web server by caching repeated requests (reverse proxy); to caching web, DNS and other computer network lookups for a group of people sharing network resources (regular proxy); to improving security by filtering traffic (layer 7 firewall).

Squid's homepage is here, and its Wikipedia entry is here.

1400 questions
-1
votes
3 answers

Squid via Haproxy

Anyone experienced with configuring Squid to forward requests to HAproxy? I use Squid as a proxy, with ACLs and other stuff, and I need to know if I can tell it to forward requests to HAproxy, which would act as a load balancer that is aware when…
w00t
  • 1,164
  • 3
  • 19
  • 35
-1
votes
1 answer

Banner Insertion on Proxy Squid

hey guys are you aware of anchorfree vpn?, i have used them before, however i am running my cybercafe on squid, and i want to advertise using squid, i would like to know how to add a banner at the top of every page randomly just like anchorfree…
Saxtor
  • 123
  • 6
-1
votes
1 answer

How to redirect network traffic using squid and nginx to outer page?

My school network blocks access to game pages, more exactly colonist.io. We have an access to linux server for learning purposes. I'd like to avoid blocking by setting up some kind of proxy server on said linux server through which I could forward…
-1
votes
1 answer

Using internet on remote server via SSH tunnel

I have a RHEL server accessible via jump host only. This is how i am connecting to it MyMachine(Win10)--SSH-->JumpHost(winserver2012r2)--SSH-->RHEL7 via ssh ssh -J user@jumphost user@RHEL7 I want to download few dependencies and also want to use…
uddi baba
  • 3
  • 1
-1
votes
1 answer

How to Intercept and cache LDAP Search and Bind requests

I have a production web server running Django. Currently every request made requires an LDAP Bind and Search request. I can use the django-auth-ldap plugin to enable LDAP Search caching. However, my problem is that I am in an environment that…
-1
votes
1 answer

Squid is not returning http message body on debug

According to Squid documentation, when debug_options rotate=1 ALL,9 is set in squid.conf, I should see HTTP Message Body in cache.log However, it's not showing up. I do see, everything, including HTTP headers, but not the body. I even tried to set…
Alex G
  • 207
  • 1
  • 2
  • 14
-1
votes
3 answers

I am getting a SQUID Error

What exactly is wrong here Entry in SQUID File--- httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on acl lan src 192.168.1.1 192.168.2.0/24 http_access allow localhost Error after: service squid…
Dave
-1
votes
1 answer

squid proxy multiple ip

i got a ubuntu vps and i want to turn it to a proxy server with multiple ip,so far every guid just needs me to a range of ip for this proxy like 49.12.xxx.101 but i got only one ip for this vps http_port 49.12.xxx.101:3128 name=3128 http_port…
-1
votes
1 answer

Squid proxy slow via PS4?

This is my config: https://paste.ubuntu.com/p/sRQCkFy4dy/ The system running Squid Proxy is a native Ubuntu 20.04 on Ryzen 3200G/8gb/120GBSSD. When I use it to connect my PS4 to the internet, downloads are extremely slow. I am not sure how to…
-2
votes
1 answer

Point multiple ips to one server

I'm trying to setup a squid proxy on an ubuntu server. I happen to have multiple ip addresses that I bought along with the vps. Is it possible for me to setup the 2 extra ip addresses to point to my ubuntu vps so that I can have multiple proxy ips?
Jonathan
  • 276
  • 3
  • 13
-2
votes
1 answer

Squid Forward Proxy on Cloudflare

Is it possible to set up a forward proxy using Squid and still have Cloudflare CDN working? For example, I currently have Squid running on Ubuntu, with this being the squid.conf file. acl myhost srcdomain [my domain] http_access allow myhost…
-2
votes
1 answer

Squid separate access.log by http_port

I've AP 2 interface they're ip 192.168.200.1, 192.168.201.1 HTTP access from each interface i'm redirect it to difference squid port 192.168.200.0/24 ==> 192.168.200.1:3129 192.168.201.0/24 ==> 192.168.200.1:3130 with these line in…
Bear0x3f
  • 1
  • 1
-2
votes
1 answer

manage connection to proxy for local sites

I'm an admin for a company and my company has internal network, and also it has internet access. All users from inside the company configured to use a proxy server, and all their URL queries will go through the proxy, including local network queries…
Eibo
  • 101
  • 2
-2
votes
1 answer

Setting up a DHCP/Proxy Server

Current setup: Modem -> Firewall(DHCP) -> Switch and Wireless Router |-> Computers If I wanted to setup a Proxy Server in there, it would have to replace the Firewall correct? The idea is so that ALL the systems have to pass through say SQUID in…
Tiffany Walker
  • 6,681
  • 14
  • 56
  • 82
-2
votes
1 answer

Can Squid or other open-source proxy server be set up to process HTTPS encrypted traffic?

I would like to set up a home proxy server which would filter ads and viruses even before they get to the browser. The problem in this case is that many web sites use encrypted HTTPS connections and I don't want to disable this (as I prefer the data…
Ivan
  • 3,398
  • 19
  • 50
  • 71
1 2 3
93
94