Re: postinstallation problems with apache_mod_auth_xxx modules

2002-05-17 Thread Stipe Tolj

Dr. Volker Zell wrote:
 
 Hi
 
 The postinstallation steps for apache_mod_auth_mysql/ntsec put the wrong 
configuration
 information in httpd.conf
 
 Specifically I had to change the following lines
 
 AddModule mod_mysql_auth.c
 AddModule mod_ntsec_auth.c
 
 to
 
 AddModule mod_auth_mysql.c
 AddModule mod_auth_ntsec.c

yep, that's right. But this is a problem of the module naming in
conjunction to apxs, which is used to patch /etc/httpd.conf.

You can turn it the way you want: either apxs misbehaves detecting
module internals or module naming is not for apxs.

BTW, the same behaviour is seen on UNIX flavors. I think the guys from
Apache know about this but seem to accept this module naming mismatch.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are



postinstallation problems with apache_mod_auth_xxx modules

2002-05-10 Thread Dr. Volker Zell

Hi

The postinstallation steps for apache_mod_auth_mysql/ntsec put the wrong configuration
information in httpd.conf

Specifically I had to change the following lines

AddModule mod_mysql_auth.c
AddModule mod_ntsec_auth.c

to

AddModule mod_auth_mysql.c
AddModule mod_auth_ntsec.c

Ciao
  Volker