1
00:00:00,630 --> 00:00:06,640
Now we are going to start the Apache Web server for that, the command is systemctl start

2
00:00:06,640 --> 00:00:06,850
httpd.

3
00:00:07,290 --> 00:00:14,040
This is going to start the server temporarily when we are going to reboot the system again, we have to

4
00:00:14,040 --> 00:00:14,790
run this command.

5
00:00:15,060 --> 00:00:18,440
So to make it permanently, we have to use the command systemctl.

6
00:00:18,450 --> 00:00:23,200
enable httpd it will make it permanent.

7
00:00:23,220 --> 00:00:27,990
That means next time, if we are going to boot again, no need to start the servers.

8
00:00:28,170 --> 00:00:33,120
It will be permanently enabled with a systemctl.

9
00:00:33,120 --> 00:00:38,770
status httpd, you can check the status whether our apache webserver is running or not.

10
00:00:38,970 --> 00:00:41,180
So it will give the information regarding that.

11
00:00:41,580 --> 00:00:45,470
So let us go to the master system and run these commands.

12
00:00:45,810 --> 00:00:54,630
So the first command is systemctl start httpd.

13
00:00:56,220 --> 00:01:02,310
It is going to temporarily enable the apache server then we want to permanently enable.

14
00:01:03,300 --> 00:01:05,400
So we are going to use enabled.

15
00:01:08,310 --> 00:01:12,030
Now we are going to check the status for checking the status.

16
00:01:12,960 --> 00:01:16,560
We are going to say systemctl status httpd.

17
00:01:18,480 --> 00:01:25,440
What it is saying that when, it is running properly, starting the web server started the Apache Web

18
00:01:25,440 --> 00:01:25,830
server.

19
00:01:26,190 --> 00:01:34,440
So Status is, you are enabled loaded so that mean we are able to start the apache web server

20
00:01:34,440 --> 00:01:36,060
now we have to test that server.
