Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apache-2.2.9 mod_auth_dbm error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ddaas
Tux's lil' helper
Tux's lil' helper


Joined: 28 Feb 2005
Posts: 106
Location: Germany

PostPosted: Wed Aug 06, 2008 10:47 am    Post subject: apache-2.2.9 mod_auth_dbm error Reply with quote

Hi there,
I've compiled and installed apache-2.2.9 in /opt/apache. Everything works ok except user authentication

In error_log I get:
Code:
[Wed Aug 06 13:19:03 2008] [error] [client 192.168.0.44] (2)No such file or directory: could not open dbm (type SDBM) auth file: /opt/apache/abc


In the httpd.conf there is:
Code:
 <Directory /opt/apache/htdocs/secure>
AuthType basic
AuthName "private area"
AuthBasicProvider dbm
AuthDBMType SDBM
AuthDBMUserFile /opt/apache/abc
Require valid-user
</Directory>


I tried even 777 for /opt/apache/abc, nothing...


The password file was created using: dbmmanage /opt/apache/abc adduser username


Any idea? What do I miss?

The modules related authentication are loaded.

Thanks
_________________
Best regards,
ddaas
Back to top
View user's profile Send private message
ddaas
Tux's lil' helper
Tux's lil' helper


Joined: 28 Feb 2005
Posts: 106
Location: Germany

PostPosted: Thu Aug 07, 2008 1:54 pm    Post subject: Reply with quote

No one uses this kind of authentication with Apache?
_________________
Best regards,
ddaas
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum