General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Authentication with Apache
I'm trying to install authentication on Apache and I've followed all steps from the howto at Apache site (http://httpd.apache.org/docs-2.0/howto/auth.html).
My httpd.conf has the following configuration:
Alias /ftp "/ftp/mp3/"
<Directory "/ftp/mp3">
Options MultiViews
AllowOverride AuthConfig
AuthType Digest
AuthName "GSXR Server"
AuthUserFile /var/www/passwords
AuthGroupFile /var/www/groups
Require group GroupName
Order deny,allow
</Directory>
Both groups and passwords files are placed in the right directory and group named GroupName is created and users have their respective paswords in the passwords file, created with htpasswd /var/www/passwords user_name.
When I try to access the folder I want to protect, the login window pops up but, after filling user name and password, I always get the same error message:
Erro interno do Servidor!
O servidor encontrou um erro interno e n?o foi poss?vel completar sua requisi??o. O servidor est? sobrecarregado ou existe um erro em um script CGI.
Se voc? acredita ter encontrado um problema no servidor, por favor entre em contato com o webmaster.
Error 500
213.228.144.12
Apache/2.0.47 (Red Hat Linux)
Meantime, at apache log, I see the following:
[Tue Feb 17 01:30:15 2004] [crit] [client 213.228.144.12] configuration error: couldn't check user. No user file?: /ftp
I've searched the net and don't know what else to do in order to solve this item, but I have the feeling that some detail should be missing in apache's howto.
I do thank in advance to whomever may help me.
Regards to all
_________________
David Pires
Suzuki GSXR 1100 - ?Respect the bike or the bike will kill you?
IRC: irc://irc.ptnet.org/gsxr (nick: GSXR)