Project

General

Profile

Actions

Docs PerformanceFastCGI » History » Revision 1

Revision 1/31 | Next »
jan, 2006-09-19 21:59
added performance hints for fastcgi


{{{
#!rst ==============================
Optimizing FastCGI performance ==============================

.. contents::

Overview ========

If you lately ran into the questions

  • "How many PHP backends do I need for my load" or
  • "Why is my application returning the error 500 from time to time"

you want to read this article very carefully.

Measuring the load ==================

Load the status-module and enable the statistics: ::

server.modules = {..., "mod_status", ... }
status.statistics-url = "/server-stats"

}}}

Updated by jan over 17 years ago · 1 revisions