> On Wed, 10 Oct 2007 09:26:42 -0700 (PDT) > Raemaekers Mark <markraem@xxxxxxxxx> wrote: > >> Dear squid-cache.org, >> >> I have three RHEL4 servers : >> >> 1. configured with squid 2.6 Version 2.6.STABLE16 in >> accelerator mode >> 2. configured with (apache) httpd daemon >> 3. this machine has curl installed (to generate http >> requests) >> >> >> Each time I do curl http://omp.wc.be/home.html, > > Are the pages cachable? What does curl -I http://omp.wc.be/home.html > say? > >> I >> notice that the WC ALLWAYS sends the reqeust to the >> http server. It does NOT cache my home.html page. >> If I remove the "always_direct allow all" statement >> then I get the error back from WC that it is unable to >> forward request. > > always_direct is about whether squid uses other caches; that's not > relevant here since you only have one. However in accelerator mode the origin web server can be considered a parent cache for certain URL. Amos