为mod_fastcgi读取文件
mod_fastcgi是Apache Web服务器的模块,它启用FastCGI - a standards based protocol用于与为Web页面生成动态内容的应用程序。
FASTCGI提供了CGI功能的超集,但为特定Web服务器API的编程功能的一个子集。
但是,该功能集足以编程几乎任何类型的Web应用程序,但是结果通常更可扩展。
有关FastCGI的更多信息,请参见https://fastcgi-archives.gi**t*hub.io/
有关使用Apache 1.3.x安装mod_fastcgi的信息,请参见文件安装。
有关使用Apache 2.X安装mod_fastcgi的信息,请参见File install.ap2。
有关配置mod_fastcgi的已安装实例的信息,请参见文件配置。
有关编程FastCGI应用程序的信息,请参见https://fastcgi-archives.gi**t*hub.io/?#apilib
最后,如果您陷入困境 – 从常见问题开始(FAQ)开始
如果您仍然找不到答案,请使用GitHub问题。
对于历史记录,旧的邮件列表在:
- http://blog.*gma**ne.org/gmane.comp.web.fastcgi.devel
- http://git***.net/ml/web.fastcgi.devel
- https://web.**arc*hive.org/web/20130914200635/http://mailman.chelsea.net/mailman/listinfo/fastcgi-developers
