> > # echo -e "TRACE / HTTP/1.1\nHost: dl.atrpms.net\n\n" | nc dl.atrpms.net 80 > > Could you also post the output of a cached response? This is a good > way to help users that get into the same trap - this comes up every > now and then and having a way to easily let the users check their > environment would be very helpful!
$ echo -e "TRACE / HTTP/1.1\nHost: dl.atrpms.net\n\n" | nc dl.atrpms.net 80 HTTP/1.0 200 OK Date: Sat, 28 Apr 2007 04:10:31 GMT Server: Apache/2.2.3 (Fedora) Content-Type: message/http X-Cache: MISS from localhost.localdomain X-Cache-Lookup: NONE from localhost.localdomain:3128 Connection: close TRACE / HTTP/1.0 Host: dl.atrpms.net Via: 1.1 localhost.localdomain:3128 (squid/2.5.STABLE14) X-Forwarded-For: 127.0.0.1 Cache-Control: max-age=259200 Connection: keep-alive The 1st hop is it connecting to DansGuardian, the second is DandGuardian passing the request onto squid on port 3128. Regards, Phill _______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
