我的PHP代码是这样写的:
<?php
phpinfo();
?>
并保存在 /var/www/html/ 中作为 index.php
我通过 127.0.0.1/index.php 访问它
我已完全全新安装 Apache2、PHP7 和 libapache2-mod-php7.0
当我在 apache 上访问它时,它只显示一个空白页,好像没有运行任何内容。我已经测试以确保模块已使用 a2enmod 加载,并确认确实如此。
到目前为止,论坛上还没有任何内容适用于我,因此我发布了此内容。