First page Back Continue Last page Summary Graphic
Squid Configuration - Kernel
Optimizing FreeBSD for use with squid
One major problem with using squid on FreeBSD is the UFS filesystem.
Current solution is soft-updates for ufs
Rebuilding the kernel to support soft updates
- cd /usr/src/sys/ufs/ffs
- ln -s ../../contrib/softupdates/*.[ch] .
- cd /usr/src/sys/i386/conf
- Copy the generic config file to a file of your own
- cp GENERIC SOFTUPDATE
Notes: