"Riaz Uddin" <[EMAIL PROTECTED]> writes:

> Dear,
> 
> I'm using squid as my proxy server in my network and allowing hosts to
> access web by setting my proxy server in browser. Without the setting people
> aren't allowed to access web. I'm very beginner in using squid. To allow
> host to access web I do two steps and steps are:
> 
> 1. Write lines in squid.conf:
> acl usr1 src 172.16.0.5
> http_access allow usr1
> <has more.....>
> 
> 2. After writing the above lines, I restart the squid service.

No need to restart squid.

Use squid -k parse to check your squid.conf for errors and when this
works use squid -k reconfigure to start using it. Connections in
progress will not be disturbed by this.

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

Reply via email to