1
00:00:00,660 --> 00:00:06,860
Now we will check the web connectivity from C10 system, whether our PHP is working properly or not.

2
00:00:07,170 --> 00:00:12,640
So we will type elinks --dump http://ip address of the system.

3
00:00:12,960 --> 00:00:19,710
So it is going to show you the page that we created Hello hi and we can specify /name of

4
00:00:19,710 --> 00:00:20,130
the file.

5
00:00:20,130 --> 00:00:27,600
Also index.php, same output it is going to show we are not specifying the name of the site because we have

6
00:00:27,600 --> 00:00:30,030
not made the entry in the host file.

7
00:00:30,570 --> 00:00:35,390
So let us go into our C10 system and in C10.

8
00:00:35,440 --> 00:00:39,540
System what we are going to do, we are going to type this.

9
00:00:39,900 --> 00:00:44,820
elinks dump http://name of the file.

10
00:00:45,630 --> 00:00:52,290
Sorry the IP address of your website 172.24.0.1.

11
00:00:52,320 --> 00:00:53,390
It is showing the page.

12
00:00:53,580 --> 00:00:54,120
Hello hi.

13
00:00:54,720 --> 00:01:01,240
And we can also use index.php also.

14
00:01:02,100 --> 00:01:10,290
So in this way again it is going to show, and you can check from the 20 system also elinks

15
00:01:11,750 --> 00:01:21,570
--dump http://172.24.0.1.

16
00:01:24,870 --> 00:01:34,930
It is displaying the page and you can specify that index.php also, that is also working, that

17
00:01:34,930 --> 00:01:43,770
mean our PHP code is working perfectly because PHP uses behind the scene apache as a this

18
00:01:43,980 --> 00:01:45,930
php server side scripting.

19
00:01:45,930 --> 00:01:49,250
that mean for running the PHP code.

20
00:01:49,260 --> 00:01:51,120
We need Apache Web server.

21
00:01:51,890 --> 00:01:54,140
it is working perfectly.
