[squid-users] ACL-by time- not working. Help!

Luis Mario Niedas Hernández lmniedas at gmail.com
Thu Aug 27 15:40:41 UTC 2020


Hello. I need restrict some site by time, but i am not doing well.
This is my squid.conf. Please help me to fix the problem. I don't know
why it is not working.


### autenticacion de los usuarios (http
básica)############################################
auth_param basic program /usr/lib/squid/basic_ncsa_auth /etc/squid/usuarios_inet
auth_param basic realm Introduzca su usuario para navegar por la WEB.

### por donde responde el squid ###
####################################################

http_port 192.168.1.3:3128
http_port 127.0.0.1:3128

########## ACL ###########################################################################
#
# Recommended minimum configuration:

acl all src all
acl localhost src 127.0.0.1/32
acl localnet src 192.168.1.0/24
acl manager_proto_cache proto cache_object
acl peticion_identificacion proxy_auth REQUIRED
acl intranet dstdomain intra.xzy

acl ocio dstdomain  .facebook.com .youtube.com

acl ocio_medio_dia time MTWHF 12:00-13:10
acl ocio_tarde time MTWHF 14:00-14:30
acl ocio_mannana time MTWHF 6:00-8:30

http_access allow localnet manager_proto_cache
http_access allow localhost manager_proto_cache
http_access deny manager_proto_cache
http_access allow ocio ocio_tarde
http_access allow ocio ocio_medio_dia
http_access allow ocio ocio_mannana

http_access allow intranet
http_access allow localnet peticion_identificacion

always_direct allow intranet
http_access deny all
never_direct allow all



####### cahce padre #################################################

cache_peer proxy_padre parent 3128 0  proxy-only
#cache_peer_domain  proxy_padre !intra.xzy

##### correo cache manager ####

cache_mgr lmniedas
cachemgr_passwd tu_password all
#### tamanno de la cache ####################################

cache_dir aufs /var/spool/squid 20280 16 256

#### limites para comenzar a limpiar la cache #####################

cache_swap_low 90
cache_swap_high 95

#### tamanno de los objetos en la cache como maximo ####################

maximum_object_size  15 MB

### memoria cache ###########################

cache_mem 500 MB

### idioma de las paginas de error de squid ##########################

error_directory /usr/share/squid/errors/Spanish

##### debug_options cantidad de información en cache_log #################

debug_options ALL,0 ALL,1 rotate=8760

######### LOGS #######################################

cache_log /var/log/squid/cache.log
access_log stdio:/var/log/squid/access.log  rotate=8760
cache_store_log stdio:/var/log/squid/store.log

##################

#AFECTA LA CANTIDAD ESPECIFICAMENTE A STORE.LOG

logfile_rotate 8760

#### 365 dias * 24 horas es la cantidad de rotaciones de los logs en el crontab


-- 
"El futuro tiene muchos nombres. Para los débiles es lo inalcanzable.
Para los temerosos, lo desconocido. Para los valientes es la
oportunidad"
Victor Hugo


More information about the squid-users mailing list