[squid-dev] Heads up: cachemgr output in trunk

Kinkie gkinkie at gmail.com
Tue Jan 6 22:56:54 UTC 2015


Hi,
   something is looking weird with cachemgr output (and has been for a
while, at least before rev 13809.

1. ACLs are not newline-separated

acl CONNECT method  CONNECT acl Safe_ports port  80 21 443 70 210
1025-65535 280 488 591 777 acl SSL_ports port  443 acl localnet src
10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 acl arpacl arp
00:26:18:7d:ac:a0 00:26:18:7d:ac:aa 00:26:18:7d:ac:af
01:26:18:7d:ac:af acl to_localhost dst  ::1 0.0.0.0 127.0.0.0/8 acl
localhost src  ::1 127.0.0.1 acl manager url_regex - -i
(^cache_object://) +i (^https?://[^/]+/squid-internal-mgr/) acl all
src  ::/0 follow_x_forwarded_for deny all

2. http_access and http_port lines (oddly, not the first line) have an
extra heading white space
http_access allow arpacl
 http_access allow manager localhost
 http_access deny manager
 http_access deny !Safe_ports
 http_access deny CONNECT !SSL_ports
 http_access allow localhost
 http_access allow localnet
 http_access deny all
 http_port [::]:3128 name=3128 connection-auth=on

3. spurious characters before host_verify_strict
`5<83>{<FF>^?host_verify_strict on

There are also a couple of unexpected newlines in my sample output,
but everything else looks OK.

Does anyone know about where this may be originating from?

-- 
    Kinkie


More information about the squid-dev mailing list