I've followed the example below and installed the older version, just as the example asks.
http://sitegeisha.blogspot.com/2008/11/youtube-cache-with-squid.html
Exact install steps
Base debian install
apt-get update
apt-get install ssh python squid
apt-get install libnet-ssleay-perl openssl libauthen-pam-perl libio-pty-perl libmd5-perl
apt-get install python-urlgrabber
apt-get install lighttpd
wget http://debcache/linux/utils/libiniparser2_2.17-2~ppa4_i386.deb
wget http://debcache/linux/utils/youtube_cache-1.2.tar.gz
wget http://debcache/linux/utils/webmin_1.430_all.deb
wget http://debcache/linux/utils/iniparse-0.2.3.tar.gz
tar xzvf youtube_cache-1.2.tar.gz
tar xzvf iniparse-0.2.3.tar.gz
dpkg --install webmin_1.430_all.deb
cd iniparse-0.2.3
python setup.py install
cd ..
cd youtube_cache-1.2
vim setup.py
replace squid with proxy in group and user
replace apache_conf_dir with /etc/apache2/conf.d/
python setup.py install
mkdir /etc/apache2
mkdir /etc/apache2/conf.d
vim /etc/squid/squid.conf
add lines
vim /etc/youtube_cache.conf
change base_dir to /var/www/video_cache
change cache_host = proper ip
change proxy = proper ip
cp -r /var/spool/squid/video_cache /var/www/
chown -R proxy:proxy /var/www/video_cache/
chmod -R 755 /var/www/video_cache/
/etc/init.d/squid restart
/etc/init.d/lighttpd restart
change proxy settings in firefox to ip 3128
not found
What did i do wrong?
