> hi! > i'm trying to work with squid... > can i implement squid in a LAN to test it's > usability , > is it possible without an Internet connection? > what about the configuration of the apache and > how should the page that the apache is going to display must be? > (dynamic page > or any other parameters needed?) Yes, you can. By example, set apache(s) to listen on 127.0.0... and squid(s) on 192.168... Or, if you can make aliases, just use 2 (or more) different 192.168... Or, use different ports like 80 and 8080, etc... For the rest, it depends on what you want to test... JD