zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Debug squid ACL matches

January 24, 2011 by Igor Drobot Leave a Comment


Bad situation if you have too much ACLs in your squid config and important site gets a DENIE cause one or more of this all ACL’s matches.

Debugging helps you to find the right ACL.

1
2
3
vim /etc/squid3/squid.conf
# Debugging for your ACLs
debug_options 28,9

vim /etc/squid3/squid.conf # Debugging for your ACLs debug_options 28,9

Your debugged results will appear in your cache.log

1
less /var/log/squid3/cache.log

less /var/log/squid3/cache.log

Filed Under: Linux, Networking Tagged With: ACL, Debug, Proxy, Squid3

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *