You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "F. J. Pedro" <pe...@yahoo.com> on 2002/03/29 03:47:30 UTC

AuthDBMUserFile Problems!!!

Hi all,

Note: Please help me. You are my last oportunity. I
was search in Apache Docs, GOOGLE, another guys, BUT
NOTHING!  Please help me.

Problem: "AuthDBMUserFile"


Message from http_error:

/* Begin of message

[Thu Mar 28 22:16:28 2002] [error] [client
192.168.1.1] (2)No such file or directory: could not
open dbm auth file:
/var/webhosting/peterflor/files/users

[Thu Mar 28 22:16:28 2002] [error] [client
192.168.1.1] DBM user peterflor not found:
/var/webhosting/peterflor/www/admin/phpmyadmin/index.php
"

End of Message */



Some details:

1) Apache_1.3.22 + SSL & PPH-4.2 & GDBM moudule suport
2) I have "dbmmanage" perl program
3) I am using Virtual Hosts
4) My virtual host configuration is:

	DocumentRoot /var/webhosting/peterflor/www/
	ServerName peterflor.dominio-v

3) The directory that i want restrict

	<Directory /var/webhosting/peterflor/www/admin>
	    AuthName Administracion
	    AuthType Basic
	    AuthUserFile
/var/webhosting/peterflor/files/users
	    Require valid-user
	</Directory>


4) The place of <users/passwords> file

$ ls -alF
-rw-r--r--    1 peterf peterf    12288 Mar 28 00:21
/var/webhosting/peterflor/files/users



P.D.

When i try with "AuthUserFile" (Plain Text) all works
fine (dejavu)!

Thank for all. 

=====
J. Pedro Flor P.     

     .~.
     /V\
    // \\
   /( _ )\
    ´´ ``

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org