Squid Transparent (intercept) problema

1. Squid Transparent (intercept) problema

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/05/2016 - 03:26h

Fala galera, estou com problemas para deixar meu proxy funcionando de modo aberto (transparent/Intercept). Utilizo a versão Squid normal, não utilizo a 3.

Servidor CentOS 32bit

Segue informações o servidor (alterei os 2 ultimos IP do server por ##):
========================
[root@nt1 ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:526 errors:0 dropped:0 overruns:0 frame:0
TX packets:526 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26300 (25.6 KiB) TX bytes:26300 (25.6 KiB)

venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: 2604:180:0:aa3::3a29/64 Scope:Global
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:4177 errors:0 dropped:0 overruns:0 frame:0
TX packets:3959 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:519656 (507.4 KiB) TX bytes:482408 (471.1 KiB)

venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:167.88.123.## P-t-P:167.88.123.## Bcast:167.88.123.## Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1

========================

Segue também o meu arquivo Squid.conf (alterei os 2 ultimos IP do server por ##):
========================
#########SQUID
#
##############################
###############INICIANDO......


##########Mensagens de erro em Português
error_directory /usr/share/squid/errors/Portuguese


##########Porta do Squid
http_port 3128 intercept


##########Nome do servidor
visible_hostname nt1.t100free.com.br


##########Cache
cache_mem 700 MB
maximum_object_size_in_memory 32 KB
maximum_object_size 1024 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /etc/squid/cache 30000 16 256


##########Logs de acesso
access_log /var/log/squid/access.log squid


##########Regras acl padrão
acl todos src 167.88.123.97/24
acl local src 127.0.0.1/32
acl SSL_ports port 443 563 873
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 873 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # swat
acl Safe_ports port 1025-65535 # portas altas
acl purge method PURGE
acl CONNECT method CONNECT


##########ALLOW / DENY
# Permissões e bloqueios padrão
#http_access allow manager local
#http_access deny manager
http_access allow purge local
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

# Bloqueio de sites por URL
acl sites_proibidos url_regex -i "/etc/squid/sites_proibidos"
http_access deny sites_proibidos

# Bloqueio de downloads por extensão
acl downloads_proibidos url_regex -i \.exe \.torrent \.avi \.mp3
http_access deny downloads_proibidos

# Permissão rede local e servidor
acl redelocal src 167.88.123.97/24
http_access allow local
http_access allow redelocal

# Bloqueio de usuários fora da rede
http_access deny todos


##########FIM


Fico no aguardo de o que devo fazer para que funcione, estou tentando iniciar o squid, e ele não inicia, da erro [FAILED].

[root@nt1 ~]# /etc/init.d/squid start
init_cache_dir /etc/squid/cache... Starting squid: ........[FAILED]...



Fico no aguardo, obrigado!


  


2. Re: Squid Transparent (intercept) problema

André Romero Alves de Souza
arasouza

(usa Debian)

Enviado em 18/05/2016 - 07:45h

maresiapunk escreveu:

Fala galera, estou com problemas para deixar meu proxy funcionando de modo aberto (transparent/Intercept). Utilizo a versão Squid normal, não utilizo a 3.

Servidor CentOS 32bit

Segue informações o servidor (alterei os 2 ultimos IP do server por ##):
========================
[root@nt1 ~]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:526 errors:0 dropped:0 overruns:0 frame:0
TX packets:526 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:26300 (25.6 KiB) TX bytes:26300 (25.6 KiB)

venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.1 P-t-P:127.0.0.1 Bcast:0.0.0.0 Mask:255.255.255.255
inet6 addr: 2604:180:0:aa3::3a29/64 Scope:Global
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:4177 errors:0 dropped:0 overruns:0 frame:0
TX packets:3959 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:519656 (507.4 KiB) TX bytes:482408 (471.1 KiB)

venet0:0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:167.88.123.## P-t-P:167.88.123.## Bcast:167.88.123.## Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1

========================

Segue também o meu arquivo Squid.conf (alterei os 2 ultimos IP do server por ##):
========================
#########SQUID
#
##############################
###############INICIANDO......


##########Mensagens de erro em Português
error_directory /usr/share/squid/errors/Portuguese


##########Porta do Squid
http_port 3128 intercept


##########Nome do servidor
visible_hostname nt1.t100free.com.br


##########Cache
cache_mem 700 MB
maximum_object_size_in_memory 32 KB
maximum_object_size 1024 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /etc/squid/cache 30000 16 256


##########Logs de acesso
access_log /var/log/squid/access.log squid


##########Regras acl padrão
acl todos src 167.88.123.97/24
acl local src 127.0.0.1/32
acl SSL_ports port 443 563 873
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 873 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # swat
acl Safe_ports port 1025-65535 # portas altas
acl purge method PURGE
acl CONNECT method CONNECT


##########ALLOW / DENY
# Permissões e bloqueios padrão
#http_access allow manager local
#http_access deny manager
http_access allow purge local
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

# Bloqueio de sites por URL
acl sites_proibidos url_regex -i "/etc/squid/sites_proibidos"
http_access deny sites_proibidos

# Bloqueio de downloads por extensão
acl downloads_proibidos url_regex -i \.exe \.torrent \.avi \.mp3
http_access deny downloads_proibidos

# Permissão rede local e servidor
acl redelocal src 167.88.123.97/24
http_access allow local
http_access allow redelocal

# Bloqueio de usuários fora da rede
http_access deny todos


##########FIM


Fico no aguardo de o que devo fazer para que funcione, estou tentando iniciar o squid, e ele não inicia, da erro [FAILED].

[root@nt1 ~]# /etc/init.d/squid start
init_cache_dir /etc/squid/cache... Starting squid: ........[FAILED]...



Fico no aguardo, obrigado!


Veja:
init_cache_dir /etc/squid/cache... Starting squid: ........[FAILED]...

Seu cache deu pau ou não foi criado
segue:
/etc/init.d/squid stop

squid -z

/etc/init.d/squid start

e posta ai o resultado.


3. Re: Squid Transparent (intercept) problema

Junior Cunha
JuniorCunha

(usa CentOS)

Enviado em 18/05/2016 - 08:17h

Intercept seria só da versão 3.1 do squid pra frente...

Tente colocar transparent.


4. Re: Squid Transparent (intercept) problema

Leandro
rahremix

(usa Arch Linux)

Enviado em 18/05/2016 - 09:39h

Dê uma olhada no final do arquivo cache.log, lá deve estar informado o erro.

------------------------------------------------------------------------------------------------------
http://www.gnu.org/philosophy/free-software-even-more-important.pt-br.html


5. Re: Squid Transparent (intercept) problema

Anderson
sentiinela

(usa Ubuntu)

Enviado em 18/05/2016 - 09:53h

squid -d 1


6. Re: Squid Transparent (intercept) problema

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/05/2016 - 10:06h

Segue erro após o comando squid -z:
[root@nt1 ~]# squid -z
2016/05/18 09:01:02| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:01:02| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:01:02| Creating Swap Directories
FATAL: Failed to make swap directory /etc/squid/cache: (13) Permission denied
[root@nt1 ~]#



Dados do log cache.log:
[quote]
2016/05/15 04:20:54| Creating Swap Directories
2016/05/15 04:20:54| /var/spool/squid exists
2016/05/15 04:20:54| Making directories in /var/spool/squid/00
2016/05/15 04:20:54| Making directories in /var/spool/squid/01
2016/05/15 04:20:54| Making directories in /var/spool/squid/02
2016/05/15 04:20:54| Making directories in /var/spool/squid/03
2016/05/15 04:20:54| Making directories in /var/spool/squid/04
2016/05/15 04:20:54| Making directories in /var/spool/squid/05
2016/05/15 04:20:54| Making directories in /var/spool/squid/06
2016/05/15 04:20:54| Making directories in /var/spool/squid/07
2016/05/15 04:20:54| Making directories in /var/spool/squid/08
2016/05/15 04:20:54| Making directories in /var/spool/squid/09
2016/05/15 04:20:54| Making directories in /var/spool/squid/0A
2016/05/15 04:20:54| Making directories in /var/spool/squid/0B
2016/05/15 04:20:54| Making directories in /var/spool/squid/0C
2016/05/15 04:20:54| Making directories in /var/spool/squid/0D
2016/05/15 04:20:54| Making directories in /var/spool/squid/0E
2016/05/15 04:20:54| Making directories in /var/spool/squid/0F
2016/05/15 04:22:39| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 04:22:39| Process ID 1525
2016/05/15 04:22:39| With 1024 file descriptors available
2016/05/15 04:22:39| Initializing IP Cache...
2016/05/15 04:22:39| DNS Socket created at [::], FD 7
2016/05/15 04:22:39| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 04:22:39| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 04:22:39| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 04:22:39| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 04:22:39| User-Agent logging is disabled.
2016/05/15 04:22:39| Referer logging is disabled.
2016/05/15 04:22:39| Unlinkd pipe opened on FD 23
2016/05/15 04:22:39| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 04:22:39| Store logging disabled
2016/05/15 04:22:39| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 04:22:39| Target number of buckets: 13831
2016/05/15 04:22:39| Using 16384 Store buckets
2016/05/15 04:22:39| Max Mem size: 524288 KB
2016/05/15 04:22:39| Max Swap size: 3072000 KB
2016/05/15 04:22:39| Rebuilding storage in /var/spool/squid (DIRTY)
2016/05/15 04:22:39| Using Least Load store dir selection
2016/05/15 04:22:39| Set Current Directory to /var/spool/squid
2016/05/15 04:22:39| Loaded Icons.
2016/05/15 04:22:39| Accepting HTTP connections at [::]:3128, FD 25.
2016/05/15 04:22:39| HTCP Disabled.
2016/05/15 04:22:39| Squid plugin modules loaded: 0
2016/05/15 04:22:39| Adaptation support is off.
2016/05/15 04:22:39| Ready to serve requests.
2016/05/15 04:22:39| Done scanning /var/spool/squid swaplog (0 entries)
2016/05/15 04:22:39| Finished rebuilding storage from disk.
2016/05/15 04:22:39| 0 Entries scanned
2016/05/15 04:22:39| 0 Invalid entries.
2016/05/15 04:22:39| 0 With invalid flags.
2016/05/15 04:22:39| 0 Objects loaded.
2016/05/15 04:22:39| 0 Objects expired.
2016/05/15 04:22:39| 0 Objects cancelled.
2016/05/15 04:22:39| 0 Duplicate URLs purged.
2016/05/15 04:22:39| 0 Swapfile clashes avoided.
2016/05/15 04:22:39| Took 0.03 seconds ( 0.00 objects/sec).
2016/05/15 04:22:39| Beginning Validation Procedure
2016/05/15 04:22:39| Completed Validation Procedure
2016/05/15 04:22:39| Validated 25 Entries
2016/05/15 04:22:39| store_swap_size = 0
2016/05/15 04:22:40| storeLateRelease: released 0 objects
2016/05/15 13:50:21| Squid is already running! Process ID 1525
2016/05/15 13:50:48| Squid is already running! Process ID 1525
2016/05/15 13:51:41| Preparing for shutdown after 1766 requests
2016/05/15 13:51:41| Waiting 30 seconds for active connections to finish
2016/05/15 13:51:41| FD 25 Closing HTTP connection
2016/05/15 13:52:13| Shutting down...
2016/05/15 13:52:13| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 13:52:13| Closing unlinkd pipe on FD 23
2016/05/15 13:52:13| storeDirWriteCleanLogs: Starting...
2016/05/15 13:52:13| Finished. Wrote 699 entries.
2016/05/15 13:52:13| Took 0.00 seconds (470707.07 entries/sec).
CPU Usage: 7.005 seconds = 3.497 user + 3.507 sys
Maximum Resident Size: 75520 KB
Page faults with physical i/o: 2
Memory usage for squid via mallinfo():
total space in arena: 16180 KB
Ordinary blocks: 14288 KB 123 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 1891 KB
Total in use: 15304 KB 95%
Total free: 1891 KB 12%
2016/05/15 13:52:13| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 13:52:13| Open FD READ/WRITE 8 DNS Socket IPv4
2016/05/15 13:52:13| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 13:52:13| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 13:52:13| Open FD READ/WRITE 12 Reading next request
2016/05/15 13:52:13| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 13:52:13| Open FD READ/WRITE 14 www.facebook.com:443
2016/05/15 13:52:13| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 13:52:13| Open FD READ/WRITE 16 Reading next request
2016/05/15 13:52:13| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 13:52:13| Open FD READ/WRITE 18 www.google.com.br:443
2016/05/15 13:52:13| Open FD READ/WRITE 21 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 22 pluto.web.telegram.org:443
2016/05/15 13:52:13| Open FD READ/WRITE 29 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 30 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 31 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 32 id.google.com.br:443
2016/05/15 13:52:13| Open FD READ/WRITE 33 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 34 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 35 plus.google.com:443
2016/05/15 13:52:13| Open FD READ/WRITE 36 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 37 clients5.google.com:443
2016/05/15 13:52:13| Open FD READ/WRITE 38 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 39 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 40 s0.2mdn.net:443
2016/05/15 13:52:13| Open FD READ/WRITE 41 googleads4.g.doubleclick.net:443
2016/05/15 13:52:13| Open FD READ/WRITE 44 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 46 s0.2mdn.net:443
2016/05/15 13:52:13| Open FD READ/WRITE 48 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 49 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 51 cdn.optimizely.com idle connection
2016/05/15 13:52:13| Open FD READ/WRITE 52 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 53 www.googletagservices.com:443
2016/05/15 13:52:13| Open FD READ/WRITE 55 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 56 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 57 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 58 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 59 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 60 b.scorecardresearch.com idle connection
2016/05/15 13:52:13| Open FD READ/WRITE 62 s.glbimg.com:443
2016/05/15 13:52:13| Open FD READ/WRITE 65 Reading next request
2016/05/15 13:52:13| Open FD READ/WRITE 67 www.google-analytics.com:443
2016/05/15 13:52:13| Open FD READ/WRITE 68 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 69 tpc.googlesyndication.com:443
2016/05/15 13:52:13| Open FD READ/WRITE 70 ad.doubleclick.net:443
2016/05/15 13:52:13| Open FD READ/WRITE 71 cdn.krxd.net idle connection
2016/05/15 13:52:13| Open FD READ/WRITE 72 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 75 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 77 securepubads.g.doubleclick.net:443
2016/05/15 13:52:13| Open FD READ/WRITE 80 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 81 Waiting for next request
2016/05/15 13:52:13| Open FD READ/WRITE 83 globo-ab.globo.com idle connection
2016/05/15 13:52:13| Open FD READ/WRITE 89 pagead2.googlesyndication.com idle connection
2016/05/15 13:52:13| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 13:52:13| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 13:52:13| Process ID 14195
2016/05/15 13:52:13| With 1024 file descriptors available
2016/05/15 13:52:13| Initializing IP Cache...
2016/05/15 13:52:13| DNS Socket created at [::], FD 7
2016/05/15 13:52:13| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 13:52:13| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 13:52:13| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 13:52:13| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 13:52:13| User-Agent logging is disabled.
2016/05/15 13:52:13| Referer logging is disabled.
2016/05/15 13:52:13| Unlinkd pipe opened on FD 23
2016/05/15 13:52:13| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 13:52:13| Store logging disabled
2016/05/15 13:52:13| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 13:52:13| Target number of buckets: 13831
2016/05/15 13:52:13| Using 16384 Store buckets
2016/05/15 13:52:13| Max Mem size: 524288 KB
2016/05/15 13:52:13| Max Swap size: 3072000 KB
2016/05/15 13:52:13| Version 1 of swap file with LFS support detected...
2016/05/15 13:52:13| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 13:52:13| Using Least Load store dir selection
2016/05/15 13:52:13| Set Current Directory to /var/spool/squid
2016/05/15 13:52:13| Loaded Icons.
2016/05/15 13:52:13| Accepting HTTP connections at [::]:3128, FD 26.
2016/05/15 13:52:13| HTCP Disabled.
2016/05/15 13:52:13| Squid plugin modules loaded: 0
2016/05/15 13:52:13| Adaptation support is off.
2016/05/15 13:52:13| Ready to serve requests.
2016/05/15 13:52:13| Done reading /var/spool/squid swaplog (699 entries)
2016/05/15 13:52:13| Finished rebuilding storage from disk.
2016/05/15 13:52:13| 699 Entries scanned
2016/05/15 13:52:13| 0 Invalid entries.
2016/05/15 13:52:13| 0 With invalid flags.
2016/05/15 13:52:13| 699 Objects loaded.
2016/05/15 13:52:13| 0 Objects expired.
2016/05/15 13:52:13| 0 Objects cancelled.
2016/05/15 13:52:13| 0 Duplicate URLs purged.
2016/05/15 13:52:13| 0 Swapfile clashes avoided.
2016/05/15 13:52:13| Took 0.01 seconds (64034.44 objects/sec).
2016/05/15 13:52:13| Beginning Validation Procedure
2016/05/15 13:52:13| Completed Validation Procedure
2016/05/15 13:52:13| Validated 1423 Entries
2016/05/15 13:52:13| store_swap_size = 6256
2016/05/15 13:52:14| storeLateRelease: released 0 objects
2016/05/15 13:56:37| Preparing for shutdown after 439 requests
2016/05/15 13:56:37| Waiting 30 seconds for active connections to finish
2016/05/15 13:56:37| FD 26 Closing HTTP connection
2016/05/15 13:57:08| Shutting down...
2016/05/15 13:57:08| AuthUserHashPointer::removeFromCache: entry in use - not freeing
2016/05/15 13:57:08| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 13:57:08| Closing unlinkd pipe on FD 23
2016/05/15 13:57:08| storeDirWriteCleanLogs: Starting...
2016/05/15 13:57:08| Finished. Wrote 820 entries.
2016/05/15 13:57:08| Took 0.00 seconds (2303370.79 entries/sec).
CPU Usage: 0.526 seconds = 0.271 user + 0.255 sys
Maximum Resident Size: 58640 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 10280 KB
Ordinary blocks: 7771 KB 584 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 2508 KB
Total in use: 8787 KB 85%
Total free: 2508 KB 24%
2016/05/15 13:57:08| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 13:57:08| Open FD READ/WRITE 8 DNS Socket IPv4
2016/05/15 13:57:08| Open FD READ/WRITE 9 ncsa_auth #1
2016/05/15 13:57:08| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 13:57:08| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 13:57:08| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 13:57:08| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 13:57:08| Open FD READ/WRITE 60 Reading next request
2016/05/15 13:57:08| Open FD READ/WRITE 66 1.client-channel.google.com:443
2016/05/15 13:57:08| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 13:57:09| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 13:57:09| Process ID 14248
2016/05/15 13:57:09| With 1024 file descriptors available
2016/05/15 13:57:09| Initializing IP Cache...
2016/05/15 13:57:09| DNS Socket created at [::], FD 7
2016/05/15 13:57:09| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 13:57:09| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 13:57:09| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 13:57:09| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 13:57:09| User-Agent logging is disabled.
2016/05/15 13:57:09| Referer logging is disabled.
2016/05/15 13:57:10| Unlinkd pipe opened on FD 23
2016/05/15 13:57:10| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 13:57:10| Store logging disabled
2016/05/15 13:57:10| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 13:57:10| Target number of buckets: 13831
2016/05/15 13:57:10| Using 16384 Store buckets
2016/05/15 13:57:10| Max Mem size: 524288 KB
2016/05/15 13:57:10| Max Swap size: 3072000 KB
2016/05/15 13:57:10| Version 1 of swap file with LFS support detected...
2016/05/15 13:57:10| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 13:57:10| Using Least Load store dir selection
2016/05/15 13:57:10| Set Current Directory to /var/spool/squid
2016/05/15 13:57:10| Loaded Icons.
2016/05/15 13:57:10| Accepting HTTP connections at [::]:3128, FD 26.
2016/05/15 13:57:10| HTCP Disabled.
2016/05/15 13:57:10| Squid plugin modules loaded: 0
2016/05/15 13:57:10| Adaptation support is off.
2016/05/15 13:57:10| Ready to serve requests.
2016/05/15 13:57:10| Done reading /var/spool/squid swaplog (820 entries)
2016/05/15 13:57:10| Finished rebuilding storage from disk.
2016/05/15 13:57:10| 820 Entries scanned
2016/05/15 13:57:10| 0 Invalid entries.
2016/05/15 13:57:10| 0 With invalid flags.
2016/05/15 13:57:10| 820 Objects loaded.
2016/05/15 13:57:10| 0 Objects expired.
2016/05/15 13:57:10| 0 Objects cancelled.
2016/05/15 13:57:10| 0 Duplicate URLs purged.
2016/05/15 13:57:10| 0 Swapfile clashes avoided.
2016/05/15 13:57:10| Took 0.01 seconds (124261.25 objects/sec).
2016/05/15 13:57:10| Beginning Validation Procedure
2016/05/15 13:57:10| Completed Validation Procedure
2016/05/15 13:57:10| Validated 1665 Entries
2016/05/15 13:57:10| store_swap_size = 8760
2016/05/15 13:57:11| storeLateRelease: released 0 objects
2016/05/15 14:01:00| Preparing for shutdown after 0 requests
2016/05/15 14:01:00| Waiting 30 seconds for active connections to finish
2016/05/15 14:01:00| FD 26 Closing HTTP connection
2016/05/15 14:01:32| Shutting down...
2016/05/15 14:01:32| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 14:01:32| Closing unlinkd pipe on FD 23
2016/05/15 14:01:32| storeDirWriteCleanLogs: Starting...
2016/05/15 14:01:32| Finished. Wrote 820 entries.
2016/05/15 14:01:32| Took 0.00 seconds (1099195.71 entries/sec).
CPU Usage: 0.070 seconds = 0.042 user + 0.028 sys
Maximum Resident Size: 37424 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 3168 KB
Ordinary blocks: 3121 KB 9 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 46 KB
Total in use: 4137 KB 131%
Total free: 46 KB 1%
2016/05/15 14:01:32| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 14:01:32| Open FD UNSTARTED 8 DNS Socket IPv4
2016/05/15 14:01:32| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 14:01:32| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 14:01:32| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 14:01:32| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 14:01:32| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 14:01:32| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 14:01:32| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 14:01:32| Process ID 14302
2016/05/15 14:01:32| With 1024 file descriptors available
2016/05/15 14:01:32| Initializing IP Cache...
2016/05/15 14:01:32| DNS Socket created at [::], FD 7
2016/05/15 14:01:32| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 14:01:32| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 14:01:32| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 14:01:32| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 14:01:32| User-Agent logging is disabled.
2016/05/15 14:01:32| Referer logging is disabled.
2016/05/15 14:01:33| Unlinkd pipe opened on FD 23
2016/05/15 14:01:33| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 14:01:33| Store logging disabled
2016/05/15 14:01:33| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 14:01:33| Target number of buckets: 13831
2016/05/15 14:01:33| Using 16384 Store buckets
2016/05/15 14:01:33| Max Mem size: 524288 KB
2016/05/15 14:01:33| Max Swap size: 3072000 KB
2016/05/15 14:01:33| Version 1 of swap file with LFS support detected...
2016/05/15 14:01:33| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 14:01:33| Using Least Load store dir selection
2016/05/15 14:01:33| Set Current Directory to /var/spool/squid
2016/05/15 14:01:33| Loaded Icons.
2016/05/15 14:01:33| Accepting HTTP connections at [::]:3128, FD 26.
2016/05/15 14:01:33| HTCP Disabled.
2016/05/15 14:01:33| Squid plugin modules loaded: 0
2016/05/15 14:01:33| Adaptation support is off.
2016/05/15 14:01:33| Ready to serve requests.
2016/05/15 14:01:33| Done reading /var/spool/squid swaplog (820 entries)
2016/05/15 14:01:33| Finished rebuilding storage from disk.
2016/05/15 14:01:33| 820 Entries scanned
2016/05/15 14:01:33| 0 Invalid entries.
2016/05/15 14:01:33| 0 With invalid flags.
2016/05/15 14:01:33| 820 Objects loaded.
2016/05/15 14:01:33| 0 Objects expired.
2016/05/15 14:01:33| 0 Objects cancelled.
2016/05/15 14:01:33| 0 Duplicate URLs purged.
2016/05/15 14:01:33| 0 Swapfile clashes avoided.
2016/05/15 14:01:33| Took 0.01 seconds (114557.14 objects/sec).
2016/05/15 14:01:33| Beginning Validation Procedure
2016/05/15 14:01:33| Completed Validation Procedure
2016/05/15 14:01:33| Validated 1665 Entries
2016/05/15 14:01:33| store_swap_size = 8760
2016/05/15 14:01:34| storeLateRelease: released 0 objects
2016/05/15 14:05:18| Preparing for shutdown after 8 requests
2016/05/15 14:05:18| Waiting 30 seconds for active connections to finish
2016/05/15 14:05:18| FD 26 Closing HTTP connection
2016/05/15 14:05:50| Shutting down...
2016/05/15 14:05:50| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 14:05:50| Closing unlinkd pipe on FD 23
2016/05/15 14:05:50| storeDirWriteCleanLogs: Starting...
2016/05/15 14:05:50| Finished. Wrote 820 entries.
2016/05/15 14:05:50| Took 0.00 seconds (1493624.77 entries/sec).
CPU Usage: 0.068 seconds = 0.036 user + 0.032 sys
Maximum Resident Size: 38160 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 3324 KB
Ordinary blocks: 3161 KB 18 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 162 KB
Total in use: 4177 KB 126%
Total free: 162 KB 5%
2016/05/15 14:05:50| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 14:05:50| Open FD UNSTARTED 8 DNS Socket IPv4
2016/05/15 14:05:50| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 14:05:50| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 14:05:50| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 14:05:50| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 14:05:50| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 14:05:50| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 14:05:50| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 14:05:50| Process ID 14377
2016/05/15 14:05:50| With 1024 file descriptors available
2016/05/15 14:05:50| Initializing IP Cache...
2016/05/15 14:05:50| DNS Socket created at [::], FD 7
2016/05/15 14:05:50| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 14:05:50| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 14:05:50| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 14:05:50| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 14:05:50| User-Agent logging is disabled.
2016/05/15 14:05:50| Referer logging is disabled.
2016/05/15 14:05:50| Unlinkd pipe opened on FD 23
2016/05/15 14:05:50| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 14:05:50| Store logging disabled
2016/05/15 14:05:50| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 14:05:50| Target number of buckets: 13831
2016/05/15 14:05:50| Using 16384 Store buckets
2016/05/15 14:05:50| Max Mem size: 524288 KB
2016/05/15 14:05:50| Max Swap size: 3072000 KB
2016/05/15 14:05:50| Version 1 of swap file with LFS support detected...
2016/05/15 14:05:50| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 14:05:50| Using Least Load store dir selection
2016/05/15 14:05:50| Set Current Directory to /var/spool/squid
2016/05/15 14:05:50| Loaded Icons.
2016/05/15 14:05:50| Accepting HTTP connections at [::]:3128, FD 26.
2016/05/15 14:05:50| HTCP Disabled.
2016/05/15 14:05:50| Squid plugin modules loaded: 0
2016/05/15 14:05:50| Adaptation support is off.
2016/05/15 14:05:50| Ready to serve requests.
2016/05/15 14:05:50| Done reading /var/spool/squid swaplog (820 entries)
2016/05/15 14:05:50| Finished rebuilding storage from disk.
2016/05/15 14:05:50| 820 Entries scanned
2016/05/15 14:05:50| 0 Invalid entries.
2016/05/15 14:05:50| 0 With invalid flags.
2016/05/15 14:05:50| 820 Objects loaded.
2016/05/15 14:05:50| 0 Objects expired.
2016/05/15 14:05:50| 0 Objects cancelled.
2016/05/15 14:05:50| 0 Duplicate URLs purged.
2016/05/15 14:05:50| 0 Swapfile clashes avoided.
2016/05/15 14:05:50| Took 0.01 seconds (118771.73 objects/sec).
2016/05/15 14:05:50| Beginning Validation Procedure
2016/05/15 14:05:50| Completed Validation Procedure
2016/05/15 14:05:50| Validated 1665 Entries
2016/05/15 14:05:50| store_swap_size = 8760
2016/05/15 14:05:51| storeLateRelease: released 0 objects
2016/05/15 14:13:24| Preparing for shutdown after 6 requests
2016/05/15 14:13:24| Waiting 30 seconds for active connections to finish
2016/05/15 14:13:24| FD 26 Closing HTTP connection
2016/05/15 14:13:56| Shutting down...
2016/05/15 14:13:56| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 14:13:56| Closing unlinkd pipe on FD 23
2016/05/15 14:13:56| storeDirWriteCleanLogs: Starting...
2016/05/15 14:13:56| Finished. Wrote 820 entries.
2016/05/15 14:13:56| Took 0.00 seconds (1456483.13 entries/sec).
CPU Usage: 0.105 seconds = 0.056 user + 0.049 sys
Maximum Resident Size: 38144 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 3324 KB
Ordinary blocks: 3161 KB 18 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 162 KB
Total in use: 4177 KB 126%
Total free: 162 KB 5%
2016/05/15 14:13:56| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 14:13:56| Open FD UNSTARTED 8 DNS Socket IPv4
2016/05/15 14:13:56| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 14:13:56| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 14:13:56| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 14:13:56| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 14:13:56| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 14:13:56| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 14:13:56| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 14:13:56| Process ID 14434
2016/05/15 14:13:56| With 1024 file descriptors available
2016/05/15 14:13:56| Initializing IP Cache...
2016/05/15 14:13:56| DNS Socket created at [::], FD 7
2016/05/15 14:13:56| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 14:13:56| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 14:13:56| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 14:13:56| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 14:13:56| User-Agent logging is disabled.
2016/05/15 14:13:56| Referer logging is disabled.
2016/05/15 14:13:57| Unlinkd pipe opened on FD 23
2016/05/15 14:13:57| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 14:13:57| Store logging disabled
2016/05/15 14:13:57| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 14:13:57| Target number of buckets: 13831
2016/05/15 14:13:57| Using 16384 Store buckets
2016/05/15 14:13:57| Max Mem size: 524288 KB
2016/05/15 14:13:57| Max Swap size: 3072000 KB
2016/05/15 14:13:57| Version 1 of swap file with LFS support detected...
2016/05/15 14:13:57| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 14:13:57| Using Least Load store dir selection
2016/05/15 14:13:57| Set Current Directory to /var/spool/squid
2016/05/15 14:13:57| Loaded Icons.
2016/05/15 14:13:57| Accepting HTTP connections at [::]:3128, FD 26.
2016/05/15 14:13:57| HTCP Disabled.
2016/05/15 14:13:57| Squid plugin modules loaded: 0
2016/05/15 14:13:57| Adaptation support is off.
2016/05/15 14:13:57| Ready to serve requests.
2016/05/15 14:13:57| Done reading /var/spool/squid swaplog (820 entries)
2016/05/15 14:13:57| Finished rebuilding storage from disk.
2016/05/15 14:13:57| 820 Entries scanned
2016/05/15 14:13:57| 0 Invalid entries.
2016/05/15 14:13:57| 0 With invalid flags.
2016/05/15 14:13:57| 820 Objects loaded.
2016/05/15 14:13:57| 0 Objects expired.
2016/05/15 14:13:57| 0 Objects cancelled.
2016/05/15 14:13:57| 0 Duplicate URLs purged.
2016/05/15 14:13:57| 0 Swapfile clashes avoided.
2016/05/15 14:13:57| Took 0.01 seconds (83172.74 objects/sec).
2016/05/15 14:13:57| Beginning Validation Procedure
2016/05/15 14:13:57| Completed Validation Procedure
2016/05/15 14:13:57| Validated 1665 Entries
2016/05/15 14:13:57| store_swap_size = 8760
2016/05/15 14:13:58| storeLateRelease: released 0 objects
2016/05/15 14:26:17| Preparing for shutdown after 2 requests
2016/05/15 14:26:17| Waiting 30 seconds for active connections to finish
2016/05/15 14:26:17| FD 26 Closing HTTP connection
2016/05/15 14:26:49| Shutting down...
2016/05/15 14:26:49| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 14:26:49| Closing unlinkd pipe on FD 23
2016/05/15 14:26:49| storeDirWriteCleanLogs: Starting...
2016/05/15 14:26:49| Finished. Wrote 820 entries.
2016/05/15 14:26:49| Took 0.00 seconds (1366666.67 entries/sec).
CPU Usage: 0.162 seconds = 0.086 user + 0.076 sys
Maximum Resident Size: 38160 KB
Page faults with physical i/o: 0
Memory usage for squid via mallinfo():
total space in arena: 3324 KB
Ordinary blocks: 3161 KB 17 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 162 KB
Total in use: 4177 KB 126%
Total free: 162 KB 5%
2016/05/15 14:26:49| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 14:26:49| Open FD UNSTARTED 8 DNS Socket IPv4
2016/05/15 14:26:49| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 14:26:49| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 14:26:49| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 14:26:49| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 14:26:49| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 14:26:49| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 14:26:49| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 14:26:49| Process ID 14565
2016/05/15 14:26:49| With 1024 file descriptors available
2016/05/15 14:26:49| Initializing IP Cache...
2016/05/15 14:26:49| DNS Socket created at [::], FD 7
2016/05/15 14:26:49| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 14:26:49| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 14:26:49| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 14:26:49| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 14:26:49| User-Agent logging is disabled.
2016/05/15 14:26:49| Referer logging is disabled.
2016/05/15 14:26:50| Unlinkd pipe opened on FD 23
2016/05/15 14:26:50| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 14:26:50| Store logging disabled
2016/05/15 14:26:50| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 14:26:50| Target number of buckets: 13831
2016/05/15 14:26:50| Using 16384 Store buckets
2016/05/15 14:26:50| Max Mem size: 524288 KB
2016/05/15 14:26:50| Max Swap size: 3072000 KB
2016/05/15 14:26:50| Version 1 of swap file with LFS support detected...
2016/05/15 14:26:50| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 14:26:50| Using Least Load store dir selection
2016/05/15 14:26:50| Set Current Directory to /var/spool/squid
2016/05/15 14:26:50| Loaded Icons.
2016/05/15 14:26:50| Accepting intercepted HTTP connections at 0.0.0.0:3128, FD 26.
2016/05/15 14:26:50| HTCP Disabled.
2016/05/15 14:26:50| Squid plugin modules loaded: 0
2016/05/15 14:26:50| Adaptation support is off.
2016/05/15 14:26:50| Ready to serve requests.
2016/05/15 14:26:50| Done reading /var/spool/squid swaplog (820 entries)
2016/05/15 14:26:50| Finished rebuilding storage from disk.
2016/05/15 14:26:50| 820 Entries scanned
2016/05/15 14:26:50| 0 Invalid entries.
2016/05/15 14:26:50| 0 With invalid flags.
2016/05/15 14:26:50| 820 Objects loaded.
2016/05/15 14:26:50| 0 Objects expired.
2016/05/15 14:26:50| 0 Objects cancelled.
2016/05/15 14:26:50| 0 Duplicate URLs purged.
2016/05/15 14:26:50| 0 Swapfile clashes avoided.
2016/05/15 14:26:50| Took 0.01 seconds (77512.05 objects/sec).
2016/05/15 14:26:50| Beginning Validation Procedure
2016/05/15 14:26:50| Completed Validation Procedure
2016/05/15 14:26:50| Validated 1665 Entries
2016/05/15 14:26:50| store_swap_size = 8760
2016/05/15 14:26:51| storeLateRelease: released 0 objects
2016/05/15 23:07:40| Preparing for shutdown after 82 requests
2016/05/15 23:07:40| Waiting 30 seconds for active connections to finish
2016/05/15 23:07:40| FD 26 Closing HTTP connection
2016/05/15 23:08:12| Shutting down...
2016/05/15 23:08:12| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 23:08:12| Closing unlinkd pipe on FD 23
2016/05/15 23:08:12| storeDirWriteCleanLogs: Starting...
2016/05/15 23:08:12| Finished. Wrote 829 entries.
2016/05/15 23:08:12| Took 0.00 seconds (963953.49 entries/sec).
CPU Usage: 5.079 seconds = 2.603 user + 2.477 sys
Maximum Resident Size: 42752 KB
Page faults with physical i/o: 1
Memory usage for squid via mallinfo():
total space in arena: 5800 KB
Ordinary blocks: 3880 KB 152 blks
Small blocks: 0 KB 0 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 1919 KB
Total in use: 4896 KB 84%
Total free: 1919 KB 33%
2016/05/15 23:08:12| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 23:08:12| Open FD READ/WRITE 8 DNS Socket IPv4
2016/05/15 23:08:12| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 23:08:12| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 23:08:12| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 23:08:12| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 23:08:12| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 23:08:12| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 23:09:12| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 23:09:12| Process ID 15009
2016/05/15 23:09:12| With 1024 file descriptors available
2016/05/15 23:09:12| Initializing IP Cache...
2016/05/15 23:09:12| DNS Socket created at [::], FD 7
2016/05/15 23:09:12| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 23:09:12| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 23:09:12| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 23:09:12| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 23:09:12| User-Agent logging is disabled.
2016/05/15 23:09:12| Referer logging is disabled.
2016/05/15 23:09:12| Unlinkd pipe opened on FD 23
2016/05/15 23:09:12| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 23:09:12| Store logging disabled
2016/05/15 23:09:12| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 23:09:12| Target number of buckets: 13831
2016/05/15 23:09:12| Using 16384 Store buckets
2016/05/15 23:09:12| Max Mem size: 524288 KB
2016/05/15 23:09:12| Max Swap size: 3072000 KB
2016/05/15 23:09:12| Version 1 of swap file with LFS support detected...
2016/05/15 23:09:12| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 23:09:12| Using Least Load store dir selection
2016/05/15 23:09:12| Set Current Directory to /var/spool/squid
2016/05/15 23:09:12| Loaded Icons.
2016/05/15 23:09:12| Accepting intercepted HTTP connections at 0.0.0.0:3128, FD 26.
2016/05/15 23:09:12| HTCP Disabled.
2016/05/15 23:09:12| Squid plugin modules loaded: 0
2016/05/15 23:09:12| Adaptation support is off.
2016/05/15 23:09:12| Ready to serve requests.
2016/05/15 23:09:12| Done reading /var/spool/squid swaplog (829 entries)
2016/05/15 23:09:12| Finished rebuilding storage from disk.
2016/05/15 23:09:12| 829 Entries scanned
2016/05/15 23:09:12| 0 Invalid entries.
2016/05/15 23:09:12| 0 With invalid flags.
2016/05/15 23:09:12| 829 Objects loaded.
2016/05/15 23:09:12| 0 Objects expired.
2016/05/15 23:09:12| 0 Objects cancelled.
2016/05/15 23:09:12| 0 Duplicate URLs purged.
2016/05/15 23:09:12| 0 Swapfile clashes avoided.
2016/05/15 23:09:12| Took 0.02 seconds (51725.21 objects/sec).
2016/05/15 23:09:12| Beginning Validation Procedure
2016/05/15 23:09:12| Completed Validation Procedure
2016/05/15 23:09:12| Validated 1683 Entries
2016/05/15 23:09:12| store_swap_size = 8812
2016/05/15 23:09:13| storeLateRelease: released 0 objects
2016/05/15 23:28:47| Squid is already running! Process ID 15009
2016/05/15 23:29:27| Preparing for shutdown after 0 requests
2016/05/15 23:29:27| Waiting 30 seconds for active connections to finish
2016/05/15 23:29:27| FD 26 Closing HTTP connection
2016/05/15 23:29:59| Shutting down...
2016/05/15 23:29:59| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/15 23:29:59| Closing unlinkd pipe on FD 23
2016/05/15 23:29:59| storeDirWriteCleanLogs: Starting...
2016/05/15 23:29:59| Finished. Wrote 829 entries.
2016/05/15 23:29:59| Took 0.00 seconds (3188461.54 entries/sec).
CPU Usage: 0.247 seconds = 0.122 user + 0.125 sys
Maximum Resident Size: 37728 KB
Page faults with physical i/o: 3
Memory usage for squid via mallinfo():
total space in arena: 3168 KB
Ordinary blocks: 3123 KB 7 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 44 KB
Total in use: 4139 KB 131%
Total free: 44 KB 1%
2016/05/15 23:29:59| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/15 23:29:59| Open FD UNSTARTED 8 DNS Socket IPv4
2016/05/15 23:29:59| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/15 23:29:59| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/15 23:29:59| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/15 23:29:59| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/15 23:29:59| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/15 23:29:59| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/15 23:31:00| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/15 23:31:00| Process ID 15104
2016/05/15 23:31:00| With 1024 file descriptors available
2016/05/15 23:31:00| Initializing IP Cache...
2016/05/15 23:31:00| DNS Socket created at [::], FD 7
2016/05/15 23:31:00| DNS Socket created at 0.0.0.0, FD 8
2016/05/15 23:31:00| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/15 23:31:00| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/15 23:31:00| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/15 23:31:00| User-Agent logging is disabled.
2016/05/15 23:31:00| Referer logging is disabled.
2016/05/15 23:31:00| Unlinkd pipe opened on FD 23
2016/05/15 23:31:00| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/15 23:31:00| Store logging disabled
2016/05/15 23:31:00| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/15 23:31:00| Target number of buckets: 13831
2016/05/15 23:31:00| Using 16384 Store buckets
2016/05/15 23:31:00| Max Mem size: 524288 KB
2016/05/15 23:31:00| Max Swap size: 3072000 KB
2016/05/15 23:31:00| Version 1 of swap file with LFS support detected...
2016/05/15 23:31:00| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/15 23:31:00| Using Least Load store dir selection
2016/05/15 23:31:00| Set Current Directory to /var/spool/squid
2016/05/15 23:31:00| Loaded Icons.
2016/05/15 23:31:00| Accepting intercepted HTTP connections at 0.0.0.0:3128, FD 26.
2016/05/15 23:31:00| HTCP Disabled.
2016/05/15 23:31:00| Squid plugin modules loaded: 0
2016/05/15 23:31:00| Adaptation support is off.
2016/05/15 23:31:00| Ready to serve requests.
2016/05/15 23:31:00| Done reading /var/spool/squid swaplog (829 entries)
2016/05/15 23:31:00| Finished rebuilding storage from disk.
2016/05/15 23:31:00| 829 Entries scanned
2016/05/15 23:31:00| 0 Invalid entries.
2016/05/15 23:31:00| 0 With invalid flags.
2016/05/15 23:31:00| 829 Objects loaded.
2016/05/15 23:31:00| 0 Objects expired.
2016/05/15 23:31:00| 0 Objects cancelled.
2016/05/15 23:31:00| 0 Duplicate URLs purged.
2016/05/15 23:31:00| 0 Swapfile clashes avoided.
2016/05/15 23:31:00| Took 0.01 seconds (130860.30 objects/sec).
2016/05/15 23:31:00| Beginning Validation Procedure
2016/05/15 23:31:00| Completed Validation Procedure
2016/05/15 23:31:00| Validated 1683 Entries
2016/05/15 23:31:00| store_swap_size = 8812
2016/05/15 23:31:01| storeLateRelease: released 0 objects
2016/05/15 23:31:58| Squid is already running! Process ID 15104
2016/05/17 12:11:45| Preparing for shutdown after 0 requests
2016/05/17 12:11:45| Waiting 30 seconds for active connections to finish
2016/05/17 12:11:45| FD 26 Closing HTTP connection
2016/05/17 12:12:17| Shutting down...
2016/05/17 12:12:17| basic/auth_basic.cc(97) done: Basic authentication Shutdown.
2016/05/17 12:12:17| Closing unlinkd pipe on FD 23
2016/05/17 12:12:17| storeDirWriteCleanLogs: Starting...
2016/05/17 12:12:17| Finished. Wrote 829 entries.
2016/05/17 12:12:17| Took 0.00 seconds (524020.23 entries/sec).
CPU Usage: 20.968 seconds = 10.543 user + 10.424 sys
Maximum Resident Size: 37552 KB
Page faults with physical i/o: 207
Memory usage for squid via mallinfo():
total space in arena: 3168 KB
Ordinary blocks: 3124 KB 11 blks
Small blocks: 0 KB 1 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 43 KB
Total in use: 4140 KB 131%
Total free: 43 KB 1%
2016/05/17 12:12:17| Open FD UNSTARTED 7 DNS Socket IPv6
2016/05/17 12:12:17| Open FD UNSTARTED 8 DNS Socket IPv4
2016/05/17 12:12:17| Open FD UNSTARTED 9 ncsa_auth #1
2016/05/17 12:12:17| Open FD UNSTARTED 11 ncsa_auth #2
2016/05/17 12:12:17| Open FD UNSTARTED 13 ncsa_auth #3
2016/05/17 12:12:17| Open FD UNSTARTED 15 ncsa_auth #4
2016/05/17 12:12:17| Open FD UNSTARTED 17 ncsa_auth #5
2016/05/17 12:12:17| Squid Cache (Version 3.1.23): Exiting normally.
2016/05/17 12:12:24| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/17 12:12:24| Process ID 659
2016/05/17 12:12:24| With 1024 file descriptors available
2016/05/17 12:12:24| Initializing IP Cache...
2016/05/17 12:12:24| DNS Socket created at [::], FD 7
2016/05/17 12:12:24| DNS Socket created at 0.0.0.0, FD 8
2016/05/17 12:12:24| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/17 12:12:24| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/17 12:12:24| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/17 12:12:24| User-Agent logging is disabled.
2016/05/17 12:12:24| Referer logging is disabled.
2016/05/17 12:12:24| Unlinkd pipe opened on FD 23
2016/05/17 12:12:24| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/17 12:12:24| Store logging disabled
2016/05/17 12:12:24| Swap maxSize 3072000 + 524288 KB, estimated 276637 objects
2016/05/17 12:12:24| Target number of buckets: 13831
2016/05/17 12:12:24| Using 16384 Store buckets
2016/05/17 12:12:24| Max Mem size: 524288 KB
2016/05/17 12:12:24| Max Swap size: 3072000 KB
2016/05/17 12:12:24| Version 1 of swap file with LFS support detected...
2016/05/17 12:12:24| Rebuilding storage in /var/spool/squid (CLEAN)
2016/05/17 12:12:24| Using Least Load store dir selection
2016/05/17 12:12:24| Set Current Directory to /var/spool/squid
2016/05/17 12:12:24| Loaded Icons.
2016/05/17 12:12:24| Accepting intercepted HTTP connections at 0.0.0.0:3128, FD 26.
2016/05/17 12:12:24| HTCP Disabled.
2016/05/17 12:12:24| Squid plugin modules loaded: 0
2016/05/17 12:12:24| Adaptation support is off.
2016/05/17 12:12:24| Ready to serve requests.
2016/05/17 12:12:24| Done reading /var/spool/squid swaplog (829 entries)
2016/05/17 12:12:24| Finished rebuilding storage from disk.
2016/05/17 12:12:24| 829 Entries scanned
2016/05/17 12:12:24| 0 Invalid entries.
2016/05/17 12:12:24| 0 With invalid flags.
2016/05/17 12:12:24| 829 Objects loaded.
2016/05/17 12:12:24| 0 Objects expired.
2016/05/17 12:12:24| 0 Objects cancelled.
2016/05/17 12:12:24| 0 Duplicate URLs purged.
2016/05/17 12:12:24| 0 Swapfile clashes avoided.
2016/05/17 12:12:24| Took 0.01 seconds (63554.12 objects/sec).
2016/05/17 12:12:24| Beginning Validation Procedure
2016/05/17 12:12:24| Completed Validation Procedure
2016/05/17 12:12:24| Validated 1683 Entries
2016/05/17 12:12:24| store_swap_size = 8812
2016/05/17 12:12:25| storeLateRelease: released 0 objects
2016/05/18 01:53:12| Reconfiguring Squid Cache (version 3.1.23)...
2016/05/18 01:53:12| FD 26 Closing HTTP connection
2016/05/18 01:53:12| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2016/05/18 01:53:12| Starting Authentication on port [::]:3128
2016/05/18 01:53:12| Disabling Authentication on port [::]:3128 (interception enabled)
2016/05/18 01:53:12| Disabling IPv6 on port [::]:3128 (interception enabled)
2016/05/18 01:53:12| Cache dir '/etc/squid/cache' size changed to 30720000 KB
2016/05/18 01:53:12| Initializing https proxy context
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_READ_TIMEOUT': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_LIFETIME_EXP': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_READ_ERROR': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_WRITE_ERROR': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SHUTTING_DOWN': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CONNECT_FAIL': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SECURE_CONNECT_FAIL': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_REQ': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_UNSUP_REQ': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_URL': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SOCKET_FAILURE': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_DNS_FAIL': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CANNOT_FORWARD': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FORWARDING_DENIED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_NO_RELAY': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_PRECONDITION_FAILED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_DISABLED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_FAILURE': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_URN_RESOLVE': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_CREATED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_ERROR': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_NOT_FOUND': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_FORBIDDEN': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_TOO_BIG': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ESI': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_RESP': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ICAP_FAILURE': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_UNSUP_HTTPVERSION': (2) No such file or directory
2016/05/18 01:53:12| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_GATEWAY_FAILURE': (2) No such file or directory
2016/05/18 01:53:12| Squid plugin modules loaded: 0
2016/05/18 01:53:12| Adaptation support is off.
2016/05/18 01:53:12| Store logging disabled
2016/05/18 01:53:12| User-Agent logging is disabled.
2016/05/18 01:53:12| Referer logging is disabled.
2016/05/18 01:53:12| DNS Socket created at [::], FD 8
2016/05/18 01:53:12| DNS Socket created at 0.0.0.0, FD 9
2016/05/18 01:53:12| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/18 01:53:12| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/18 01:53:12| helperOpenServers: Starting 5/5 'ncsa_auth' processes
2016/05/18 01:53:12| Accepting intercepted HTTP connections at 0.0.0.0:3128, FD 56.
2016/05/18 01:53:12| HTCP Disabled.
2016/05/18 01:53:12| /etc/squid/cache/swap.state: (2) No such file or directory
2016/05/18 01:53:12| storeDirWriteCleanLogs: Starting...
2016/05/18 01:53:12| WARNING: Closing open FD 56
2016/05/18 01:53:12| log.clean.start() failed for dir #1
2016/05/18 01:53:12| Finished. Wrote 920 entries.
2016/05/18 01:53:12| Took 0.00 seconds (1965811.97 entries/sec).
FATAL: commonUfsDirOpenSwapLog: Failed to open swap log.
Squid Cache (Version 3.1.23): Terminated abnormally.
CPU Usage: 10.286 seconds = 5.187 user + 5.099 sys
Maximum Resident Size: 54928 KB
Page faults with physical i/o: 1
Memory usage for squid via mallinfo():
total space in arena: 11300 KB
Ordinary blocks: 8411 KB 174 blks
Small blocks: 0 KB 0 blks
Holding blocks: 1016 KB 4 blks
Free Small blocks: 0 KB
Free Ordinary blocks: 2888 KB
Total in use: 9427 KB 83%
Total free: 2888 KB 26%
2016/05/18 01:53:15| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/18 01:53:15| Process ID 1317
2016/05/18 01:53:15| With 1024 file descriptors available
2016/05/18 01:53:15| Initializing IP Cache...
2016/05/18 01:53:15| DNS Socket created at [::], FD 7
2016/05/18 01:53:15| DNS Socket created at 0.0.0.0, FD 8
2016/05/18 01:53:15| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/18 01:53:15| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/18 01:53:15| User-Agent logging is disabled.
2016/05/18 01:53:15| Referer logging is disabled.
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_READ_TIMEOUT': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_LIFETIME_EXP': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_READ_ERROR': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_WRITE_ERROR': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SHUTTING_DOWN': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CONNECT_FAIL': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SECURE_CONNECT_FAIL': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_REQ': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_UNSUP_REQ': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_URL': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SOCKET_FAILURE': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_DNS_FAIL': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CANNOT_FORWARD': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FORWARDING_DENIED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_NO_RELAY': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_PRECONDITION_FAILED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_DISABLED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_FAILURE': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_URN_RESOLVE': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_CREATED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_ERROR': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_NOT_FOUND': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_FORBIDDEN': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_TOO_BIG': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ESI': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_RESP': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ICAP_FAILURE': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_UNSUP_HTTPVERSION': (2) No such file or directory
2016/05/18 01:53:15| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_GATEWAY_FAILURE': (2) No such file or directory
2016/05/18 01:53:15| Unlinkd pipe opened on FD 13
2016/05/18 01:53:15| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/18 01:53:15| Store logging disabled
2016/05/18 01:53:15| Swap maxSize 30720000 + 716800 KB, estimated 2418215 objects
2016/05/18 01:53:15| Target number of buckets: 120910
2016/05/18 01:53:15| Using 131072 Store buckets
2016/05/18 01:53:15| Max Mem size: 716800 KB
2016/05/18 01:53:15| Max Swap size: 30720000 KB
2016/05/18 01:53:15| /etc/squid/cache: (2) No such file or directory
FATAL: Failed to verify one of the swap directories, Check cache.log
for details. Run 'squid -z' to create swap directories
if needed, or if running Squid for the first time.
Squid Cache (Version 3.1.23): Terminated abnormally.
CPU Usage: 0.029 seconds = 0.025 user + 0.004 sys
Maximum Resident Size: 33744 KB
Page faults with physical i/o: 0
2016/05/18 01:53:18| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/18 01:53:18| Process ID 1330
2016/05/18 01:53:18| With 1024 file descriptors available
2016/05/18 01:53:18| Initializing IP Cache...
2016/05/18 01:53:18| DNS Socket created at [::], FD 7
2016/05/18 01:53:18| DNS Socket created at 0.0.0.0, FD 8
2016/05/18 01:53:18| Adding nameserver 8.8.8.8 from /etc/resolv.conf
2016/05/18 01:53:18| Adding nameserver 8.8.4.4 from /etc/resolv.conf
2016/05/18 01:53:18| User-Agent logging is disabled.
2016/05/18 01:53:18| Referer logging is disabled.
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_READ_TIMEOUT': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_LIFETIME_EXP': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_READ_ERROR': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_WRITE_ERROR': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SHUTTING_DOWN': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CONNECT_FAIL': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SECURE_CONNECT_FAIL': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_REQ': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_UNSUP_REQ': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_URL': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_SOCKET_FAILURE': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_DNS_FAIL': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CANNOT_FORWARD': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FORWARDING_DENIED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_NO_RELAY': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ZERO_SIZE_OBJECT': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_PRECONDITION_FAILED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_DISABLED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_FAILURE': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_URN_RESOLVE': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CACHE_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_CACHE_MGR_ACCESS_DENIED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_CREATED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_MODIFIED': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_PUT_ERROR': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_NOT_FOUND': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_FORBIDDEN': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_FTP_UNAVAILABLE': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ONLY_IF_CACHED_MISS': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_TOO_BIG': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ESI': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_INVALID_RESP': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_ICAP_FAILURE': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_UNSUP_HTTPVERSION': (2) No such file or directory
2016/05/18 01:53:18| errorpage.cc(293) errorTryLoadText: '/usr/share/squid/errors/Portuguese/ERR_GATEWAY_FAILURE': (2) No such file or directory
2016/05/18 01:53:19| Unlinkd pipe opened on FD 13
2016/05/18 01:53:19| Local cache digest enabled; rebuild/rewrite every 3600/3600 sec
2016/05/18 01:53:19| Store logging disabled
2016/05/18 01:53:19| Swap maxSize 30720000 + 716800 KB, estimated 2418215 objects
2016/05/18 01:53:19| Target number of buckets: 120910
2016/05/18 01:53:19| Using 131072 Store buckets
2016/05/18 01:53:19| Max Mem size: 716800 KB
2016/05/18 01:53:19| Max Swap size: 30720000 KB
2016/05/18 01:53:19| /etc/squid/cache: (2) No such file or directory
FATAL: Failed to verify one of the swap directories, Check cache.log
for details. Run 'squid -z' to create swap directories
if needed, or if running Squid for the first time.
Squid Cache (Version 3.1.23): Terminated abnormally.
CPU Usage: 0.032 seconds = 0.025 user + 0.007 sys
Maximum Resident Size: 33744 KB
Page faults with physical i/o: 0
2016/05/18 01:53:22| Starting Squid Cache version 3.1.23 for i386-redhat-linux-gnu...
2016/05/18 01:53:22| Process ID 1333
2016/05/18 01:53:22| With 1024 file descriptors available
2016/05/18 01:53:22| Initializing IP Cache...


7. Re: Squid Transparent (intercept) problema

Anderson
sentiinela

(usa Ubuntu)

Enviado em 18/05/2016 - 10:15h

No squid.conf

Em regras padrão e em Permissão rede local e servidor, mude a mascara da rede, de \24 para \16

depois digite:
sudo chmod 777 /etc/squid/cache
squid -d 1
posta o resultado


8. Re: Squid Transparent (intercept) problema

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/05/2016 - 10:19h

Consegui iniciar o squid, acredito que agora este seja o eu unico erro:

[root@nt1 ~]# squid -z
2016/05/18 09:17:25| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:17:25| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'


Mudei de intercept para transparent devido a versão do meu squid. Fico no aguardo de como resolver isso no squid.conf:

#########SQUID
#
##############################
###############INICIANDO......


##########Mensagens de erro em Português
error_directory /usr/share/squid/errors/Portuguese


##########Porta do Squid
http_port 3128 transparent


##########Nome do servidor
visible_hostname nt1.t100free.com.br


##########Cache
cache_mem 700 MB
maximum_object_size_in_memory 32 KB
maximum_object_size 1024 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /etc/squid/cache 30000 16 256


##########Logs de acesso
access_log /var/log/squid/access.log squid


##########Regras acl padrão
acl todos src 167.88.123.97/24
acl local src 127.0.0.1/32
acl SSL_ports port 443 563 873
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 873 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # swat
acl Safe_ports port 1025-65535 # portas altas
acl purge method PURGE
acl CONNECT method CONNECT


##########ALLOW / DENY
# Permissões e bloqueios padrão
#http_access allow manager local
#http_access deny manager
http_access allow purge local
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

# Bloqueio de sites por URL
acl sites_proibidos url_regex -i "/etc/squid/sites_proibidos"
http_access deny sites_proibidos

# Bloqueio de downloads por extensão
acl downloads_proibidos url_regex -i \.exe \.torrent \.avi \.mp3
http_access deny downloads_proibidos

# Permissão rede local e servidor
acl redelocal src 167.88.123.97/24
http_access allow local
http_access allow redelocal

# Bloqueio de usuários fora da rede
http_access deny todos


##########FIM



9. Re: Squid Transparent (intercept) problema

Leandro
rahremix

(usa Arch Linux)

Enviado em 18/05/2016 - 10:19h

maresiapunk escreveu:

Segue erro após o comando squid -z:
[root@nt1 ~]# squid -z
2016/05/18 09:01:02| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:01:02| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:01:02| Creating Swap Directories
FATAL: Failed to make swap directory /etc/squid/cache: (13) Permission denied
[root@nt1 ~]#



Você precisa criar o diretório /etc/squid/cache e dar permissão de escrita para o usuário do squid (o usuário que você indicou no squid.conf).


10. Re: Squid Transparent (intercept) problema

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/05/2016 - 10:22h

sentiinela escreveu:

No squid.conf

Em regras padrão e em Permissão rede local e servidor, mude a mascara da rede, de \24 para \16

depois digite:
sudo chmod 777 /etc/squid/cache
squid -d 1
posta o resultado


Resultado:

[root@nt1 ~]# squid -d 1
2016/05/18 09:23:47| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/16'
2016/05/18 09:23:47| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/16'
2016/05/18 09:23:47| Squid is already running! Process ID 1598
[root@nt1 ~]#





11. Re: Squid Transparent (intercept) problema

Perfil removido
removido

(usa Nenhuma)

Enviado em 18/05/2016 - 10:23h

rahremix escreveu:

maresiapunk escreveu:

Segue erro após o comando squid -z:
[root@nt1 ~]# squid -z
2016/05/18 09:01:02| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:01:02| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:01:02| Creating Swap Directories
FATAL: Failed to make swap directory /etc/squid/cache: (13) Permission denied
[root@nt1 ~]#



Você precisa criar o diretório /etc/squid/cache e dar permissão de escrita para o usuário do squid (o usuário que você indicou no squid.conf).


Já criei, mesmo erro.


12. Re: Squid Transparent (intercept) problema

Anderson
sentiinela

(usa Ubuntu)

Enviado em 18/05/2016 - 10:24h


No squid.conf

Em regras padrão e em Permissão rede local e servidor, mude a mascara da rede, de \24 para \16


maresiapunk escreveu:

Consegui iniciar o squid, acredito que agora este seja o eu unico erro:

[root@nt1 ~]# squid -z
2016/05/18 09:17:25| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'
2016/05/18 09:17:25| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '167.88.123.97/24'


Mudei de intercept para transparent devido a versão do meu squid. Fico no aguardo de como resolver isso no squid.conf:

#########SQUID
#
##############################
###############INICIANDO......


##########Mensagens de erro em Português
error_directory /usr/share/squid/errors/Portuguese


##########Porta do Squid
http_port 3128 transparent


##########Nome do servidor
visible_hostname nt1.t100free.com.br


##########Cache
cache_mem 700 MB
maximum_object_size_in_memory 32 KB
maximum_object_size 1024 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /etc/squid/cache 30000 16 256


##########Logs de acesso
access_log /var/log/squid/access.log squid


##########Regras acl padrão
acl todos src 167.88.123.97/24
acl local src 127.0.0.1/32
acl SSL_ports port 443 563 873
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 873 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 901 # swat
acl Safe_ports port 1025-65535 # portas altas
acl purge method PURGE
acl CONNECT method CONNECT


##########ALLOW / DENY
# Permissões e bloqueios padrão
#http_access allow manager local
#http_access deny manager
http_access allow purge local
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

# Bloqueio de sites por URL
acl sites_proibidos url_regex -i "/etc/squid/sites_proibidos"
http_access deny sites_proibidos

# Bloqueio de downloads por extensão
acl downloads_proibidos url_regex -i \.exe \.torrent \.avi \.mp3
http_access deny downloads_proibidos

# Permissão rede local e servidor
acl redelocal src 167.88.123.97/24
http_access allow local
http_access allow redelocal

# Bloqueio de usuários fora da rede
http_access deny todos


##########FIM






01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts