forked from pool/apache2
Accepting request 383961 from home:pgajdos:apache2
- enable authnz_fcgi module OBS-URL: https://build.opensuse.org/request/show/383961 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=472
This commit is contained in:
parent
f355b09382
commit
583ca3ed67
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 11:19:14 UTC 2016 - pgajdos@suse.com
|
||||
|
||||
- enable authnz_fcgi module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 16:44:55 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
|
@ -380,6 +380,7 @@ function configure {
|
||||
--with-ldap \
|
||||
--enable-ldap \
|
||||
--enable-authnz_ldap \
|
||||
--enable-authnz-fcgi \
|
||||
--enable-proxy \
|
||||
--enable-proxy-connect \
|
||||
--enable-proxy-ftp \
|
||||
@ -854,6 +855,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-prefork/mod_authn_file.so
|
||||
%{_libdir}/%{name}-prefork/mod_authn_socache.so
|
||||
%{_libdir}/%{name}-prefork/mod_authnz_ldap.so
|
||||
%{_libdir}/%{name}-prefork/mod_authnz_fcgi.so
|
||||
%{_libdir}/%{name}-prefork/mod_authz_core.so
|
||||
%{_libdir}/%{name}-prefork/mod_authz_dbd.so
|
||||
%{_libdir}/%{name}-prefork/mod_authz_dbm.so
|
||||
@ -977,6 +979,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-worker/mod_authn_file.so
|
||||
%{_libdir}/%{name}-worker/mod_authn_socache.so
|
||||
%{_libdir}/%{name}-worker/mod_authnz_ldap.so
|
||||
%{_libdir}/%{name}-worker/mod_authnz_fcgi.so
|
||||
%{_libdir}/%{name}-worker/mod_authz_core.so
|
||||
%{_libdir}/%{name}-worker/mod_authz_dbd.so
|
||||
%{_libdir}/%{name}-worker/mod_authz_dbm.so
|
||||
@ -1100,6 +1103,7 @@ mv %{buildroot}/%{sysconfdir}/original .
|
||||
%{_libdir}/%{name}-event/mod_authn_file.so
|
||||
%{_libdir}/%{name}-event/mod_authn_socache.so
|
||||
%{_libdir}/%{name}-event/mod_authnz_ldap.so
|
||||
%{_libdir}/%{name}-event/mod_authnz_fcgi.so
|
||||
%{_libdir}/%{name}-event/mod_authz_core.so
|
||||
%{_libdir}/%{name}-event/mod_authz_dbd.so
|
||||
%{_libdir}/%{name}-event/mod_authz_dbm.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user