Ewald Wasscher wrote: > > Sergio Morilla wrote: > >Thanks for the package and the dependecies info!! > >Just one more question, I would like to move the cache to an HD I have > >on the computer, is this a paremeter on squid.conf?
> IIRC it's CacheDirectory. The manual at http://www.squid-cache.org/ will > tell you if I was right. You don't have to do that, though, necessarily: Add a line something like this to /etc/fstab: /dev/hda1 /var/spool/cache ext2 defaults 1 2 ...and then: # mkdir /var/spool/cache # squid -z ...and you're all set. Then you just have to make sure that /etc/fstab is restored on boot. _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
