1
00:00:00,510 --> 00:00:06,690
And we will see how to launch a single website using Apache Web server and what are the different settings

2
00:00:06,690 --> 00:00:15,090
that we can use, how to change the different settings that we will be looking in the next few videos.

3
00:00:15,480 --> 00:00:23,430
So, again, our lab is master.example.com on which we are going to implement our Web server.

4
00:00:23,880 --> 00:00:26,290
And in our case it is Apache Web server.

5
00:00:26,880 --> 00:00:33,230
So when we implement the Apache Weberver, when we install the Apache Web server, one default 

6
00:00:33,240 --> 00:00:36,970
directory /www/html is available.

7
00:00:37,320 --> 00:00:48,540
So there we are going to create one page index html and this can be changed by specifying one document

8
00:00:48,540 --> 00:00:51,360
Root, Directory in a configuration file.

9
00:00:51,480 --> 00:01:00,390
And please remember Apache's main configuration file is /etc/httpd/conf/httpd.conf

10
00:01:00,390 --> 00:01:08,200
that when the main configuration file name is httpd.config and it is in which directory

11
00:01:08,220 --> 00:01:11,810
/etc/httpd/conf directory.

12
00:01:12,330 --> 00:01:21,390
So before making any changes in this file, because this is critical file and we will take the backup

13
00:01:21,390 --> 00:01:22,080
of that file.

14
00:01:22,470 --> 00:01:28,620
So in this case, we are going to make changes in this file and we are going to make our default web

15
00:01:28,620 --> 00:01:33,130
page on which directory /var/www/html directory.

16
00:01:33,670 --> 00:01:41,870
And then from C10 system where we have already installed different command based browser and C20

17
00:01:41,880 --> 00:01:50,370
also we are going to use these systems for checking our website whether we are able to implement that

18
00:01:50,370 --> 00:01:51,620
single website or not.

19
00:01:51,990 --> 00:02:00,960
For that, we will be using elinks, curl browser and the command could be elinks then name

20
00:02:00,960 --> 00:02:01,950
of our web server.

21
00:02:01,950 --> 00:02:05,190
In our case it is 172.24.0.1.

22
00:02:05,670 --> 00:02:07,460
Or you can use the dump option.

23
00:02:07,800 --> 00:02:15,780
That means we will implement the web server here and we are going to make the test using these systems

24
00:02:15,780 --> 00:02:17,850
C10 and C20 systems.
