From: warlord Date: Fri, 2 Apr 2004 00:47:26 +0000 (+0000) Subject: Fix the names of the (new) apache modules X-Git-Tag: 2.4~1946 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=171fa1d80a37845a8e86c72c3167938e28cd4476;p=shibboleth%2Fsp.git Fix the names of the (new) apache modules git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@932 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configs/apache.config.in b/configs/apache.config.in index 48308e4..6faa538 100644 --- a/configs/apache.config.in +++ b/configs/apache.config.in @@ -7,7 +7,7 @@ # # Load the Shibboleth module. # -LoadModule shire_module @-LIBEXECDIR-@/mod_shib13.so +LoadModule mod_shib @-LIBEXECDIR-@/mod_shib_13.so # # Global Configuration diff --git a/configs/apache2.config.in b/configs/apache2.config.in index 3d7de5f..9d5e67b 100644 --- a/configs/apache2.config.in +++ b/configs/apache2.config.in @@ -7,7 +7,7 @@ # # Load the SHIBBOLETH module # -LoadModule mod_shib @-LIBEXECDIR-@/mod_shib20.so +LoadModule mod_shib @-LIBEXECDIR-@/mod_shib_20.so # # Global Configuration