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