Re: Apache access control

2003-09-17 Thread Roberto Sanchez
--- Ismael Valladolid Torres <[EMAIL PROTECTED]> escribió: > El miércoles, 17 de septiembre de 2003, a las 17:30, Roberto Sanchez escribe: > > I can't figure out why this will not prompt for a password. > > Check out the AllowOverride directive for that directory. If this > directive is set to N

Re: Apache access control

2003-09-17 Thread Vineet Kumar
* Roberto Sanchez ([EMAIL PROTECTED]) [030917 08:47]: > I am trying to get Apache 1.3 to prompt for a password for some file located > in a particular directory on one of my sites. > > I created a password file like this: > > # htpasswd -c /etc/apache/passwd > > I entered the password and then

Re: Apache access control

2003-09-17 Thread Ernest Johanson
Some things to check would be: 1. Within the Directory directive, check the AllowOverride statement. It must contain the AuthConfig directive-type. 2. AccessFileName needs to be .htaccess if that's the name of your file. 3. Have to reboot the server too :-) If you haven't seen it already you mi

Re: Apache access control

2003-09-17 Thread Ismael Valladolid Torres
El miércoles, 17 de septiembre de 2003, a las 17:30, Roberto Sanchez escribe: > I can't figure out why this will not prompt for a password. Check out the AllowOverride directive for that directory. If this directive is set to None, then .htaccess files are completely ignored. You will need at leas