Greetings,
i have a 3.4.1 intercept squid running with squidguard.
whenever squid guard gets a redirect message, lets say client searches for a
blocked site. The site is blocked but the url rewrite fails to re write the
header. So the client just gets a null screen, localhost webpage with the
original http request . No custom block message. this is clearly a squid guard
issue, Does anyone know what could cause the url not to be written back to the
client ?
from squidguard.conf;
dest pornexp {
expressionlist porn/expressions
redirect http://10.0.1.2/exp.html
log expblock.log
}
when the client request , they are denied but this redirect command does not
actually rewrite the header back to the clients browser.
Im using the same setup as previous squid versions.
any insight would be helpful.
-j