14 lines
298 B
SquidConf
14 lines
298 B
SquidConf
|
|
#
|
|
# 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>
|
|
Require local
|
|
# Add additional allowed hosts as needed
|
|
# Require host example.com
|
|
</Location>
|