View previous topic :: View next topic |
Author |
Message |
ddaas Tux's lil' helper
Joined: 28 Feb 2005 Posts: 106 Location: Germany
|
Posted: Wed Aug 06, 2008 10:47 am Post subject: apache-2.2.9 mod_auth_dbm error |
|
|
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 |
|
|
ddaas Tux's lil' helper
Joined: 28 Feb 2005 Posts: 106 Location: Germany
|
Posted: Thu Aug 07, 2008 1:54 pm Post subject: |
|
|
No one uses this kind of authentication with Apache? _________________ Best regards,
ddaas |
|
Back to top |
|
|
|