fastcgi
- 网络快速公共网关接口协议
-
Support for developing FastCGI applications , including support for rewrite rules via URL Rewrite Module .
支持开发FastCGI应用程序,包括通过URLRewirteModule来支持规则重写。
-
Then create a small Python script that informs Apache of the various settings for your Django project and executes the FastCGI program .
然后创建一小段Python脚本,告诉Apache您的Django项目的不同设置,并执行FastCGI程序。
-
A simple and common example of URL rewriting is in mapping path-based resource descriptions onto FastCGI ( or just CGI ) calls .
URL重写的常见例子是,把基于路径的资源描述映射为FastCGI(或CGI)调用。
-
This function is useful when creating a gateway that wraps CGI or a CGI-like protocol such as FastCGI .
当创建一个封装CGI或类CGI协议的网关时,该函数是有用的。
-
Although it is possible to run Django using FastCGI and lighttpd , a more typical setup is Apache and mod_python .
虽然也可以使用FastCGI和lighttpd运行Django应用程序,但我们通常使用Apache和modpython。
-
Fortunately , it is possible to deploy Django to shared hosting environments , using Web server-spawned processes that execute a FastCGI program .
幸运的是,可以使用执行FastCGI程序的Web服务器衍生进程,从而将Django部署到共享宿主环境。