Hi, When I configure Squid without disk cache like this: ./configure --with-pthreads --enable-http-violations --enable-storeio=no --enable-disk-io=no And then I compile and run Squid, I get the following error: FATAL: Bungled (null) line 158: cache_dir ufs /usr/local/squid/var/cache 100 16 256 Squid Cache (Version 3.0.STABLE18): Terminated abnormally. CPU Usage: 0.004 seconds = 0.004 user + 0.000 sys Maximum Resident Size: 0 KB Page faults with physical i/o: 0 But I removed all cache_dir from the squid.conf configuration file. How should I start Squid? Thank you, Andrej