Your message dated Sun, 27 Jul 2008 17:31:38 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415964: mod_auth_anon.s is incorrect in version 2.2.3-3.3
has caused the Debian Bug report #415964,
regarding mod_auth_anon.s is incorrect in version 2.2.3-3.3
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
415964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415964
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 2.2.3-4
The version of auth_anon.conf shipped with etch is correct. Closing the
bug.
--- End Message ---