Lösung für das Problem, dass Apache PHP nicht analysieren kann:
1. Deinstallieren Sie das mod_php-Modul und installieren Sie es erneut
[root@vm-centos conf.d]# yum remove mod_php [root@vm-centos conf.d]# yum install mod_php
2. Überprüfen Sie das Modul mod_php erneut
[root@vm-centos conf.d]# ls -l /etc/httpd/modules/*php* -rwxr-xr-x. 1 root root 5124456 Oct 12 03:27 /etc/httpd/modules/libphp7.so -rwxr-xr-x. 1 root root 5313960 Oct 12 03:27 /etc/httpd/modules/libphp7-zts.so [root@vm-centos conf.d]#
Empfohlenes Tutorial: PHP-Video-Tutorial
Das obige ist der detaillierte Inhalt vonApache analysiert PHP nicht. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!