diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule15 b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule15 deleted file mode 100644 index 8c75d92..0000000 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule15 +++ /dev/null @@ -1,3 +0,0 @@ -# notify for systemd -LoadModule systemd_module modules/mod_systemd.so - diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 index 82b649e..feadf73 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule50 @@ -4,10 +4,12 @@ proxy_http alias rewrite + access_compat authn_core authz_core authz_host authz_user + authnz_external authn_file authn_anon auth_digest @@ -15,9 +17,12 @@ authz_groupfile authnz_ldap ldap + dav + dav_fs proxy_wstunnel mpm_prefork socache_dbm + systemd unixd )); } diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 deleted file mode 100644 index ca11132..0000000 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule60 +++ /dev/null @@ -1,7 +0,0 @@ -{ - - $OUT .= load_modules(qw( - access_compat - )); -} - diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 deleted file mode 100644 index 9df3c0f..0000000 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule80 +++ /dev/null @@ -1,4 +0,0 @@ - -# Extra Modules -LoadModule authnz_external_module modules/mod_authnz_external.so - diff --git a/smeserver-apache.spec b/smeserver-apache.spec index ad89768..a18f4c1 100644 --- a/smeserver-apache.spec +++ b/smeserver-apache.spec @@ -4,7 +4,7 @@ Summary: smeserver server and gateway - apache module %define name smeserver-apache Name: %{name} %define version 11.0.0 -%define release 13 +%define release 14 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -74,6 +74,10 @@ if [ $1 -gt 1 ] ; then fi %changelog +* Thu Feb 20 2025 Jean-Philippe Pialasse 11.0.0-14.sme +- load mod dav and dav_fs by default [SME: 2269] +- regroup multiple mod fragments in less fragments + * Sat Jan 18 2025 Jean-Philippe Pialasse 11.0.0-13.sme - use esmith::ssl to set ciphers and protocol [SME: 12821] improve cipher order to get strongers first