配置性能 Apache - HTTP服务器。 Apache

我用 Apache HTTP Server Project (2.2.X), 我想尝试自定义性能。

# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 6.4 (Santiago)
# uname -a
Linux 6app02a.uftmasterad.org 2.6.32-358.23.2.el6.x86_64 #1 SMP Sat Sep 14 05:32:37 EDT 2013 x86_64 x86_64 x86_64 GNU/Linux
# rpm -q httpd php
httpd-2.2.15-29.el6_4.x86_64
php-5.3.3-23.el6_4.x86_64
#

我推出了应用程序 Pressflow (Drupal6) 基于 PHP, 我还在他面前有一个反向代理服务器。 (漆), 至于 PHP, 我有一些缓存机制,例如: APC, memcache, 加快它。

我从:
http://httpd.apache.org/docs/2 ... .html
, 但是,我想从其他人使用相同的项目获取如何配置它的信息。

目前我使用以下内容:

KeepAlive Off
MaxKeepAliveRequests 100
KeepAliveTimeout 15

<ifmodule prefork.c="">
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256
MaxClients 256
MaxRequestsPerChild 4000
</ifmodule>

请指教。
已邀请:

要回复问题请先登录注册