[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#415964: mod_auth_anon.s is incorrect in version 2.2.3-3.3



Package: apache2.2-common Version: 2.2.3-3.3

Debian Testing.

Even when installing the package maintainer's version of the apache2.conf the server breaks.

Forcing reload of web server (apache2)...apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: Syntax error on line 2 of /etc/apache2/mods-enabled/auth_anon.load: Cannot load /usr/lib/apache2/modules/mod_auth_anon.so into server: /usr/lib/apache2/modules/mod_auth_anon.so: cannot open shared object file: No such file or directory
failed!

The problem was found in the auth_anon.load, the name of that module has changed into mod_authn_anon.so. So changing the line from "LoadModule auth_anon_module /usr/lib/apache2/modules/mod_auth_anon.so" into "LoadModule auth_anon_module /usr/lib/apache2/modules/mod_auth_anon.so"
fixed the problem.

greetings
siggi







Reply to: