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


Post Reply 
Error upgrading RC3 -> RC4
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Error upgrading RC3 -> RC4
hm, the fastcgi_ispcp.conf is broken

You should have something like this (after the license text):
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 300
                      # -singleThreshold 100 \
                      # -autoUpdate \
                      # -pass-header HTTP_AUTHORIZATION

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

        #
        # 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>

/J
04-01-2008 02:54 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Error upgrading RC3 -> RC4 - Adel - 03-31-2008, 09:56 AM
RE: Error upgrading RC3 -> RC4 - DmT - 03-31-2008, 11:08 AM
RE: Error upgrading RC3 -> RC4 - Adel - 03-31-2008, 11:24 AM
RE: Error upgrading RC3 -> RC4 - joximu - 04-01-2008 02:54 AM
RE: Error upgrading RC3 -> RC4 - Zothos - 04-01-2008, 02:58 AM
RE: Error upgrading RC3 -> RC4 - Adel - 04-01-2008, 03:41 AM
RE: Error upgrading RC3 -> RC4 - bpratt - 04-23-2008, 10:39 AM
RE: Error upgrading RC3 -> RC4 - joximu - 04-23-2008, 11:29 AM
RE: Error upgrading RC3 -> RC4 - bpratt - 04-23-2008, 11:55 AM
RE: Error upgrading RC3 -> RC4 - joximu - 04-23-2008, 08:24 PM

Forum Jump:


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