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服务器 中,目前已经被浏览 4377 次,评论 0 次;

作者添加了以下标签: FastCGI

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

Bind-DLZ with MySQL

DNS management with Bind has traditionally been flat files and slave/master configurations. Bind also has a feature/extension called DLZ — dynamically loaded zones. This feature can be very useful when designing applications that use databases or directories for storage rather than having to design your application to address a filesystem to create resource records or zone files.

In this article, I will explain how to set this up for a configuration where there are thousands of name-based virtual hosts hosted on the same VIP/email infrastructure using the same resource record on a CentOS 5.X system using MySQL to store records. The Bind version is 9.6.0-P1.

本日志由 flyinweb 于 2010-09-02 08:43:53 发表到 DNS技术 中,目前已经被浏览 4423 次,评论 0 次;

作者添加了以下标签: bind dlz

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