squid做代理服务器出现错误大家可以帮我?

由 freedom_zjf 在 08-15-2003 19:17 发表:

squid做代理服务器出现错误大家可以帮我?

2003/08/15 17:50:59| squid.conf line 1199: http_access allow manager localhost

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'manager' not found.

2003/08/15 17:50:59| squid.conf line 1199: http_access allow manager localhost

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'localhost' not found.

2003/08/15 17:50:59| squid.conf line 1199: http_access allow manager localhost

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1200: http_access deny manager

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'manager' not found.

2003/08/15 17:50:59| squid.conf line 1200: http_access deny manager

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1201: http_access deny !Safe_ports

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'Safe_ports' not found.

2003/08/15 17:50:59| squid.conf line 1201: http_access deny !Safe_ports

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1202: http_access deny CONNECT !SSL_ports

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'CONNECT' not found.

2003/08/15 17:50:59| squid.conf line 1202: http_access deny CONNECT !SSL_ports

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'SSL_ports' not found.

2003/08/15 17:50:59| squid.conf line 1202: http_access deny CONNECT !SSL_ports

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1203: http_access allow auth

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'auth' not found.

2003/08/15 17:50:59| squid.conf line 1203: http_access allow auth

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1207: http_access deny all

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'all' not found.

2003/08/15 17:50:59| squid.conf line 1207: http_access deny all

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1212: icp_access deny all

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'all' not found.

2003/08/15 17:50:59| squid.conf line 1212: icp_access deny all

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 1227: miss_access allow all

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'all' not found.

2003/08/15 17:50:59| squid.conf line 1227: miss_access allow all

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 2174: http_access deny all

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'all' not found.

2003/08/15 17:50:59| squid.conf line 2174: http_access deny all

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 2175: icp_access deny all

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'all' not found.

2003/08/15 17:50:59| squid.conf line 2175: icp_access deny all

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

2003/08/15 17:50:59| squid.conf line 2176: ident_lookup_access deny all

2003/08/15 17:50:59| aclParseAccessLine: ACL name 'all' not found.

2003/08/15 17:50:59| squid.conf line 2176: ident_lookup_access deny all

2003/08/15 17:50:59| aclParseAccessLine: Access line contains no ACL's, skipping

Segmentation fault


由 freedom_zjf 在 08-15-2003 19:27 发表:


这块是这样的

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 SSL_ports port 443 563

acl Safe_ports port 80 21 443 563 70 210 1025-65535

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

acl auth proxy_auth proxy

TAG: http_access

Allowing or Denying access based on defined access lists

Access to the HTTP port:

http_access allow|deny [!]aclname ...

Access to the ICP port:

icp_access allow|deny [!]aclname ...

NOTE on default values:

If there are no "access" lines present, the default is to allow

the request.

If none of the "access" lines cause a match, the default is the

opposite of the last line in the list. I

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus