17 | | 8.Shut squid down. Clear the squid cache folder (/var/spool/squid) on Cuscus. Rebuild cache and restart squid. |
| 17 | 8.Shut squid down. ssh to cuscus.healthgurumedia.com. Clear the squid cache folder (/var/spool/squid) on Cuscus. Rebuild cache and restart squid.[[BR]] |
| 18 | #: ssh root@cuscus.healthgurumedia.com[[BR]] |
| 19 | #: squid -k shutdown [Note: Repeat this until you receive the message that no squid is running] [[BR]] |
| 20 | #: cd /var/spool[[BR]] |
| 21 | #: mv squid squid.old[[BR]] |
| 22 | #: mkdir squid[[BR]] |
| 23 | #: chmod 777 squid[[BR]] |
| 24 | #: squid -z[[BR]] |
| 25 | #: squid[[BR]] |
| 26 | #: rm -rf squid.old[[BR]] |