Current time: 10-03-2024, 06:38 PM Hello There, Guest! (LoginRegister)


Post Reply 
lange Ladezeit bei PHP
Author Message
tobiteu Offline
Junior Member
*

Posts: 18
Joined: Jun 2007
Reputation: 0
Post: #5
RE: lange Ladezeit bei PHP
Danke, klappt jetzt schon besser. Braucht aber immer noch recht lange...
Meine conf sieht jetzt so aus:

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

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

FastCgiServer /var/www/fcgi/master/php4-fcgi-starter -user vu2000 -group vu2000

#
# PHP4 SUPPORT
#

AddHandler php-fastcgi .php

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

Action php-fastcgi /php4/php4-fcgi-starter
AddType application/x-httpd-php .php

#
# PHP5 SUPPORT
#

#AddHandler php5-fastcgi .php5

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

#Action php5-fastcgi /php5/php5-fcgi-starter

kann man da noch was optimieren? Kenne mich damit leider nicht so aus...[/code]
(This post was last modified: 02-10-2008 12:22 AM by tobiteu.)
02-10-2008 12:11 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
lange Ladezeit bei PHP - tobiteu - 02-08-2008, 05:03 PM
RE: lange Ladezeit bei PHP - Cube - 02-08-2008, 10:25 PM
RE: lange Ladezeit bei PHP - joximu - 02-08-2008, 10:34 PM
RE: lange Ladezeit bei PHP - Tschebel - 02-09-2008, 11:53 PM
RE: lange Ladezeit bei PHP - tobiteu - 02-10-2008 12:11 AM
RE: lange Ladezeit bei PHP - Cube - 02-10-2008, 12:40 AM
RE: lange Ladezeit bei PHP - tobiteu - 02-10-2008, 06:05 AM

Forum Jump:


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