aca les dejo la configuracion que tengo actualmente en mi escuid esa funciona correctamente, pero cuando lo pongo por horarios no me funciona por favor si me pudieran ayudar les agradecere, es que soy new en el tema y no doy con el error.
saludos
#Puerto http_port
http_port 3128
#Parámetro cache_mem
cache_mem 32 MB
#CACHE:
cache_mgr
admin@mmmm.cu acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
error_directory /usr/share/squid/errors/Spanish
icon_directory /usr/share/squid/icons
access_log /var/log/squid/access.log
#CONFIGURACION RECOMENDADA:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 21 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
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 CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#AUTENTIFICACION DE USUARIOS:
auth_param basic children 5
auth_param basic realm "Servicio de Navegacion mmmm"
auth_param basic credentialsttl 1 minute
auth_param basic casesensitive off
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squidpass
authenticate_ip_ttl 5 second
# --- Puertos ---
acl puertos port 80 443 21 6667
acl jabber port 5222
cache_effective_user proxy
cache_effective_group proxy
#--Dominios--
acl local-server dstdomain .internet
acl cime dstdomain .mmmm.cu
#acl mmmm url_regex magcime.cu
acl mi_red src 192.158.1.0/255.255.255.0
#--Usuarios--
acl admin proxy_auth "/etc/squid/admusers"
acl interuser proxy_auth "/etc/squid/intusers"
#--Reglas--
acl denegados url_regex "/etc/squid/denegados"
acl extdeny urlpath_regex "/etc/squid/extsdeny"
acl deneg url_regex "/etc/squid/deneg"
acl magic_words urlpath_regex -i \.exe$ \.nup$ \.SegAV10$ \.mp3$ \.mp4$ \.vqf$ \.tar\.gz$ \.tar$ \.gz$ \.bz2$ \tar.bz2$ \.deb$ \.rpm$ \.zip$ \.avi$ \.wav$ \.wma$ \.wmv$ \.mpg$ \.mpeg$ \.ace$pq \.cab$ \.iso$ \.img$ \.mov$ \.wav$ \.kar$ \.zno$ \.dat$ \.rmvb$ \.filepart$ \.mp2$ \.mp3$ \.mp4$ \.avi$ \.mpg$ \.mpeg$ \.tar$ \.deb$ \.w3x$ \.doc$
#---Delay Pools----
delay_pools 1
delay_class 1 3
delay_parameters 1 20000/20000 -1/-1 20000/20000
#ACEPTANDO O DENEGANDO REGLAS Y CONF.:
always_direct allow mmmm
http_access deny local-server
http_access allow mmmm
http_access allow admin
http_access deny deneg
http_access allow interuser
http_access deny extdeny
http_access deny denegados
http_access allow manager
http_access allow puertos
http_access allow jabber
http_reply_access allow all
cachemgr_passwd disable all
log_fqdn on log_ip_on_direct on
http_access deny all