<div dir="ltr">Hi all,<div><br></div><div>I'm trying to use squid with squidguard, but it seems that squid3 is somehow ignoring the url_rewrite_program completely. While starting squid I'm getting the message: </div><div><br></div><div>"</div><div><div>helperOpenServers: Starting 0/20 'squidGuard' processes</div><div>helperOpenServers: No 'squidGuard' processes needed</div></div><div>"</div><div><br></div><div>And nothing is being directed to squidguard. </div><div>Just to be sure, I tried a simple bash program as well as a php program to handle the redirection, and I'm receiving a similar message and nothing is being redirected. </div><div>Config files are listed below. All files are owned by the user "proxy"</div><div>OS: ubuntu 16.04</div><div>squid: 3.5.12-1ubuntu7.2</div><div>squidguard: 1.5-5</div><div><br></div><div>Here's  squid.conf</div><div><br></div><div>"</div><div><div>pinger_enable off</div><div>url_rewrite_access allow all</div><div>url_rewrite_program /usr/bin/squidGuard -c /etc/squidguard/squidGuard.conf</div></div><div><div>acl SSL_ports port 443</div><div>acl Safe_ports port 80          # http</div><div>acl Safe_ports port 443         # https</div><div>acl Safe_ports port 1025-65535  # unregistered ports</div><div>acl CONNECT method CONNECT</div><div>http_access deny !Safe_ports</div><div>http_access deny CONNECT !SSL_ports</div><div>http_access allow localhost manager</div><div>http_access deny manager</div><div>http_access allow localhost</div><div>acl whitelist dstdomain <a href="http://play.google.com">play.google.com</a></div><div>http_access allow whitelist</div><div>http_access deny all</div><div>http_port 3128</div><div>coredump_dir /var/spool/squid</div></div><div><br></div><div>"</div><div><br></div><div>And here's squidGuard.conf</div><div><br></div><div>"</div><div><div>dbhome /var/lib/squidguard/db</div><div>logdir /var/log/squidguard</div><div><br></div><div>dest ads {</div><div>        domainlist ads/domains</div><div>}</div><div><br></div><div>dest whitelist {</div><div><span class="" style="white-space:pre"> </span>domainlist<span class="" style="white-space:pre">        </span>whitelist/domains</div><div>}</div><div><br></div><div>acl {</div><div>        default {</div><div>                pass whitelist none</div><div>                redirect <a href="http://www.contensi.com">http://www.contensi.com</a></div><div>        }</div><div>}</div><div><br></div></div><div>"</div><div><br></div><div>Any ideas what the problem is?</div><div><br></div><div>Thanks </div><div>Moataz</div></div>