committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
13
httpd/conf.d/squid.conf
Normal file
13
httpd/conf.d/squid.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
#
|
||||
# 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>
|
||||
Reference in New Issue
Block a user