Current time: 09-29-2024, 01:40 PM Hello There, Guest! (LoginRegister)


Post Reply 
fastcgi startet nicht mehr
Author Message
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #4
RE: fastcgi startet nicht mehr
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>
es sollte aber so aussehen...

greetz
12-06-2008 10:09 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
fastcgi startet nicht mehr - bacube - 12-06-2008, 02:09 AM
RE: fastcgi startet nicht mehr - ZooL - 12-06-2008, 03:41 AM
RE: fastcgi startet nicht mehr - bacube - 12-06-2008, 08:00 AM
RE: fastcgi startet nicht mehr - ZooL - 12-06-2008 10:09 AM
RE: fastcgi startet nicht mehr - soomon - 02-28-2009, 10:28 AM

Forum Jump:


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