1
00:00:00,560 --> 00:00:08,030
Here in this set of videos, we will be looking at the concept per-user web directory what is the

2
00:00:08,030 --> 00:00:08,840
meaning of that?

3
00:00:08,840 --> 00:00:12,410
That mean allowing users to have a website in their home directory.

4
00:00:12,410 --> 00:00:22,010
in our case, again, we will be taking the labs that we use for this IP based virtual hosting.

5
00:00:22,340 --> 00:00:30,140
So we have got three system, 172.24.0.1 where we have implemented the Web server, then

6
00:00:30,440 --> 00:00:33,740
client system for testing C10 and C20.

7
00:00:34,190 --> 00:00:39,890
Now what we want here, we are going to create two Linux users that we have already created.

8
00:00:39,890 --> 00:00:44,890
So we will be looking at this the how we have created those user.

9
00:00:45,110 --> 00:00:48,080
So we are going to create two Linux user vipin 

10
00:00:48,080 --> 00:00:55,820
and nanu, what we want in this concept that mean we want that nanu should have its own site, vipin should

11
00:00:55,820 --> 00:00:56,000
have.

12
00:00:56,000 --> 00:00:56,720
its own site.

13
00:00:56,900 --> 00:01:03,260
If there are hundreds of users, they can have their own site because sometimes if some companies,

14
00:01:03,270 --> 00:01:11,170
they some more colleges are there, universities are there, we want that a each professor or teacher, they

15
00:01:11,180 --> 00:01:12,790
should have their individual sites.

16
00:01:13,160 --> 00:01:20,150
So it is not possible for everyone to have their website so we can implement this.

17
00:01:20,270 --> 00:01:31,130
per-user web directories type of concept by using it, every user can create their own website

18
00:01:31,340 --> 00:01:32,180
in their home directory.

19
00:01:33,020 --> 00:01:40,250
So in our case, we will be looking at the concept and then to verify this concept, we will be going

20
00:01:40,250 --> 00:01:41,780
to C10 or C20.

21
00:01:42,020 --> 00:01:50,390
And here we are going to type elinks --dump http and then IP address of our

22
00:01:50,390 --> 00:01:58,520
server and they still in it will display the website of the Nanu and you can type the name also.

23
00:01:58,940 --> 00:02:02,600
We will see how to configure this per-user Web directory.

24
00:02:02,840 --> 00:02:04,640
It is a very important concept.

25
00:02:04,640 --> 00:02:05,840
So we will see that.

26
00:02:05,960 --> 00:02:07,070
How to implement this.
