Hi,
I have a big problem with FastCGI for php.
I created an another the master file (conf-custom) vhost to change these values :
Code:
# Idle fastcgi will not be killed if their count is less than n
# Set this to 0, and tweak IdleTimeout
DefaultMinClassProcessCount 0
# DefaultMaxClassProcessCount n (100)
# The maximum number of fastcgi application instances allowed to run for
# particular one fastcgi application.
DefaultMaxClassProcessCount 4
I regenerate the vhost's config for my website, everything fine.
Then I used ab to test my server while monitoring it with top.
Code:
ab -n500 -c20 http://my-website.com/index.php
Top said that there was 20 php-cgi spawn by apache ... instead of the max I set (4) ...
I tried with FcgidMaxProcessesPerClass (
http://httpd.apache.org/mod_fcgid/mo...cessesperclass), make it global in http.conf etc ... every time it's ignored ...
I don't know what to do ... I tried everything I know and every time it's failed ...
I used this tutorial to install my server :
http://www.howtoforge.com/perfect-se...nny-ispconfig3 (apache2-mpm-prefork)
Just used aptitude instead of apt-get.
I compiled and added eAccelerator (try with and without nothing change)
Then ... help ...
Edit : wait for the moderator to approve my last post with the solution.
Recent comments
10 hours 59 min ago
16 hours 4 min ago
20 hours 28 min ago
22 hours 17 min ago
1 day 12 hours ago
1 day 12 hours ago
1 day 17 hours ago
2 days 12 min ago
2 days 1 hour ago
2 days 2 hours ago