Luciano Mannucci napsal(a): > On Tue, 16 Jun 2009 16:20:47 +0200 > Martin Tomasek <[email protected]> wrote: > > >> you can disable particular rule. look for reported rule number, place it >> in rule_id attribute here: >> >> <rule id="REPORTED RULE ID HERE" level="0" overwrite="yes"> >> <description>Your description here</description> >> </rule> >> >> and add rule you created to your local rules. >> > Maany thanks! > The rule triggered is: > Rule: 35055 fired (level 10) -> "Multiple attempts to access a non-existent > file." > I founf a reference to it in squid_rules.xml, so if I understand > correctly this check will be disabled only in squid... >
Yes. You can look into the rules yourself. Rule 35055 is triggered when rule 35006 is triggered repeatedly in timeframe of 90 seconds. And rule 35006 detects error code 404 (not found) in log of squid (through rules 35002 and 35000). > Thanks again, > > luciano. > -- Martin Tomasek
