ispCP - Board - Support
Fastcgi-2.4.SNAP + Error500 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: General discussion (/forum-11.html)
+--- Thread: Fastcgi-2.4.SNAP + Error500 (/thread-5462.html)

Pages: 1 2


Fastcgi-2.4.SNAP + Error500 - pick - 01-18-2009 07:44 PM

Hello,

Sorry for my poor english , I'm a french guy.

I tested fastcgi-SNAP and debianised source packet, this is a succes and in seen I have no more error 500.
I modified default values in mod_fastcgi.h and compiled this package.
values modified
Code:
#define MOD_FASTCGI_VERSION "mod_fastcgi-2.4.7"

#define FCGI_DEFAULT_IDLE_TIMEOUT 30
#define FAILED_STARTS_DELAY 120
#define FCGI_DEFAULT_MAX_PROCS  100        
#define FCGI_DEFAULT_MAX_CLASS_PROCS 20  
#define FCGI_DEFAULT_KILL_INTERVAL 60
#define FCGI_DEFAULT_UPDATE_INTERVAL 60
#define FCGI_DEFAULT_THRESHOLD_1 1
#define FCGI_DEFAULT_PROCESS_SLACK 10
#define FCGI_DEFAULT_AUTOUPDATE 1
fastcgi-2.4.7.deb for lenny
fastcgi-2.4.7.deb for etch
This is a beta test , I'm not responsible a unstable server. My server is stable and attempt a return for me.

bye
Pick


RE: Fastcgi-2.4.SNAP + Error500 - BeNe - 01-19-2009 05:13 PM

Thanks for Info!
How long does your Server now run with this FastCGI version ?

Greez BeNe


RE: Fastcgi-2.4.SNAP + Error500 - pick - 01-19-2009 07:46 PM

hy,

My server run for 3 days with this version.


Traffic server is 8000/per days and +/- 15gg /per days

Bye

Pierrick


RE: Fastcgi-2.4.SNAP + Error500 - RatS - 01-20-2009 02:49 AM

Thx for this info, I stick the thread!


RE: Fastcgi-2.4.SNAP + Error500 - pick - 01-24-2009 11:24 PM

hy;

My server is very stable since fastcgi-2.4.7 .
Nobody test this module ?


Pierrick


RE: Fastcgi-2.4.SNAP + Error500 - BeNe - 01-26-2009 04:49 AM

My Server runs well the last Month so i donĀ“t see here any needs.
And my TestServer runs with OpenBSD theese days... sorry!

Can you see any changes about needed Memory on your Server with this Module ? Does it take more/less/same RAM ?

Greez BeNe


RE: Fastcgi-2.4.SNAP + Error500 - pick - 01-26-2009 07:11 PM

Hy thanks Bene ,

My server loaded forward ( 20 < 150 ) and user totaly memory and swap.
Since used fastcgi-2.4.7 , my server don't load tremendously is used 50% of memory and no swap.

My config :

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

         # FastCgiConfig -minProcesses 5 \
         #         -maxClassProcesses 20 \
          #        -multiThreshold 100 \
           #       -killInterval 60 \
            #      -startDelay 2 \
             #     -restart-delay 2 \
              #    -autoUpdate \
        #         -init-start-delay 1 \
        #         -processSlack 5 \
        ##        -maxProcesses 400 \
        #         -singleThreshold 100
                  #-updateInterval 100
                  #-maxProcesses 300 \

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

        #
        # PHP5 SUPPORT
        #

        AddHandler php-fastcgi .php .php5 .php4 .php3

        <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 .php3 .php4
</IfModule>

Code:
#!/bin/sh

umask 022

PHPRC="/var/www/fcgi/master/php5/"

export PHPRC
PHP_FCGI_CHILDREN=3
export PHP_FCGI_CHILDREN
PHP_FCGI_MAX_REQUESTS=200
export PHP_FCGI_MAX_REQUESTS

exec /usr/bin/php-cgi

This server not used mysql-server , I dedicated server for mysql.

Pierrick


RE: Fastcgi-2.4.SNAP + Error500 - menki - 02-03-2009 02:25 AM

i have the same problem on my servers....the programmer of the fastcgi says me that i must install a newer version of fastcgi to solve the problem.

can i install and compile it without problems witd ispcp and apache ?
i have debian etch 64bit server with ispcp RC6.

i have over 1100 domains on one very fast server. when something does not work than i have a big problem. Smile

in this thread i can found deb files for 32 bit debian but not for 64bit??

THANKS

MENKI


RE: Fastcgi-2.4.SNAP + Error500 - pick - 02-04-2009 10:58 PM

hello,

This releases is for debian 32 etch or lenny .
I can you it compiled for debian 64 on other server.

Pick

this package for 64bits mod_fastcgi_64bits

Wink


RE: Fastcgi-2.4.SNAP + Error500 - menki - 02-07-2009 05:22 AM

thank you for the 64bit deb. the problem is solved. Smile

the 2.4.2 version ist buggy on high load networks. 2.4.7 is much better.

MENKI