Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 - 1
 
2
#
3
# This is /etc/httpd/conf.d/squid.conf
4
#
5
 
6
ScriptAlias /Squid/cgi-bin/cachemgr.cgi /usr/lib64/squid/cachemgr.cgi
7
 
8
# Only allow access from localhost by default
9
<Location /Squid/cgi-bin/cachemgr.cgi>
10
 order allow,deny
9 - 11
 allow from localhost
4 - 12
 # Add additional allowed hosts as needed
13
 # allow from .example.com
14
</Location>