1
00:00:00,060 --> 00:00:06,630
Let us create the Apache user, we will go to our master system, in master system.

2
00:00:06,660 --> 00:00:15,690
We are going to run the command as httpasswd -c -m then we are going to specify the name

3
00:00:15,690 --> 00:00:21,390
of the file and we are going to name it as webpass.

4
00:00:22,950 --> 00:00:23,820
And which user.

5
00:00:23,820 --> 00:00:31,480
I want to create anankita and in our case, we will be using some password in our case.

6
00:00:31,500 --> 00:00:33,480
I'm just going to give the password.

7
00:00:33,820 --> 00:00:36,820
123456.

8
00:00:37,140 --> 00:00:38,820
You can give any password.

9
00:00:39,550 --> 00:00:41,120
We are going to keep it simple.

10
00:00:41,280 --> 00:00:43,800
123456.

11
00:00:44,400 --> 00:00:45,680
Again, it will verify.

12
00:00:47,190 --> 00:00:48,740
So we are giving this password.

13
00:00:49,320 --> 00:00:55,290
Then we are going to create the second user and please do not specify -c option again,

14
00:00:55,290 --> 00:00:57,240
because it is going to overwrite.

15
00:00:57,930 --> 00:01:04,440
So the second user that we are going to create is vipin again.

16
00:01:04,440 --> 00:01:13,920
We are giving the password 123456, although not recommended giving so simple password, then we are

17
00:01:13,920 --> 00:01:18,190
going to create the third user that is our kanu user.

18
00:01:20,130 --> 00:01:22,390
123456

19
00:01:23,010 --> 00:01:27,860
So we are giving the password again, again re-enter the password.

20
00:01:29,010 --> 00:01:37,530
Then we are going to add the fourth user and nanu 123456.

21
00:01:38,670 --> 00:01:40,800
123456.

22
00:01:41,520 --> 00:01:47,070
So we have created all the users, you can view in which files all the user are there.

23
00:01:47,730 --> 00:01:51,510
It is in /etc/httpd/webpass 

24
00:01:52,660 --> 00:01:57,480
is the file name so all the users 4 users are visible

25
00:01:58,270 --> 00:02:04,120
So we were successful in creating all the 4 users according to our needs.
