Author Topic: Can't set Default policy in HTTP Proxy  (Read 2302 times)

matrixracer

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Can't set Default policy in HTTP Proxy
« on: September 03, 2011, 01:15:10 am »
Hi, my name is Peter, i hope you can help me, i have Zentyal 2.0.22 on a Ubuntu Server 10.04 with Proxy on port 3128, everything was fine until i'd change the file /usr/share/ebox/squid/squid.conf.mas, in order to open por 85 as a safeport on the template, i just added the line acl Safe_ports port 85  #http2, but now the http filter (dansguardian) stop working, or at least thats what i thought, because no matter how i try to change the Default policy in HTTP Proxy to authorize and filter, or authorize and deny, just doesn't filter any URL, or deny any URL, and de Widget Proxy HTTP shows Global Policy as Disable, i hope somebody can helpme and so sorry for the bad english, Thank you very much.

39   # END_TAG #
40   acl localhost src 127.0.0.0/8
41   acl localhostdst dst 127.0.0.0/8
42   acl all src 0.0.0.0/0.0.0.0
43   acl manager proto cache_object
44   acl to_localhost dst 127.0.0.0/8
45   acl SSL_ports port 443 563      # https, snews
46   acl SSL_ports port 873          # rsync
47   acl Safe_ports port 80          # http
48   acl Safe_ports port 21          # ftp
49   acl Safe_ports port 443 563     # https, snews
50   acl Safe_ports port 70          # gopher
51   acl Safe_ports port 210         # wais
52   acl Safe_ports port 1025-65535  # unregistered ports
53   acl Safe_ports port 280         # http-mgmt
54   acl Safe_ports port 488         # gss-http
55   acl Safe_ports port 591         # filemaker
56   acl Safe_ports port 777         # multiling http
57   acl Safe_ports port 631         # cups
58   acl Safe_ports port 873         # rsync
59   acl Safe_ports port 901         # SWAT
60     acl Safe_ports port 85          # http2
 61   acl purge method PURGE
62   acl CONNECT method CONNECT