update image to almalinux 9
[dockerfiles.git] / caddy-php71 / index.php
blobc7f7ad52f754e7a12c4898014ef9db343af8fbcd
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Apache with PHP Support - Alpine Linux</title>
5 <style>
6 body {
7 text-align: center;
8 font-family: Tahoma, Geneva, Verdana, sans-serif;
10 </style>
11 </head>
12 <body>
13 <h1>Apache with PHP Support.</h1>
14 <p>If you see PHP info below, Apache with PHP container works.</p>
16 <?php
18 phpinfo()
21 </body>
22 </html>