Current time: 11-24-2024, 12:37 AM Hello There, Guest! (LoginRegister)


Post Reply 
Hoher Server Load
Author Message
the_condor Offline
Junior Member
*

Posts: 33
Joined: Aug 2008
Reputation: 0
Post: #7
RE: Hoher Server Load
/etc/ispcp/apache/working/fastcgi_ispcp.conf

Code:
<IfModule mod_fastcgi.c>
        FastCgiWrapper On
        FastCgiIpcDir /var/lib/apache2/fastcgi2

        FastCgiConfig -minProcesses 1 \
                  -maxProcesses 400 \
                  -maxClassProcesses 5 \
                  -multiThreshold 80 \
                  -killInterval 60 \
                  -startDelay 5
                  -idle-timeout 60
                  # -singleThreshold 100 \
                  # -autoUpdate \
                  # -pass-header HTTP_AUTHORIZATION

        FastCgiServer {PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} -idle-timeout 300

        #
        # PHP{PHP_VERSION} SUPPORT
        #

        AddHandler php-fastcgi .php .php{PHP_VERSION}

        <Location /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter>
                SetHandler fastcgi-script
                Options +ExecCGI
        </Location>

        Action php-fastcgi /php{PHP_VERSION}/php{PHP_VERSION}-fcgi-starter
        AddType application/x-httpd-php .php .php{PHP_VERSION}
</IfModule>

/etc/apache2/mods-available/fastcgi_ispcp.conf

Code:
<IfModule mod_fastcgi.c>
        FastCgiWrapper On
        FastCgiIpcDir /var/lib/apache2/fastcgi2

        FastCgiConfig -minProcesses 1 \
                  -maxProcesses 400 \
                  -maxClassProcesses 5 \
                  -multiThreshold 80 \
                  -killInterval 60 \
                  -startDelay 5
                  # -singleThreshold 100 \
                  # -autoUpdate \
                  # -pass-header HTTP_AUTHORIZATION

        FastCgiServer /var/www/fcgi/master/php5-fcgi-starter -user vu2000 -group vu2000 -idle-timeout 300

        #
        # PHP5 SUPPORT
        #

        AddHandler php-fastcgi .php .php5

        <Location /php5/php5-fcgi-starter>
                SetHandler fastcgi-script
                Options +ExecCGI
        </Location>

        Action php-fastcgi /php5/php5-fcgi-starter
        AddType application/x-httpd-php .php .php5
</IfModule>

vu2002 gehört zu unserem Grafik Projekt.

Apache Mods wurde auf das notdürftige schon reduziert!
06-13-2009 02:03 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Hoher Server Load - the_condor - 06-12-2009, 04:51 AM
RE: Hoher Server Load - Lucan - 06-12-2009, 05:27 AM
RE: Hoher Server Load - Top44 - 06-12-2009, 08:02 AM
RE: Hoher Server Load - joximu - 06-12-2009, 08:22 AM
RE: Hoher Server Load - Knut - 06-12-2009, 03:10 PM
RE: Hoher Server Load - joximu - 06-12-2009, 04:25 PM
RE: Hoher Server Load - the_condor - 06-13-2009 02:03 AM
RE: Hoher Server Load - Lucan - 06-13-2009, 08:33 PM
RE: Hoher Server Load - the_condor - 06-15-2009, 12:54 AM
RE: Hoher Server Load - BeNe - 06-16-2009, 03:32 PM
RE: Hoher Server Load - Lucan - 06-17-2009, 01:35 AM
RE: Hoher Server Load - the_condor - 06-19-2009, 02:31 AM
RE: Hoher Server Load - Lucan - 06-19-2009, 04:57 AM
RE: Hoher Server Load - the_condor - 06-20-2009, 11:43 PM
RE: Hoher Server Load - BeNe - 06-20-2009, 11:59 PM
RE: Hoher Server Load - the_condor - 10-10-2009, 03:40 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)