diff --git a/SOURCES/00-proxy.conf b/SOURCES/00-proxy.conf index 448eb63..f0f84c2 100644 --- a/SOURCES/00-proxy.conf +++ b/SOURCES/00-proxy.conf @@ -14,4 +14,5 @@ LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule proxy_hcheck_module modules/mod_proxy_hcheck.so LoadModule proxy_scgi_module modules/mod_proxy_scgi.so +LoadModule proxy_uwsgi_module modules/mod_proxy_uwsgi.so LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so diff --git a/SPECS/httpd24u.spec b/SPECS/httpd24u.spec index 17ab585..2824ee9 100644 --- a/SPECS/httpd24u.spec +++ b/SPECS/httpd24u.spec @@ -102,6 +102,11 @@ Requires: initscripts >= 8.36 Requires(post): chkconfig %endif +# mod_proxy_uwsgi merged into httpd +# https://github.com/unbit/uwsgi/issues/1636 +Provides: %{name}-mod_proxy_uwsgi = %{version}-%{release} +Obsoletes: %{name}-mod_proxy_uwsgi < 2.0.16-2.ius + # IUS-isms Provides: httpd = %{version}-%{release} Provides: httpd%{?_isa} = %{version}-%{release} @@ -801,6 +806,7 @@ exit $rv - Set vstring to IUS - Reduce suexec uidmin and gidmin to match RHEL - Drop NPN patch, no longer supported in major browsers +- Obsolete httpd24u-mod_proxy_uwsgi, merged upstream and is now part of this package * Mon Oct 23 2017 Carl George - 2.4.29-1.ius - Latest upstream