Hi All,
I am new to linux administration and I am currently having a problem running Squid and Dansguardian on our new server. In our previous server, Squid and Dansguardian seems to be running fine but when one of our former administrators transferred the applications to another machine the apps seemed to malfunction.
Squid, a caching proxy for the Web supporting HTTP, HTTPS, and FTP, that helps reduce bandwidth and improves response times by caching and reusing frequently requested web pages, is now at version 3.3.4.
Squid 3.3.4 is mainly a maintenance release, with just a few bug fixes and improvements.
I installed squid-2.7-stable8 for Windows, try to let only authorized user can access the internet.
Can someone please give me the conf file line to allow access to myexample.com and only that site, and only through http and https?
So far I have only that site accessible via http, but all https sites are opened.
Squid 3.1 on Cent 6
---------- Post updated at 12:06 PM ---------- Previous update was at 11:17 AM ----------
Please someone, this is urgent.
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL.
My system:
uname -a
FreeBSD server.mydomain 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
pkg info | grep squid
squid-3.2.6 HTTP Caching Proxy
I have this configuration in squid.conf:
http_port 3128 accel vhost allow-direct # OK
http_port 3129 intercept # Does not
I'm trying to setup Squid proxy and have troubles connecting to it from remote PC. Squid runs on VMWare virtual machine.
Just a short Tutorial today. It’s surprising how many people do not know this. To change the hostname under Linux, open a terminal window. Type the following code.
sudo nano /etc/hosts
and change the text to your new hostname. Changes will take effect on Restart.