Questions tagged [squid]

Squid is an open-source HTTP caching proxy server.

Squid is one of the best known open source HTTP proxy servers. Its features include caching of HTTP objects, URL rewriting (via helper apps), authentication, and SSL. It came out of an NSF-funded project in the early 1990s researching caching technologies.

Other similar software packages include NGINX, Apache's mod_proxy, Apache Traffic Server, and Varnish.

Squid's homepage: http://www.squid-cache.org

846 questions
-1
votes
1 answer

How to block HTTP requests initiated from Java clients on Squid proxy server?

I have deployed Squid Server 3.5.27 on Windows Server 2008 R2. I have one Windows 7 machine pointing to my Squid server which is acting as a proxy. Any browser based request initiated from the Windows7 machine is hitting my proxy server. Once hit,…
amit joshi
  • 31
  • 1
  • 1
  • 9
-1
votes
1 answer

Cisco vpn client over squid

I have installed squid server like transparent proxy(in subnet 192.168.1.x). All users use squid to access to the internet from subnet 192.168.2.x. From user subnet I want connect via Cisco vpn client to VPN. As I read from internet, squid can't…
Ruslan Aliev
  • 88
  • 1
  • 1
  • 5
-1
votes
1 answer

Using Squid and/or iptables to share ip address over a bridge

Edited for additional clarity and added links to other attempted solutions. I have been attempting this for several days now with one other developer, and we are getting nowhere and there are a number of comments on-line about how there are no…
Gabe
  • 131
  • 1
  • 13
-1
votes
1 answer

Cannot connect to proxy on Google Compute Engine

I have a Java Google App Engine webapp, which I am trying to connect to a Google Compute Engine instance running a Squid proxy. However it does not seem that the connection is working at all. Can anyone advise? What I've done: Set up a GCE f1 micro…
-1
votes
1 answer

Configure squid to handle relative urls

I built and installed squid 3.5.23 as follows: ./configure --prefix=/usr/local/squid make all make install Here is the default squid.conf used by the version. I made minimal modifications to to the file to make my setup anonymous: forwarded_for…
nullstellensatz
  • 756
  • 8
  • 18
-1
votes
1 answer

Proxy server client detection in Linux

Is there any way to find out the clients connected to the proxy server in redhat linux ? squid is configured in the server and i need the host name of the machines connected to the proxy server ?
-1
votes
1 answer

List windows domain group content from linux

I'd like to list the contents of domain group containing users & computers, then resolve the computer names from dns and prepare list for squid. What is the best way to do it? I was thinking about connect to ldap using bash or perl, but maybe there…
Sigi
  • 43
  • 5
-1
votes
1 answer

How do I configure squid proxy and greasyspoon ICAP server to access the user_id

We are using squid proxy along with the GreasySpoon ICAP server to modify responses for development purposes. We have a need to allow different developers to have different modifications to the responses because they are working on things relevant…
Carl G
  • 17,394
  • 14
  • 91
  • 115
-1
votes
1 answer

Squid with mysql

I want to setup squid like all users and groups / acl are fetch from mysql database in centos 6.5. I tried a lot but I did not find any package or method to setup it. Username, passwords and acl are dynamically change and based on changes squid has…
user41164
  • 11
  • 1
-1
votes
2 answers

Mysql Date Format convert

I want to sub string date from [09/Jul/2014:16:12:58 +0530] and want to feed it to Date type Field. My complete query is like this insert into SquidLog (LocalIP,AccessDateTime,Url,HttpAccessCode,BytesAccessed,DestinationIP, …
-1
votes
1 answer

How to redirect to my squid proxy using iptables since DNAT target: only valid in nat table

I want to redirect the traffic in my lan network through squid proxy but I am having some problems with iptables rules. When I use the following rule: # iptables -I FORWARD -s 192.168.1.0/255.255.255.0 -p tcp --dport 80 -j DNAT --to-destination…
Patryk
  • 22,602
  • 44
  • 128
  • 244
-1
votes
1 answer

Using Ubuntu Squid as a relay with auto-configuration

I am behind a farm of corporate proxies, which block access to SkyDrive, among other sites, but the firewall still allows to pass through. Is it possible to use Ubuntu's Squid as a relay proxy, which would authenticate me with the corporate proxies…
Darek
  • 4,687
  • 31
  • 47
-1
votes
1 answer

How to run two web service with differenct platform in same machine?

I want to do something like this, I have a single machine x.x.x.x, in which i need to run two website www.xyz.com which is in php (run in apache 2 server) and another javaEE service in www.xyz.com/service (run in apache tomcat or glassfish server).…
sabbir
  • 438
  • 3
  • 11
-1
votes
2 answers

Squid reverse-proxy for site on Google AppEngine

I'm setting up a squid 3.1 reverse proxy server (accelerator) for my website on Google AppEngine. The squid.conf looks like this, http_port 80 accel defaultsite=my.public.domain.name ignore-cc cache_peer mysite.appspot.com parent 80 0 no-query…
Will
  • 77
  • 2
-2
votes
1 answer

Transparent Proxy Squid with internal and external network

I have network setup like this with external and internal network. I have successfully got squid running with proxy for internal browser and now I want to set up as transparent but having some problem. network First, I did change "http_port 8080…
lufee
  • 169
  • 2
  • 10
1 2 3
56
57