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

2007-03-23 Thread Peter Samuelson

tags 415964 moreinfo
thanks

[Sigurdur Einarsson]
> 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: 

The /etc/apache2/mods-available/auth_anon.load shipped with etch is an
empty file, it loads no modules.  So this error is rather confusing,
unless you've manually edited that file before upgradeing to etch, and
chosen to keep your edits.

Confused,
Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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

2007-03-23 Thread Sigurdur Einarsson
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






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]