My Community Dashboard

  • I did a diff between my old clearos6/etc/dansguardian-av and clearos7/etc/dansguardian-av.
    Interesting bits between dansguardian.conf:

    increasing log level on new machine

    < loglevel = 1
    ---
    > loglevel = 3


    logging exceptions
    < logexceptionhits = 0
    ---
    > logexceptionhits = 2


    phrasemode
    < weightedphrasemode = 0
    ---
    > weightedphrasemode = 1


    cache
    < filecachedir = '/tmp'
    ---
    > filecachedir = '/var/cache/dansguardian'


    timeout
    < contentscannertimeout = 20
    ---
    > contentscannertimeout = 60


    errors
    < logconnectionhandlingerrors = off
    ---
    > logconnectionhandlingerrors = on



    I'm guessing that I'm timing out on javascript things, which is super new. I don't remember a 20 second wait doing little things like pulling up my javascript heavy fantasy football league. Editing new clear7 config to match old one (minus filecachedir) did not fix it.