{
    my $transproxy = db_get_prop($confref, 'squid', 'Transparent') || "yes";
    $OUT = '';
    return unless ($transproxy eq "yes");

# These squid settings set up transparent proxying - as
# long as a packet redirector is also set up to forward
# port 80 TCP connections into squid.
    $OUT .= "
httpd_accel_host virtual
httpd_accel_with_proxy on
httpd_accel_uses_host_header on" ; }
