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

Re: Bug#237151: apache-ssl SID



tags 237151 + pending
stop

The problem is that upstream has changed the loadmodule order sequence.
Until -4 is out you can use this workaround:

cd /usr/lib/apache/1.3
mv 220mod_auth_ssl.info 420mod_auth_ssl.info
modules-config apache-ssl

and let modules-config install the new configuration file with the correct
LoadModule order, otherwise

edit /etc/apache-ssl/modules.conf

so that it will look like:

LoadModule apache_ssl_module /usr/lib/apache/1.3/libssl.so
LoadModule auth_module /usr/lib/apache/1.3/mod_auth_ssl.so

(of course remember to remove the other instance of mod_auth_ssl.so)

Fabio

On Wed, 10 Mar 2004, [iso-8859-2] Meretei Balázs wrote:

> Package: apache-ssl
> Version: 1.3.29.0.2-3
>
> since I updated with the last two versions, comes with sid dist-upgrade (8.
> marc and 9. marc) , I can not be able to use the AuthConfig.
> Before I have installed the updates, it worked fine.
> I chechked the httpd.conf file but everything is OK (modules, config lines)
>
> But with the upgraded apace it works fine.. maybe mod_auth_ssl.so has this
> bug..
>
>
> apache-ssl/error.log:
>
> [Wed Mar 10 00:52:04 2004] [notice] Apache/1.3.29 Ben-SSL/1.53 (Debian
> GNU/Linux) PHP/4.3.4 configured -- resuming normal operations
> [Wed Mar 10 00:52:04 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
> [Wed Mar 10 00:52:32 2004] [error] [client 193.224.222.20] user  not found:
> /
> [Wed Mar 10 00:52:32 2004] [error] [client 193.224.222.20] user  not found:
> /
> [Wed Mar 10 00:54:01 2004] [error] [client 193.224.222.20] user  not found:
> /
> [Wed Mar 10 00:54:04 2004] [error] [client 193.224.222.20] user  not found:
> /
> [Wed Mar 10 00:54:07 2004] [error] [client 193.224.222.20] user  not found:
> /
>
> .htaccess file:
> AuthType Basic
> AuthName "users"
> AuthUserFile /storage/web/htmlpass_users
> AuthGroupFile /dev/null
>
> <Limit GET POST PUT>
> require valid-user
> </Limit>
>
>
> With acces files everything is ok, because it they works fine with apache.
>
> ======================
> Meretei Balázs
> mb@noxy.lon.hu
>
>
>
>
>

-- 
<user> fajita: step one
<fajita> Whatever the problem, step one is always to look in the error log.
<user> fajita: step two
<fajita> When in danger or in doubt, step two is to scream and shout.



Reply to: