add apache-php7.2 sample

Signed-off-by: kouul <maulloohans@gmail.com>
This commit is contained in:
kouul
2020-04-05 14:41:12 +04:00
parent 58589727ff
commit fefbbf6704
4 changed files with 68 additions and 0 deletions

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

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