My reload section of /etc/init.d/squid
reload() {
$SQUID $SQUID_OPTS -k reconfigure
}
Ok, i asked you to copy and paste just to check if i was right. As you can see your "/etc/init.d/squid reload" is exactly the same that mine "squid -k reconfigure". I don't know what the $SQUID_OPTS variable contain, but i suppose is not important for this issue. Francesco
