快捷搜索:   nginx

Linux系统下http服务不能解释php的问题

    在linux有些版本在默认情况下不能解释php,你可以试试以下方法:

    编辑文件 /etc/http/conf/httpd.conf 在其中找到:

    #LoadModule php4_module modules/libphp4.so

    修改为:

    LoadModule php5_module modules/libphp5.so

    AddType application/x-httpd-php .php

    AddType application/x-httpd-php-source .phps

顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论