Hello,

Make sure that all your squidGuard directories and files are owned by
the same user that squid runs as.

I set mine to run as the same user that my Apache server runs as, i.e.,
nobody.

In squid.conf, it is necessary to define the networks that you allow
with

acl our_networks src 192.168.1.0/24 ...

For example, and then

http_access allow our_networks

# And finally deny all other access to this proxy
http_access deny all

The redirector_children option should look something like

redirect_program /usr/local/bin/orsquidGuard -c
/usr/local/orsquidGuard/orsquidGuard.conf

and 

redirect_children 10

the default for redirect_children is 5, but that is never really
enough.  10 or more is better, but not too many.

Murrah Boswell

> "Edison Chalabi [MHS]" wrote:
> 
> Hi All,
> 
> I have successfully downloaded and installed both squid and
> SquidGuard, considering that I have been a windows user for long long
> time, I think that was quite an accomplishment...
> 
> Question:
> 
> I have the "redirect_program" in my squid.conf file but I am not sure
> , do I have to deny all access in squid.conf and squidGuard will take
> over ( it does'nt seem to work) or do I allow all traffic in my
> squid.conf and it is ignored because we are redirectining to
> squidGuard rather than using this rule...
> 
> SO basically what acl if any do i need in squid for squidGuard to
> work, deny all, allow all, or what...
> 
> Scenario:
> 
> I am afraid if the 2nd case is true and squid.conf is setup to allow
> all traffic before squidGuard can do its thing, then what if
> squidGuard stops for some reason, wouldn't the traffic default back to
> using the rule in squid.conf that allowed all traffic...
> 
> I hope I am making some sense, and someone can help...
> 
> thanks,
> Ed
> 
> Visit us at: http://www.co.san-joaquin.ca.us/mhs CONFIDENTIALITY
> NOTICE: This message is intended only for the use of the individual or
> entity to which it is addressed, and may contain information that is
> privileged, confidential and exempt from disclosure under law.

Reply via email to