greetings

I know this has been asked before.
I am running squid as a transparent proxy with squidguard for content filtering.

I want to have all request redirect to squidguard for content pass or fail. if pass fetch web site direct.
is there anything else i need in here, or am i totally fooed?

debug_options ALL,1
acl all src 0/0
no_cache deny all
http_access allow all
http_port 3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
redirect_program /usr/local/squidguard/bin/squidguard
redirect_children 10
client_persistent_connections off
server_persistent_connections off

--jeff

Reply via email to