Introduction to Using Squid Web Proxy Server

Squid Configuration Setup on Server Setup (Note: These steps are shown using Ubuntu 12.04 Server Edition. The basic steps are the same on all Linux distributions, but the actual commands may be slightly different. Please just use Google to find the correct commands if these do not work for you.):
To Install SQUID: sudo apt-get install squid
To edit SQUID Configuration File: sudo vim /etc/squid3/squid.conf
To Allow Access to the SQUID Server from Hosts Change: http_access deny all --http_access allow all
Restart SQUID Service after any configuration changes: service squid3 restart



Comments

Popular Posts