<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div class="adn ads" style="padding-bottom: 20px; border-left-width: 1px; border-left-style: solid; border-left-color: transparent; padding-left: 4px; color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: medium; background-color: rgb(255, 255, 255);"><div class="gs" style="margin-left: 30px;"><div id=":ww" class="ii gt m150fc1b178803d77 adP adO" style="font-size: 12.8px; direction: ltr; margin: 5px 15px 0px 0px; padding-bottom: 5px; position: relative;"><div id=":xb" class="a3s" style="overflow: hidden;"><div dir="ltr">Hi,<div><br></div><div>I want people don't have access to Internet, except one hour twice a day with only some urls.listed in a file.</div><div>I use the ACL type "time" and "url_regex" but it doesn't work. I think i don't do well with the order of http_access too.</div><div>Is it possible with squid only to do what i want ?</div><div><br></div><div>Here is my squid.conf :</div><div><br></div><div><div>acl network src <a href="http://10.2.0.0/16" target="_blank" style="color: rgb(17, 85, 204);">10.2.0.0/16</a></div><div>acl working_hours time MTWHF 09:30-10:30</div><div>acl out_working_hours MTWHF 17:30-18:30</div><div>acl whitelist url_regex "/etc/squid3/allow.acl"</div><div>acl SSL_ports port 443</div><div>acl Safe_ports port 80<span style="white-space: pre-wrap;">          </span># http</div><div>acl Safe_ports port 21<span style="white-space: pre-wrap;">           </span># ftp</div><div>acl Safe_ports port 443<span style="white-space: pre-wrap;">           </span># https</div><div>acl Safe_ports port 70<span style="white-space: pre-wrap;">          </span># gopher</div><div>acl Safe_ports port 210<span style="white-space: pre-wrap;">                </span># wais</div><div>acl Safe_ports port 1025-65535<span style="white-space: pre-wrap;">   </span># unregistered ports</div><div>acl Safe_ports port 280<span style="white-space: pre-wrap;">            </span># http-mgmt</div><div>acl Safe_ports port 488<span style="white-space: pre-wrap;">             </span># gss-http</div><div>acl Safe_ports port 591<span style="white-space: pre-wrap;">              </span># filemaker</div><div>acl Safe_ports port 777<span style="white-space: pre-wrap;">             </span># multiling http</div><div>acl CONNECT method CONNECT</div><div>http_access deny !Safe_ports</div><div>http_access deny CONNECT !SSL_ports</div><div>http_access allow localhost manager</div><div>http_access deny manager</div><div>http_access allow localhost</div><div>http_access deny out_working_hours</div><div>http_access allow working_hours whitelist</div><div>http_access allow network</div><div>http_access deny all</div><div>http_port 3128</div><div>coredump_dir /var/spool/squid3</div><div>refresh_pattern ^ftp:<span style="white-space: pre-wrap;">           </span>1440<span style="white-space: pre-wrap;">  </span>20%<span style="white-space: pre-wrap;">   </span>10080</div><div>refresh_pattern ^gopher:<span style="white-space: pre-wrap;">  </span>1440<span style="white-space: pre-wrap;">  </span>0%<span style="white-space: pre-wrap;">    </span>1440</div><div>refresh_pattern -i (/cgi-bin/|\?) 0<span style="white-space: pre-wrap;">        </span>0%<span style="white-space: pre-wrap;">    </span>0</div><div>refresh_pattern .<span style="white-space: pre-wrap;">             </span>0<span style="white-space: pre-wrap;">     </span>20%<span style="white-space: pre-wrap;">   </span>4320</div><div>debug_options 28,4</div></div><div><br></div><div>Sorry for my bad english, thank you very much !</div></div><div class="yj6qo"></div></div></div><div class="hi" style="padding: 0px; margin: 0px; width: auto; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; background: rgb(242, 242, 242);"></div></div><div class="ajx" style="clear: both;"></div></div><div class="gA gt acV" style="font-size: 12.8px; padding: 0px; width: auto; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-color: initial; margin: 0px; color: rgb(34, 34, 34); font-family: arial, sans-serif; background: rgb(255, 255, 255);"><div class="gB xu" style="border-top-width: 0px; padding: 0px;"><div class="ip iq" style="clear: both; margin: 0px 5px 0px 0px; padding: 8px 0px 0px 4px; border-top-width: 1px; border-top-style: solid; border-top-color: rgb(216, 216, 216);"></div></div></div>                                           </div></body>
</html>