How do I configure nginx as failover reverse proxy load balancer in front of two Apache web servers under CentOS / RHEL 5.x?

nginx is a Web and Reverse proxy server. Nginx used in front of Apache Web servers. All connections coming from the Internet addressed to one of the Web servers are routed through the nginx proxy server, which may either deal with the request itself or pass the request wholly or partially to the main web servers.

本日志由 flyinweb 于 2011-12-09 09:29:16 发表到 WEB服务器 中,目前已经被浏览 280 次,评论 0 次;

作者添加了以下标签: NginxReverse ProxyLoad Balancer

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

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

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

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

There are few commands I usually use to track if my server is possibly under a Denial of Service attack or under Distributed Denial of Service

Sys Admins who still have not experienced the terrible times of being under a DoS attack are happy people for sure …

本日志由 flyinweb 于 2011-09-13 10:49:46 发表到 WEB服务器 中,目前已经被浏览 482 次,评论 0 次;

作者添加了以下标签: denial of servicedenial of service attackDoS attack

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

Recently has become publicly known for the serious hole found in all Apache webserver versions 1.3.x and 2.0.x and 2.2.x. The info is to be found inside the security CVE-2011-3192 https://issues.apache.org/bugzilla/show_bug.cgi?id=51714

Apache remote denial of service is already publicly cirtuculating, since about a week and is probably to be used even more heavily in the 3 months to come. The exploit can be obtained from exploit-db.com a mirror copy of #Apache httpd Remote Denial of Service (memory exhaustion) is for download here

本日志由 flyinweb 于 2011-09-13 10:42:11 发表到 WEB服务器 中,目前已经被浏览 485 次,评论 0 次;

作者添加了以下标签: header DoS attackkillapacheRequest-Rangemod_rangecnt

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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

          Apache HTTPD Security ADVISORY
          ==============================
                    UPDATE 2

Title:       Range header DoS vulnerability Apache HTTPD 1.3/2.x

CVE:         CVE-2011-3192
Last Change: 20110826 1030Z
Date:        20110824 1600Z
Product:     Apache HTTPD Web Server
Versions:    Apache 1.3 all versions, Apache 2 all versions

Changes since last update
=========================
In addition to the 'Range' header - the 'Range-Request' header is equally
affected. Furthermore various vendor updates, improved regexes (speed and
accommodating a different and new attack pattern).

Description:
============

A denial of service vulnerability has been found in the way the multiple
overlapping ranges are handled by the Apache HTTPD server:

     http://seclists.org/fulldisclosure/2011/Aug/175

An attack tool is circulating in the wild. Active use of this tool has
been observed.

The attack can be done remotely and with a modest number of requests can
cause very significant memory and CPU usage on the server.

The default Apache HTTPD installation is vulnerable.

There is currently no patch/new version of Apache HTTPD which fixes this
vulnerability. This advisory will be updated when a long term fix
is available.

本日志由 flyinweb 于 2011-09-06 14:06:40 发表到 WEB服务器 中,目前已经被浏览 654 次,评论 0 次;

作者添加了以下标签: RangeRequest-Range

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

It’s probably mod_php, and try recompiling PHP without zend_multibyte. If you have WITH_MULTIBYTE=true in /var/db/ports/php5/options, change it to WITHOUT_MULTIBYTE=true and rebuild the port.

本日志由 flyinweb 于 2011-08-31 09:07:32 发表到 WEB服务器 中,目前已经被浏览 467 次,评论 0 次;

作者添加了以下标签: signal 11

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

The apache web server has become the predominant web server on the Internet for it's scalability, standards compliance and the numerous features that come bundled with the server. As more and more features are added to apache, and as web applications evolve to meet new demands, bugs will periodically surface in applications and the web server code base itself. Since application and server bugs can lead to service failures and downtime, it is important to have a good set of tools to assist with isolating and locating problems. This article provides an introduction to debugging apache web server problems, and covers several tools and techniques that can help troubleshoot problems when they arise.

本日志由 flyinweb 于 2011-08-31 08:53:41 发表到 WEB服务器 中,目前已经被浏览 391 次,评论 0 次;

作者添加了以下标签: Apache Debugging

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

Apache Debugging Guide

This document is a collection of notes regarding tools and techniques for debugging Apache httpd and its modules.

Got more tips? Send 'em todocs@httpd.apache.org. Thanks!

  1. Using gdb
  2. Getting a live backtrace on unix
  3. Getting a live backtrace on Windows
  4. Debugging intermittent crashes
  5. Using 'truss/trace/strace' to trace system calls and signals
  6. Getting the server to dump core
  7. Solaris and coredumps
  8. Getting and analyzing a TCP packet trace

本日志由 flyinweb 于 2011-08-31 08:49:24 发表到 WEB服务器 中,目前已经被浏览 354 次,评论 0 次;

作者添加了以下标签: Apache Debugging

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