我在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才能正常工作吗?我该怎么做呢?
答案 0 :(得分:1)
使用命令php -v
如果没有显示php版本,那么你必须安装PHP。做
yum install php
yum install php-pear
然后
sudo service httpd restart