Hi all,
I use FC3, during configuration of user level access permissions I used the following steps a. Create <Directory documentroot-directory-here> and </Directory> in /etc/httpd/conf/httpd.conf
b. Add "AllowOverride AuthConfig"  without quotes inside the <Directory>
c. Create .htaccess file in documentroot-directory with the following contents:
              AuthName "Some comments goes here"
              AuthType Basic
              AuthUserfile /etc/httpd/conf/pass.htaccess
              require valid-user
d. Now issue the following command:
  # htpasswd -mc /etc/httpd/conf/pass.htaccess user1
and supply the password for the user user1. Now while I am trying the site the popup comes up asking username and password but failed to authenticate. The same procedure works for my 2 friends machine.
What is happening here?
I have installed the entire FC3 distribution. are there any changes needed also for RHEL4.
bye
prosun
--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/node.php?id=3

Reply via email to