On Wed, Apr 9, 2014 at 12:00 AM, David Benfell <benfell@xxxxxxxxxxxxxxxxx> wrote: > Hi all, > > Thanks especially to the heartbleed bug, I'm trying to make the jump > to 2.4. I'm trying to adapt my old 2.2 configuration. I've run into > this: > > httpd: Syntax error on line 173 of > /usr/local/apache2.4/conf/httpd.conf: Can't locate API module > structure `authn_alias_module' in file > /usr/local/apache2.4/modules/mod_authn_core.so: > /usr/local/apache2.4/modules/mod_authn_core.so: undefined symbol: > authn_alias_module upgrading.html says: The functionality provided by mod_authn_alias in previous versions (i.e., the AuthnProviderAlias directive) has been moved into mod_authn_core. If you started with a 2.2 conf (bad idea), you'd comment out the mod_authn_alias module and add a loadmodule for mod_authn_core. It looks like your first and second parameter to LoadModule don't match. Change the second parameter to authn_core_module to match the first. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx