Resolved: #71483 - httpd 2.4 requires new configuration directives
This commit is contained in:
parent
9ed7cc7ee0
commit
4634213b15
13
squid.spec
13
squid.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.2.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -179,10 +179,9 @@ ScriptAlias /Squid/cgi-bin/cachemgr.cgi %{_libdir}/squid/cachemgr.cgi
|
||||
|
||||
# Only allow access from localhost by default
|
||||
<Location /Squid/cgi-bin/cachemgr.cgi>
|
||||
order allow,deny
|
||||
allow from localhost.localdomain
|
||||
Require local
|
||||
# Add additional allowed hosts as needed
|
||||
# allow from .example.com
|
||||
# Require host example.com
|
||||
</Location>" > $RPM_BUILD_ROOT/squid.httpd.tmp
|
||||
|
||||
|
||||
@ -308,7 +307,10 @@ fi
|
||||
/sbin/chkconfig --add squid >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Fri Oct 26 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.2-2
|
||||
* Mon Nov 05 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.3-3
|
||||
- Resolved: #71483 - httpd 2.4 requires new configuration directives
|
||||
|
||||
* Fri Oct 26 2012 Michal Luscon <mluscon@redhat.com> - 7:3.2.3-2
|
||||
- Resolved: #854356 - squid.service use PIDFile
|
||||
- Resolved: #859393 - Improve cache_swap script
|
||||
- Resolved: #791129 - disk space warning
|
||||
@ -317,7 +319,6 @@ fi
|
||||
- Resolved: #832684 - missing after dependency nss-lookup.target
|
||||
- Removed obsolete configure options
|
||||
|
||||
%changelog
|
||||
* Mon Oct 22 2012 Tomas Hozza <thozza@redhat.com> - 7:3.2.3-1
|
||||
- Update to latest upstream version 3.2.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user