Tag: squid

Learn | Teach Open Source Technologies

YOUTUBE CACHING USING SQUID IN TRANSPARENT MODE

YouTUBE Caching using Squid as a Transparent Proxy server Umair Junaid In this tutorial we will be creating a youtube caching server using squid and apache server We will be using squid proxy server and apache php web server to redirect and store youtubevideos. We will need Server Machine with two NIC’s

Transparent Squid Cache Proxy Server Configuration in 5 easy steps on CentOS / RHEL / Fedora Core / Scientific Linux

Configure Transparent Squid cache proxy in 5 Easy Steps on CentOS RHEL Fedora Scientific Linux    Step 1 [root@squid-server ~]#vim /etc/sysctl.conf # Controls IP packet forwarding net.ipv4.ip_forward = 1 #### If it is 0 make it 1 for packet forwarding #### wq! [root@squid-server ~]#sysctl -p