LXC运行php应用程序

时间:2017-11-22 23:21:54

标签: php apache virtual-machine ubuntu-server lxc

我在目录/var/www/html/index.html中名为index.html的文件中有此代码。

<html> 
<body>
<?php
   echo phpinfo();
?>
</html>
</body>

但是当我试图在浏览器上看到它打印的内容时,它根本不显示任何内容,或者有时会下载文件。 This is what browser prints (Nothing).

如果我试着看the source code and it seems like this. 我不确定我做错了什么。我经常搜索并尝试了一些东西,但似乎没有任何效果。

如果有人可以列出一些要查找的内容或解决此问题的方法,我真的很感激。我认为它很简单,但我不知道现在该做什么。

编辑 php --version here的输出。

0 个答案:

没有答案