微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

mod_fcgid

程序名称:mod_fcgid

授权协议: Apache

操作系统: Linux

开发语言: C/C++

mod_fcgid 介绍

mod_fcgid 是一个 mod_cgi 和 mod_cgid 的高性能替代产品,特别适合 PHP 开发者。提供了跟进程中的 mod_PHP
同样能够的性能表现。

示例配置:

`# FcgidMaxRequestsPerProcess should be <= PHP_FCGI_MAX_REQUESTS

The example PHP wrapper script overrides the default PHP setting.

FcgidMaxRequestsPerProcess 10000

Uncomment the following line if cgi.fix_pathinfo is set to 1 in

PHP.ini:

FcgidFixPathinfo 1

Alias /PHPapp/ /usr/local/PHPapp/

AddHandler fcgid-script .PHP
Options +ExecCGI
FcgidWrapper /usr/local/bin/PHP-wrapper .PHP

Customize the next two directives for your requirements.

Order allow,deny
Allow from all
`

mod_fcgid 官网

http://httpd.apache.org/mod_fcgid/

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐