On 4/09/2013 3:13 a.m., Ahmad wrote:
hi , im using squid compiled with options : Squid Cache: Version 3.3.8 configure options:
<snp>
'--enable-storeio=ufs,aufs,diskd'
storeio is the list of cache_dir types suported by this Squid.
============================================= im trying to use smp with rock cache_dir , but i have error in squid when type squid -k parse : it is "2013/09/03 17:11:27| Processing: workers 2 2013/09/03 17:11:27| Processing: cache_dir rock /squid-cache/rock-1 3000 max-size=31000 max-swap-rate=250 swap-timeout=350 *2013/09/03 17:11:27| ERROR: This proxy does not support the 'rock' cache type. Ignoring."* ===========================================================================
You need to rebuild your Squid and this time include the "rock" storeio type.
Amos