Sample for apache-php7 (#42)

* add apache-php7.2 sample

Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
Hans(Akhil) Maulloo
2020-04-06 20:31:23 +04:00
committed by GitHub
parent 58589727ff
commit 40c3caa1c8
5 changed files with 70 additions and 0 deletions

3
apache-php/app/index.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo '<h1>Hello World!</h1>';
?>