SK5_RJ
(usa Debian)
Enviado em 15/07/2014 - 21:08h
Buckminster escreveu:
Malheiros-silva escreveu:
UP!
Verifique as regras do DansGuardian.
Provavelmente alguma regra está deixando a rede lenta.
Poxa Buckminster, nunca alterei nada, sempre funcionou, e tenho certeza que meu amigo na empresa também não alterou, e isto so ocorre quando ativo o dansguardian!
[code]
#REPORT
reportinglevel = 3
#IDIOMA
languagedir = '/etc/dansguardian/languages'
language = 'ptbrazilian'
#LOGs
loglevel = 3
logexceptionhits = 2
logfileformat = 1
loglocation = '/var/log/dansguardian/access.log'
# Network Settings
filterip =
filterport = 8080
proxyip = 127.0.0.1
proxyport = 3128
nonstandarddelimiter = on
#IMAGENS BLOQUEADAS
usecustombannedimage = on
custombannedimagefile = '/usr/share/dansguardian/Logofundamental.gif'
# Filter groups options
filtergroups = 1
filtergroupslist = '/etc/dansguardian/lists/filtergroupslist'
# Authentication files location
bannediplist = '/etc/dansguardian/lists/bannediplist'
exceptioniplist = '/etc/dansguardian/lists/exceptioniplist'
#PALAVRAS - PESO
showweightedfound = on
weightedphrasemode = 2
# Positive (clean) result caching for URLs
urlcachenumber = 1000
# Age before they are stale and should be ignored in seconds
urlcacheage = 900
# Clean cache for content (AV) scan results
scancleancache = on
#Smart, Raw and Meta/Title phrase content filtering options
phrasefiltermode = 2
# Lower casing options / 0 = force lower case (default)
preservecase = 0
# Hex decoding options
hexdecodecontent = off
# Force Quick Search rather than DFA search algorithm
forcequicksearch = off
# Reverse lookups for banned site and URLs.
reverseaddresslookups = off
# Reverse lookups for banned and exception IP lists.
reverseclientiplookups = off
# Perform reverse lookups on client IPs for successful requests.
logclienthostnames = off
# Build bannedsitelist and bannedurllist cache files.
createlistcachefiles = on
# POST protection (web upload and forms)
maxuploadsize = -1
# Max content filter size
maxcontentfiltersize = 256
# Max content ram cache scan size
maxcontentramcachescansize = 2000
# Max content file cache scan size
maxcontentfilecachescansize = 20000
# File cache dir
filecachedir = '/tmp'
# Delete file cache after user completes download
deletedownloadedtempfiles = on
# Initial Trickle delay
initialtrickledelay = 20
# Trickle delay
trickledelay = 10
# Download Managers
downloadmanager = '/etc/dansguardian/downloadmanagers/fancy.conf'
downloadmanager = '/etc/dansguardian/downloadmanagers/default.conf'
# Content scanner timeout
contentscannertimeout = 60
# Content scan exceptions
contentscanexceptions = off
# Auth plugins
authplugin = '/etc/dansguardian/authplugins/proxy-basic.conf'
authplugin = '/etc/dansguardian/authplugins/ip.conf'
# Re-check replaced URLs
recheckreplacedurls = off
# Misc settings
forwardedfor = off
usexforwardedfor = off
logconnectionhandlingerrors = on
# Fork pool options
logchildprocesshandling = off
maxchildren = 120
minchildren = 8
minsparechildren = 4
preforkchildren = 6
maxsparechildren = 32
maxagechildren = 500
# Sets the maximum number client IP addresses allowed to connect at once.
maxips = 0
# IPC filename
ipcfilename = '/tmp/.dguardianipc'
# URL list IPC filename
urlipcfilename = '/tmp/.dguardianurlipc'
# IP list IPC filename
ipipcfilename = '/tmp/.dguardianipipc'
# PID filename
nodaemon = off
# Disable logging process
nologger = off
# Enable logging of "ADs" category blocks
logadblocks = on
# Enable logging of client User-Agent
loguseragent = off
# Soft restart
softrestart = off