From d99a0d71c39d3137833a2f705e9807422a1888e4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 22 Oct 2013 09:08:19 +0200 Subject: [PATCH] Do not load mod_auth_basic and mod_authn_file anymore, they are now loaded by default --- .../etc/httpd/conf/httpd.conf/20LoadModule98ExtraMod | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule98ExtraMod b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule98ExtraMod index bb8d10d..8c2337c 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule98ExtraMod +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule98ExtraMod @@ -1,17 +1,5 @@ { -# Load mod_authn_file if found -if ( -e '/usr/lib64/httpd/modules/mod_authn_file.so' || - -e '/usr/lib/httpd/modules/mod_authn_file.so'){ - $OUT .= "LoadModule authn_file_module modules/mod_authn_file.so\n"; -} - -# Load mod_auth_basic if found -if ( -e '/usr/lib64/httpd/modules/mod_auth_basic.so' || - -e '/usr/lib/httpd/modules/mod_auth_basic.so'){ - $OUT .= "LoadModule auth_basic_module modules/mod_auth_basic.so\n"; -} - # Load module mod_ldap if found if ( -e '/usr/lib64/httpd/modules/mod_ldap.so' || -e '/usr/lib/httpd/modules/mod_ldap.so'){