Details | Last modification | View Log | RSS feed
#
# This is /etc/httpd/conf.d/squid.conf
ScriptAlias /Squid/cgi-bin/cachemgr.cgi /usr/lib64/squid/cachemgr.cgi
# Only allow access from localhost by default
<Location /Squid/cgi-bin/cachemgr.cgi>
order allow,deny
allow from localhost
# Add additional allowed hosts as needed
# allow from .example.com
</Location>