> I'm getting some weird errors here. For instance, it complains about > something on line 8, when my squid.conf is only 6 lines. I'm using > FreeBSD where /usr/local/etc/squid/squid.conf is the default > configuration file. I just want a simple IP anonymizer setup. Nothing > fancy. > > (root@box)(09/17+20:44) > (/usr/local/etc/squid) cat squid.conf > > http_port 3127 > acl my_ip src 88.89.21.124/255.255.255.255 > http_access allow my_ip > forwarded_for off > > (root@box)(09/17+20:44) > (/usr/local/etc/squid) /usr/local/etc/rc.d/squid start > Starting squid. > 2007/09/17 20:45:07| ACL name 'all' not defined! > FATAL: Bungled squid.conf line 8: http_reply_access allow all > Squid Cache (Version 2.6.STABLE14): Terminated abnormally. > > (root@box)(09/17+20:45) I dare say squid is not using the squid.conf you think it is. Start by checking that rc.d script to see if its explicitly passing another .conf location via -f. If thats not it then search your system to see if there is another squid.conf file sitting somewhere unhelpful. Amos