Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: sedangbelajar on October 08, 2007, 01:56:25 AM
-
anybody know how to reset squid proxy in sme server 7.2..
in the main control i can not find some tips or tricks, when i use "clarkconnect" there was one button to reset proxy..
help me please
regards
-
Do you mean you want to re-start the squid service or do you want to flush out the cache?
-
Do you mean you want to re-start the squid service or do you want to flush out the cache?
i mean flush out the chace, because sometimes error in my connection from the internet provider..make me crazy.
-
Try this:
( the last three posts are what you need to look at)
http://forums.contribs.org/index.php?topic=10489.0
-
Try this:
( the last three posts are what you need to look at)
http://forums.contribs.org/index.php?topic=10489.0
two option to clear squid ?
/etc/init.d/squid stop
rm /var/spool/suid
/etc/init.d/squid start
or
First of all, you must stop Squid of course. You can use the command:
squid -k shutdown
The fastest way to restart with an entirely clean cache is to over write the swap.state file. Note, you can not just remove the swap.state file, or truncate it to zero size. Instead, you should put just one byte of garbage there. For example:
echo "" > /var/spool/squid/swap.state
Restart squid:
squid
-
yep, just use the second
echo "" > /var/spool/squid/swap.state
-
yep, just use the second
thank you very much
:-P
-
If you prefer it the button way :) http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewsdownload&sid=62&orderby=dateD