You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Alan Federman <fe...@quest.arc.nasa.gov> on 1998/12/09 04:27:58 UTC

general/3511: AuthDBM not working

>Number:         3511
>Category:       general
>Synopsis:       AuthDBM not working
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Dec  8 19:30:01 PST 1998
>Last-Modified:
>Originator:     federman@quest.arc.nasa.gov
>Organization:
apache
>Release:        1.31
>Environment:
Solaris 2.6
>Description:
AuthDBM  not working
[Tue Dec  8 19:10:48 1998] [alert] /home/www/chat/admin/.htaccess: Invalid comma
nd 'AuthDBMUserFile', perhaps mis-spelled or defined by a module not included in
 the server configuration

Server was compiled with mod autDBM
worked in Apache 1.1

here is .htaccess file

AuthDBMUserFile /usr/local/etc/chat/db/users
AuthDBMGroupFile /usr/local/etc/chat/db/users
AuthName "Board Interactive Administration"

AuthType Basic

require group admin moderator

here is access.conf section

<Directory /home/www/chat>
Options Indexes FollowSymLinks ExecCGI

<Limit GET>
order allow,deny
allow from all
deny from 165.224.85.27
deny from 208.140.149.69
deny from 198.116.116.11
deny from 206.30.36.131
</Limit>
</Directory>
>How-To-Repeat:
http://quest.arc.nasa.gov/chat/admin
>Fix:
go back to 1.1
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]