Public bug reported:

My squid is working fine but i dont know why it blocks the local webaite
runing on apache2 . My lan users cannot access the website and even
website cannot access by internet users . When i installed the squid
from sources.list for first time, the website was working excellent and
can access by both lan and internet users , i have the same config but i
upgrade my squid to  Version 2.5.STABLE12 and since then i cannot access
my website.

My squid.conf is : 
I m using two network ip chains 
*192.168.1.1-
*192.168.0.1-

---------------------------------------

http_port 3128
http_port 192.168.1.1:80

hierarchy_stoplist cgi-bin ?
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563      # https, snews
acl SSL_ports port 873          # rsync
acl Safe_ports port 80          # http
acl Safe_ports port 21          # ftp
acl Safe_ports port 443 563     # https, snews
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 Safe_ports port 631         # cups
acl Safe_ports port 873         # rsync
acl Safe_ports port 901         # SWAT
acl purge method PURGE
acl CONNECT method CONNECT


http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports

acl our_networks src 192.168.1.0/24
http_access allow localhost
acl our_website dst 192.168.1.1
http_access allow our_networks our_website
http_access allow all

http_reply_access allow all

icp_access allow all


visible_hostname proxy.gamingworld.ath.cx

coredump_dir /var/spool/squid

** Affects: Ubuntu
     Importance: Undecided
         Status: Unconfirmed

-- 
squid block local lan website : connection refuse by the host 
https://bugs.launchpad.net/bugs/116968
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to