我一直在尝试从源代码安装Apache和PHP,以便它们一起工作,作为“看看我是否可以”项目。
但是,当我尝试加载“localhost”文件时,firefox只是开始下载.php页面而不是打开它。
我很确定我已经在./conf/httpd.conf中添加了正确的处理程序,它们如下所示
#configure for php
AddHandler php-script .php
AddType text/html .php
AddType application/x-httpd-php-source phps
AddType application/x-httpd-php5 .php
我也尝试过替换
AddType application/x-httpd-php5 .php
带
AddType application/x-httpd-php5 php
和
AddType application/x-httpd-php .php
和
AddType application/x-httpd-php php