Koozali.org: home of the SME Server

Windows Update Cache Contribution

Offline jmvelez

  • ****
  • 85
  • +0/-0
    • http://velezcomputer.com
Windows Update Cache Contribution
« on: January 29, 2005, 04:43:49 PM »
I installed the contribution for Windows Update Cache on 6.01 and Squidguard will stop working.  Anyone has a fix for this.

Thank you

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Windows Update Cache Contribution
« Reply #1 on: February 08, 2005, 12:56:22 PM »
Was it squidguard or squid as a total? Have you manage to fix it?

SupportIT

Conflicting "redirect_program"
« Reply #2 on: February 21, 2005, 01:00:43 PM »
This isn't a fix, but I can tell you why it isn't working and how to get SquidGuard back running.  If you check out:

/etc/squid/squid.conf

:you'll see two "redirect_program" entries - one for SquidGuard and one for Windows Update Cache.  The Windows Update Cache one is first so...

To get SquidGuard working again, edit:

/etc/e-smith/templates-custom/etc/squid/squid.conf/11Windowscacheflow

:and comment out the two lines (put # in front of them).  Then do:

/sbin/e-smith/expand-template /etc/squid/squid.conf

:and restart squid:

service squid restart

:Your SquidGuard should now be working.

Maybe there is some clever person out there who can edit the Windows Update Cache redirector perl script to use SquidGuard to fetch url's that aren't Windows Updates, but alas, that isn't me...