Syntaxfehler beim Hinzufügen von Unterstützung für PHP bei der Konfiguration von Apache
呵呵哒2019-11-17 19:03:34
0
1
1170
Der Dienst ist geladen, kann aber nicht gestartet werden. Beim Starten von httpd über die Befehlszeile wird ein Fehler in Zeile 538 angezeigt, Apache2.4.41 php7.3.11
注意:此步骤需要安装完PHP在进行添加配置文件解析PHP 修改Apache的配置文件:httpd.conf 通过增加参数模块,让 Apache 将扩展名 .php 解析成 PHP。为了避免潜在的危险,例如上传或者创 建类似exploit.php.jpg的文件并被当做 PHP 执行,我们不再使用 Apache 的 AddType 指令来设置。
<FilesMatch \.php$> SetHandler application/x-httpd-php</FilesMatch>
这是我的解决方法,不知道你能不能用,系统是centos7