I'd like to reload my modified ACLs using
Code:
sudo service squid reload
except when I do, my transparent proxy stops working
Code:
ps aux | grep squid
gives
Code:
root 6484 0.3 80.9 515804 359436 ? Rs 15:46 0:05 /usr/sbin/squid -N -D
tango 6998 0.0 0.1 3324 804 pts/0 S+ 16:15 0:00 grep --color=auto squid
If i restart squid with
Code:
sudo service squid restart
and ps aux again i get
Code:
proxy 7010 34.8 86.5 515408 384160 ? Ss 16:15 0:04 /usr/sbin/squid -N -D
tango 7013 0.0 0.1 3324 804 pts/0 S+ 16:15 0:00 grep --color=auto squid
And the transparent proxy starts working again???
Anybody know why the ownership (and functionality) changes? I would rather use reload as its substantially faster but its not much use at the moment.
I'm using ubuntu 10.04 and squid 2.7STABLE7