summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2019-05-04 19:51:28 (GMT)
committerElan Ruusamäe2019-05-04 19:51:28 (GMT)
commite9270fffcc3edf3d5a2b49d50e4524dc0e2813ea (patch)
tree500277419cd3e9985324b813d74e427237d00059
parent2e8d47c654049ecd3369b87c8fb1c0cfef0f2473 (diff)
downloadapache-feat/conf-modules.zip
apache-feat/conf-modules.tar.gz
skip duplicate authz_host loadmodulefeat/conf-modules
-rw-r--r--apache-mod_authz_host.conf1
-rw-r--r--apache.spec4
2 files changed, 1 insertions, 4 deletions
diff --git a/apache-mod_authz_host.conf b/apache-mod_authz_host.conf
deleted file mode 100644
index e1a022f..0000000
--- a/apache-mod_authz_host.conf
+++ /dev/null
@@ -1 +0,0 @@
-LoadModule authz_host_module modules/mod_authz_host.so
diff --git a/apache.spec b/apache.spec
index dfd023e..55c4e27 100644
--- a/apache.spec
+++ b/apache.spec
@@ -62,7 +62,7 @@ Source20: %{name}-mod_userdir.conf
Source21: %{name}-mpm.conf
Source22: %{name}-languages.conf
Source23: %{name}-mod_mime.conf
-Source24: %{name}-mod_authz_host.conf
+
Source25: %{name}-mod_cgid.conf
Source26: %{name}-mod_log_config.conf
Source27: %{name}-mod_mime_magic.conf
@@ -2883,7 +2883,6 @@ CONFD_MODULES=$RPM_BUILD_ROOT%{_sysconfdir}/conf.modules.d
cp -p %{SOURCE7} $CONFD/common.conf
cp -p %{SOURCE23} $CONFD/mod_mime.conf
-cp -p %{SOURCE24} $CONFD/mod_authz_host.conf
cp -p %{SOURCE25} $CONFD/mod_cgid.conf
cp -p %{SOURCE26} $CONFD/mod_log_config.conf
cp -p %{SOURCE27} $CONFD/mod_mime_magic.conf
@@ -3548,7 +3547,6 @@ fi
%files mod_authz_host
%defattr(644,root,root,755)
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.modules.d/*mod_authz_host.conf
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/mod_authz_host.conf
%attr(755,root,root) %{_libexecdir}/mod_authz_host.so
%files mod_authz_owner