[squid-users] Can only GET with never_direct deny

From: Francis Turner <turner@dont-contact.us>
Date: Thu, 13 Jun 2002 12:51:28 +0200

USING 2.4STABLE6

This is weird, I can HTTP_GET but not HTTP_POST when I use
never_direct deny A.B.C.D/255.255.255.0

On the other hand HTTP_POST works if I replace with
never_direct allow all

The same applies to SSL (i.e. behaves like HTTP_POST).

Is this a bug or a config issue? (relevant squid.conf bits below)

Francis

acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl localnet src 10.1.1.0/255.255.255.0
acl SSL_ports port 443 563
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 CONNECT method CONNECT

http_access allow localhost
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access deny all

cache_peer 195.126.5.204 parent 8080 3130 default no-query
#never_direct deny localhost
never_direct deny localnet
#never_direct allow all

-- 
Francis Turner, CIO Juelich Enzyme Products GmbH
***** new contact details *****
turner@biocatalysis.com - http://www.biocatalysis.com
+49-611-962-4693(office) +49-173-291-7278(cell)
If you're not part of the solution, you're part of the precipitate.
             -- Henry J. Tillman
Received on Thu Jun 13 2002 - 04:52:32 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:40 MST