php显示为纯文本

时间:2012-02-25 16:29:44

标签: php apache flash-media-server

我在Centos OS上安装了Flash Media Server。一切都运作良好,除了我不能使用PHP文件。当我在我的webroot中调用一个php文件时,它只显示php代码为纯文本。如果我在我的httpd.conf文件中搜索,则对php的唯一引用如下:

  

DirectoryIndex index.html index.html.var index.php index.php3   index.php4 index。\ php5 index.py index.pl index.rb

我需要安装php才能正常工作吗?我该怎么做呢?

1 个答案:

答案 0 :(得分:1)

使用命令php -v如果没有显示php版本,那么你必须安装PHP。做

yum install php
yum install php-pear

然后

sudo service httpd restart