Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Squidguard-squid3 integration

    Scheduled Pinned Locked Moved pfSense Packages
    1 Posts 1 Posters 2.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • belleraB
      bellera
      last edited by

      Tested with the following packages:
      squid3-dev 3.3.10 pkg 2.2.1
      squidGuard-squid3 1.4_4 pkg v.1.9.5

      Working with the patch proposed at http://forum.pfsense.org/index.php?topic=73640.0 for squidGuard integration to squid3.

      If you need to increase redirector processes…

      cat /var/squid/logs/cache.log | grep "2014/03/31 11:52:29"
      2014/03/31 11:52:29 kid1| WARNING: All 16/16 redirector processes are busy.
      2014/03/31 11:52:29 kid1| WARNING: 16 pending requests queued
      2014/03/31 11:52:29 kid1| WARNING: Consider increasing the number of redirector processes in your config file.
      

      it is necessary to revert, modify and apply the patch a new time…

      +define('REDIRECTOR_PROCESS_COUNT', '16 startup=8 idle=4 concurrency=0'); # redirector processes count will started
      
      +define('REDIRECTOR_PROCESS_COUNT', '32 startup=16 idle=8 concurrency=0'); # redirector processes count will started
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.