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/

相关编程语言

memcached-session-manager 将session存储到memchac...
Tomcat Native 这个项目可以让 Tomcat 使用 Apache ...
EasyTomcat 是一个用来帮助简化 Tomcat 和MySQL 管理...
riak-session-manager 是使用 Riak 来存储Tomcat se...
tomcat-redis-session-manager 是一个用来将 Tomcat...
这是一款在 Oracle 的 JDeveloper 开发环境下管理To...