Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

Squid cache restart

  Date: Nov 25    Category: Unix / Linux / Ubuntu    Views: 329
  

Anyone knows how to restar the squid cache on console??? i want to automatize that task torught crond.

Share: 

 

1 Answer Found

 
Answer #1    Answered On: Nov 25    

You could use

# /etc/rc.d/init.d/squid stop; /etc/rc.d/init.d/squid start

or

# /etc/rc.d/init.d/squid reload

or

# squid -k reconfigure
(this option does not restart squid, but makes squid reload the squid.conf
file)

 
Didn't find what you were looking for? Find more on Squid cache restart Or get search suggestion and latest updates.




Tagged: