Squid is a proxy server meaning it can be used for (amongst other things):
Prerequisite
One prerequisite for this guide is a Linux server. I’ll be using Ubuntu server 10.04 but you can use any distribution you feel comfortable with. I have written previously about installing Debian and the steps are much the same for Ubuntu as it’s based on that.
Install Squid
- Caching pages to speed up client browsing experience.
- Protect/prevent your users from visiting particular pages or domains.
- Filtering/altering returned content e.g. replacing every instance of the word BBC with Auntie in web pages.
Prerequisite
One prerequisite for this guide is a Linux server. I’ll be using Ubuntu server 10.04 but you can use any distribution you feel comfortable with. I have written previously about installing Debian and the steps are much the same for Ubuntu as it’s based on that.
Install Squid
- Install Apache:
sudo apt-get install apache2 - Install Squid:
sudo apt-get install squid - Edit the configuration file:
vi /etc/squid/squid.conf - Edit config:
sudo vi /etc/squid/squid.conf- /http_port 3[Enter] to search for the http_port
No comments:
Post a Comment