Igaz ez i-mscp de ispcp omega forkja (azért az i-mscp jobban karbantartott)
Szóval a conf fálj:
# MODULE SETUP: Do not change this unless you know what you're doing
########################################################################
AddHandler fcgid-script .php .php5
SocketPath /var/lib/apache2/fcgid/sock
FcgidMaxRequestsPerProcess 1000
FcgidPassHeader AUTHORIZATION
# ADMIN PREFERENCES: These control different limits as described below
# Notice: These settings can be overwritten for a single website by
# specifying them inside the website's custom configuration file:
# /etc/apache2/ispcp/website.tld.conf
########################################################################
# Maximum request time in seconds (a script will be killed if it
# runs for more time than that)
FcgidBusyTimeout 300
# Maximum time before the request generates some data (a script will be
# killed if it doesn't generate any output before this number of seconds)
FcgidIOTimeout 300
# Maximum request length in bytes. No request larger than that will ever
# be processed, so this has to be higher than the biggest file upload you
# want to allow.
FcgidMaxRequestLen 104857600
# PERFORMANCE SETTINGS: Used to limit the memory requirements
########################################################################
# Maximum number of php5-cgi processes allow to run among all websites
FcgidMaxProcesses 200
# Maximum number of php5-cgi processes allowed to run for a single website
FcgidMaxProcessesPerClass 20
# Minimum number of php5-cgi processes running for each website. Only set
# this to 1 or higher if your server has very few domains. Do not set it
# higher if you have many domains, even if they are rarely accessed, or
# you will eat up all of the server's RAM and force it to swap to death.
FcgidMinProcessesPerClass 0