【发布时间】:2016-10-27 08:18:09
【问题描述】:
我将 PHP 与 FastCGI 一起使用,但遇到以下问题。我知道 .htaccess 的命令:
AddHandler fcgid-script .html
FcgidWrapper /path/to/php-fastcgi.fcgi .html
...但我不知道FcgidWrapper 应该指向什么路径。它应该指向哪个文件或目录,通常在哪里?
谢谢!
【问题讨论】:
-
@hjpotter92 我很感激你想帮助我,但这对我一点帮助都没有,因为我一个字都不懂。如果您能向我解释这一点,我将不胜感激!
标签: php html .htaccess server fastcgi