Apache server user authentication

Source: Internet
Author: User
Apache server user authentication-general Linux technology-Linux technology and application information. For more information, see the following section. User-authenticated VM access:
Use the htpasswd command to create two liuhongming and zhuying users.
Edit/etc/httpd/conf/httpd. conf in text: Add the following content in the last line
NameVirtualHost *: 80

DocumentRoot/var/sit/www34.example. zqin
ServerName www34.example. zqin

Authname Test
Authtype basic
AuthUserfile/etc/httpd/. wus
Require valid-user


Save and exit, and then use service httpd restart to restart the httpd service
I have no problem logging on to the client using liuhongming and zhuying.
However, when I change the valid-user after require to liuhongming

Save and exit, and then use service httpd restart to restart the httpd service. Then, you cannot log on to the client using liuhongming. Ask me why.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.