Ubuntu 18.04 Apache2 PHP 7.3
我的.../phpinfo.php 文件显示为文本。
我已经在 php7.0、7.1 和 7.2 上运行了 a2dismod,以确保万无一失。
我跑了
$ sudo apt install libapache2-mod-php7.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
libapache2-mod-php7.3 is already the newest version (7.3.9-1+ubuntu18.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
但
$ a2enmod php7.3
ERROR: Module php7.3 does not exist!
我还需要安装其他软件包吗?
谢谢您的帮助。这可能是一个分号,但我已经搜索了几个小时。
答案1
我通过以下方式让它工作:
a2enconf php7.3-fpm
此后,phpinfo.php
它可以工作并且不再显示为文本。