diff options
author | Graham Leggett <minfrin@apache.org> | 2018-02-26 14:35:52 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2018-02-26 14:35:52 +0100 |
commit | 2501bd25ea9fb11d784140a509e4401c29467a33 (patch) | |
tree | 554d3cb27cb58b42e5705c8a4db9ff5bb209973b /build | |
parent | rpm: Remove rpm build for mod_socache_dc, the dependency distcache has long s... (diff) | |
download | apache2-2501bd25ea9fb11d784140a509e4401c29467a33.tar.xz apache2-2501bd25ea9fb11d784140a509e4401c29467a33.zip |
rpm: Add mod_proxy_uwsgi to the RPM package.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1825370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm/httpd.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 2b8407e54c..98177b74f2 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -381,6 +381,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/httpd/modules/mod_proxy_ftp.so %{_libdir}/httpd/modules/mod_proxy_http.so %{_libdir}/httpd/modules/mod_proxy_scgi.so +%{_libdir}/httpd/modules/mod_proxy_uwsgi.so %{_libdir}/httpd/modules/mod_proxy_wstunnel.so %{_libdir}/httpd/modules/mod_proxy_hcheck.so %{_libdir}/httpd/modules/mod_proxy.so |