Projet

Général

Profil

common-squid1.conf.patch

Ludovic Landucci, 22/10/2013 11:32

Télécharger (994 octets)

Voir les différences:

modif/common-squid1.conf 2013-01-21 14:40:53.132791125 +0100
550 550
# log_uses_indirect_client on
551 551
##EOLE
552 552
log_uses_indirect_client on
553
acl POST method POST
554
http_access allow POST
555
acl delay_pools_url url_regex -i "/etc/squid/delay_pools_url"
556
acl delay_pools_type url_regex -i "/etc/squid/delay_pools_type"
557
acl work_time time MTWHF %%delay_pool_matinee
558
acl work_time time MTWHF %%delay_pool_apresmidi
559
delay_pools 2
560
delay_class 1 2
561
delay_class 2 2
562
delay_parameters 1 max_lan_admin/max_lan_admin max_user_bandwidth/burst_user_bandwidth
563
delay_parameters 2 max_lan_pedago/max_lan_pedago max_user_bandwidth/burst_user_bandwidth
564
delay_access 1 allow work_time admin delay_pools_url delay_pools_type
565
delay_access 1 deny all
566
delay_access 2 allow work_time pedago delay_pools_url delay_pools_type
567
delay_access 2 deny all
553 568

  
554 569
#  TAG: http_access
555 570
#	Allowing or Denying access based on defined access lists