On Wed, 5 Nov 2003, Eicke wrote:

> FATAL: Bungled squid.conf line 602: cache_dir ufs /usr/local/squid/cache 400
> 16 256 Q1=72 Q2=64

You have a syntax error in your squid.conf. The ufs cache_dir type does 
not have any Q1/Q2 parameters, these are known to the diskd cache_dir type 
only.

Edit your squid.conf and correct the cache_dir line to read the way you 
intend it to read. If you intend to use the ufs cache_dir type then delete 
the Q1 and Q2 parameters. If you intend to use the diskd cache_dir type 
then change the type from ufs to diskd.

Regards
Henrik

Reply via email to