Hello there,
I'm starting to play with squid on a linux box and have stripped out all
the commented lines from squid.conf and readjusted what was left. I had it
working my last attempt to refine things.
In my squid.conf I changed
acl all src 10.1.0.0/16
to
acl admin-vlan src 10.1.0.0/16
I also changed any other reference to "all" to be "admin-vlan".
Now when restarting squid, I'm getting errors pointing to "all" not
found. What I find most odd is that my current squid.conf only has 39
lines in it, the errors are pointing to lines 42 and above.
I only see 1 squid.conf on my machine, where are these other config items
coming from?
[root@squid squid]# /etc/rc.d/init.d/squid restart
Stopping squid: 2002/07/10 12:34:40| squid.conf line 42:
ident_lookup_access deny all
2002/07/10 12:34:40| aclParseAccessLine: ACL name 'all' not found.
2002/07/10 12:34:40| squid.conf line 42: ident_lookup_access deny all
2002/07/10 12:34:40| aclParseAccessLine: Access line contains no ACL's,
skipping
2002/07/10 12:34:40| squid.conf line 44: snmp_access deny all
2002/07/10 12:34:40| aclParseAccessLine: ACL name 'all' not found.
2002/07/10 12:34:40| squid.conf line 44: snmp_access deny all
2002/07/10 12:34:40| aclParseAccessLine: Access line contains no ACL's,
skipping
[root@squid squid]# wc -l squid.conf
39 squid.conf
---------------------------------------------------------------
Edward F. Chase III | echase@studentweb.providence.edu
Providence College | http://studentweb.providence.edu
Computer Services |
Providence, RI 02918 |
Received on Wed Jul 10 2002 - 10:58:03 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:13 MST