1
00:00:01,020 --> 00:00:07,530
Now we want to discuss about the Apache user authentication, that means we want that only authenticated

2
00:00:07,680 --> 00:00:11,310
users should be able to view our Web pages or websites.

3
00:00:11,910 --> 00:00:18,810
So, again, we are going to use the same lab that we uses in your IP based virtual hosting with

4
00:00:18,810 --> 00:00:19,590
certain changes.

5
00:00:19,920 --> 00:00:28,320
So here what we are going to do for Apache, for the learning Apache user authentication, we are going

6
00:00:28,320 --> 00:00:37,110
to create 4 Apache users Ananitika,vipin,nanu,and kanu and we are going to allocate some password

7
00:00:37,110 --> 00:00:45,270
to them and we will keep the password information in one file called /etc/httpd/webpass.

8
00:00:45,870 --> 00:00:53,880
So we will be, this is a little bit change in set up that mean we will be creating for Apache user,

9
00:00:53,880 --> 00:01:00,300
remember, not linux user, we will be creating the user, which we will use for accessing

10
00:01:00,300 --> 00:01:00,900
the website.

11
00:01:01,470 --> 00:01:06,270
Then we will test from C10 system and C20 system rest.

12
00:01:06,310 --> 00:01:10,020
All the setup is the same that we used in the previous Labs.

13
00:01:10,440 --> 00:01:19,440
So in this set of videos, we will be looking at the different ways in which we can authenticate users,

14
00:01:19,680 --> 00:01:25,620
what parameter we can use, what are the different methods that we all we are going to discuss.
