gpt4 book ai didi

php - 如何将 PHP 服务器 API 从 CGI/FastCGI 更改为 Apache 2.0 处理程序?

转载 作者:行者123 更新时间:2023-12-04 16:49:15 25 4
gpt4 key购买 nike

我有一个 Plesk 12 服务器,其中运行 PHP 的服务器 API CGI/FastCGI。但是我的一些脚本要求我必须将其更改为 Apache 2.0 Handler。

我已经对 Apache 配置进行了多项更改以启用 Apache 2.0 处理程序,但没有成功。

请帮我解决这个问题。

最佳答案

编辑/etc/httpd/conf/httpd.conf

####    PHP as fast cgi
AddHandler php5-fastcgi .php
Action php5-fastcgi /cgi-bin/php.fcgi
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

Restart the apache
/etc/init.d/httpd restart

关于php - 如何将 PHP 服务器 API 从 CGI/FastCGI 更改为 Apache 2.0 处理程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28296899/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com