>> I have gone through the FAQs several times and tried everything that I >> have >> read and every response that has been sent to me. At this point I'm >> starting >> to feel like a complete idiot. >> >> Could someone please send me a basic squid.conf that will work that I >> can >> build on. >> My internal network is 10.10.30.0/24
>From the Squid book: Debugging Access Controls If you're having no luck getting your access controls to work properly, here's a little tip that might help. Edit your squid.conf file and set the debug_options line to this: debug_options ALL,1 33,2 Then, reconfigure Squid: % squid -k reconfigure Now, Squid writes a message to cache.log for each client request and another for each reply. The message contain the request method, URI, whether the request/reply is allowed or denied, and the name of the last ACL that matched it. Joost
