Apache HTTP Server Version 2.2 文档

本日志由 flyinweb 于 2009-06-26 15:08:00 发表到 WEB服务器 中,目前已经被浏览 2239 次,评论 0 次;

作者添加了以下标签: Apache文档

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

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

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

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

查看最大线程数:

cat /proc/sys/kernel/threads-max

本日志由 flyinweb 于 2010-08-27 09:48:50 发表到 Linux 中,目前已经被浏览 109 次,评论 0 次;

作者添加了以下标签: process and thread

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

BASH

Section: User Commands (1)
Updated: 2006 September 28
IndexReturn to Main Contents


 

NAME

bash - GNU Bourne-Again SHell  

SYNOPSIS

bash [options] [file]  

COPYRIGHT

Bash is Copyright (C) 1989-2005 by the Free Software Foundation, Inc.  

DESCRIPTION

Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh).

Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). Bash can be configured to be POSIX-conformant by default.  

本日志由 flyinweb 于 2010-08-26 10:42:43 发表到 Linux 中,目前已经被浏览 50 次,评论 0 次;

作者添加了以下标签: bash

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

症状:

apache编译过程中出现如下错误:

...
server/.libs/libmain.a(exports.o):(.data+0x9f0): undefined reference to `apr_os_uuid_get'
...

解决办法:

卸载原来系统中的apr,重新编译通过

本日志由 flyinweb 于 2010-08-25 14:06:54 发表到 WEB服务器 中,目前已经被浏览 58 次,评论 0 次;

作者添加了以下标签: apr_os_uuid_get

Apache和Nginx的SSL证书的生成及配置

本日志由 flyinweb 于 2010-08-25 11:19:19 发表到 WEB服务器 中,目前已经被浏览 60 次,评论 0 次;

作者添加了以下标签: SSL certificates

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

SSL certificates support

1. Generate a Certificate Signing Request (CSR)

2. SSL Certificates Support - Enrollment

3. Installation Instructions for SSL Certificates

4. Export (or Backup) a Certificate

本日志由 flyinweb 于 2010-08-25 10:47:20 发表到 WEB服务器 中,目前已经被浏览 64 次,评论 0 次;

作者添加了以下标签: SSL certificates

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

4971/63