Quote:nein das habe ich nicht gemacht, wie wo stehen dazu genau Informationen? Dann würde ich mal umschwenken und dieses Testen !
Und zu den apache Mods, ist klar das Modsec die höchste Last hat, ansonsten ist schon alles deaktiviert was man nicht braucht!
Es ist z.B. vorgekommen das Leute fastcgi und fastcgi_ispcp aktiviert hatten, weil Sie dachten es gehört zusammen und deswegen eine hohe Last erzeugt wurde, aber wenn du dir da 100% sicher bist das du da den Durchblick hast, dann bitte.
Die Config findet man hier recht fix über die Suche oder auch über den "Source Browser"
Sprich hier:
http://www.isp-control.net/ispcp/browser...ispcp.conf
Zum C&P'n
Code:
#
# ispCP Ï (OMEGA) a Virtual Hosting Control System
#
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $Id$
# @link http://isp-control.net
# @author ispCP Team
#
# @license
# This program is free software; you can redistribute it and/or modify it under
# the terms of the MPL General Public License as published by the Free Software
# Foundation; either version 1.1 of the License, or (at your option) any later
# version.
# You should have received a copy of the MPL Mozilla Public License along with
# this program; if not, write to the Open Source Initiative (OSI)
# http://opensource.org | osi@opensource.org
#
################################################################################
<IfModule mod_fcgid.c>
AddHandler fcgid-script .php .php5
SocketPath /var/lib/apache2/fcgid/sock
IdleTimeout 600
IdleScanInterval 240
BusyTimeout 300
BusyScanInterval 120
ErrorScanInterval 6
ZombieScanInterval 3
ProcessLifeTime 3600
SpawnScoreUpLimit 10
SpawnScore 1
TerminationScore 2
MaxProcessCount 250
DefaultMaxClassProcessCount 10
DefaultMinClassProcessCount 0
IPCConnectTimeout 20
IPCCommTimeout 60
</IfModule>