| Summary: | Problem with Proxy | ||
|---|---|---|---|
| Product: | Base System | Reporter: | torsten.fahr <torsten.fahr> |
| Component: | conf | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
torsten.fahr
2000-06-27 12:40:01 UTC
On Tue, Jun 27, 2000 at 04:34:27AM -0700, torsten.fahr@vaude.de wrote: > i'm absolutely new in freeBSD. our chief-administrator has gone. now i've to do the job. my problem is, i want to allow three users access to the internet. so i edit the file squid.conf withe the following string."acl username src 192.168.x.x/255.255.255.0." to allow the access i http_access allow 'username'. (no password is required). after editing i type at the command line /usr/local/squid/bin/squid.conf -k reconfigure. what happens is, i got the message access denied. You should probably have said: /usr/local/squid/bin/squid -k reconfigure (note - no .conf). Also you don't say what the exact error message was, but if you got an "Operation not permitted" message it probably means that you didn't run the command as either root or the squid user.Try again as root. (BTW - you should press return about once every 70 characters so you don't send lines which are nearly 500 characters long!) David. State Changed From-To: open->closed This is a question, not a problem report. This relates to squid, not FreeBSD. |