repo.or.cz
/
dockerfiles.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update README.md
[dockerfiles.git]
/
caddy-php71
/
index.php
blob
c7f7ad52f754e7a12c4898014ef9db343af8fbcd
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
;
9
}
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
>
15
16
<
?php
17
18
phpinfo
()
19
20
?
>
21
</
body
>
22
</
html
>