Heim  >  Artikel  >  Backend-Entwicklung  >  linux中编译安装apache,无法解析php文件

linux中编译安装apache,无法解析php文件

WBOY
WBOYOriginal
2016-06-23 14:26:541833Durchsuche

现在网站直接显示源码

AddType application/x-httpd-php .php
AddType application/x-httpd-php .html
AddType application/x-httpd-php .php .phtml .php3 .php4
AddType application/x-httpd-php-source .phps

这些我也加了,是不是还有加什么?


回复讨论(解决方案)

看看有没有这个?
LoadModule php5_module        modules/mod_php55.so

另外查看一下httpd/error_log有点什么?
还有,怀疑你编译的httpd文件不是apache默认的那个。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn