This article describes how to configure the FastCGI module and PHP to host PHP applications on IIS 7.

IMPORTANT: This article provides instructions on how to install and use the FastCGI component on Windows Server 2008 and Windows Vista SP1. SP1 is required on Windows Vista.

Table of Contents

本日志由 flyinweb 于 2011-10-17 23:04:54 发表到 WEB服务器 中,目前已经被浏览 1224 次,评论 0 次;

作者添加了以下标签: FastCGIIIS7+PHP

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 13. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.

本日志由 flyinweb 于 2010-10-13 11:21:17 发表到 Linux 中,目前已经被浏览 4166 次,评论 0 次;

作者添加了以下标签: mod_fcgidFastCGI

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文

Red Hat / CentOS Apache 2 FastCGI PHP Configuration

FastCGI is a protocol for interfacing interactive programs with a web server. FastCGI's main aim is to reduce the overhead associated with interfacing the web server and CGI programs, allowing a server to handle more web page requests at once.

Also, PHP is not recommended with multithreaded Apache2 (worker MPM) because of performance and some 3rd party PHP extensions are not not guaranteed thread-safe.

nginx and lighttpd has inbuilt sup

本日志由 flyinweb 于 2010-09-02 12:14:24 发表到 WEB服务器 中,目前已经被浏览 4579 次,评论 0 次;

作者添加了以下标签: FastCGI

首页只显示了部分日志内容,要查看日志的全部内容请阅读全文