Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Squid and ACL??
Name: Wrobo Date: November 4, 2002 at 09:46:22 Pacific OS: RedHat 8.0 CPU/Ram: PII 336
Comment:
In responce to a previous help topic that i myself wrote, what are ACL's and Squids?? I have no idea how to go about doint the website restrictions and such other activities required to restrict websites and password protect cookie and history deleation... please help explain this to me!!! thank you so much!
Name: armin Date: November 4, 2002 at 12:23:57 Pacific
Reply:
squid = proxy server software ACL = access list defined in /etc/squid.conf (which is squid's main config file)
install squid and carefully read the documentation in /usr/share/doc/squid and also read squid.conf. make sure you understand what a proxy server does and how it works.
for cookie protection and junk filtering you might want to install junkbuster. it is a filtering proxy server which filters unwanted urls. you can use both squid and junkbuster to successfully filter, proxy, cache, restrict and clean your web traffic.
the most important thing about _every_ unix software is: RTFM http://www.tuxedo.org/~esr/jargon/html/entry/RTFM.html
Summary: Hi, I have a machine running my squid proxy. However, I need to host a website and, since the machine running the proxy is the only machine directly connected to the internet source (DSL), I need to r...
Summary: Dear all, I had configured squid and its working fine. Now i need to allow gtak and gmail access for a group of users. I created a group through access list and if I give ".mail.google.com".My sq...