cache_dir ufs /usr/local/squid/cache 100 16 256
The comments above this setting in the default config file explain this,
take a look there for more explanation.
-Dave
On Sun, Mar 05, 2000 at 10:27:40PM +0800, Hazy Xu wrote:
> When I install 2.3stable2, I can not create cache directory either.
> [root@mail squid]# /usr/local/squid/bin/squid -z
> FATAL: Unknown cache_dir type 'ext2'
>
> Squid Cache (Version 2.3.STABLE2): Terminated abnormally.
> CPU Usage: 0.040 seconds = 0.020 user + 0.020 sys
> Maximum Resident Size: 0 KB
> Page faults with physical i/o: 292
> [root@mail squid]#
cache_dir ext2 /usr/local/squid/cache 100 16 256
But when I run squid -z. It report :
[root@mail etc]# /usr/local/squid/bin/squid -z
FATAL: Unknown cache_dir type 'ext2'
Squid Cache (Version 2.4.DEVEL2): Terminated abnormally.
CPU Usage: 0.010 seconds = 0.000 user + 0.010 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 168
[root@mail etc]#
What's the matter?
Thanks in advance.
--Hazy