OK, I have been getting this error a lot and I don't know what it means or how to fix !! I hope someone here may know';
mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper
Thanks in advance :)
OK, I have been getting this error a lot and I don't know what it means or how to fix !! I hope someone here may know'; mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper Thanks in advance :) DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
another error; mod_fcgid: stderr: PHP Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /var/www/vhosts/socialmunch.com/httpdocs/inc/utils.inc.php on line 1053, referer: http://www.socialmunch.com/join.php DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
another; mod_fcgid: stderr: PHP Warning: htmlspecialchars(): Invalid multibyte sequence in argument in /var/www/vhosts/socialmunch.com/httpdocs/inc/utils.inc.php on line 268, referer: http://www.socialmunch.com/join.php DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
for the second warning you have to set the "open_basedir" php parameter to "off" http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
Another; mod_fcgid: stderr: PHP Warning: Division by zero in /var/www/vhosts/socialmunch.com/httpdocs/inc/classes/BxDolPaginate.php on line 202 DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
umm looking at this now .... all these errors seems to have happened all of sudden .... there is a process thats running none stop and consuming CPU etc .... I need to identify and fix these issues asap Thanks for the second warning you have to set the "open_basedir" php parameter to "off"
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
top - 19:19:00 up 59 min, 1 user, load average: 2.91, 6.00, 4.59 Tasks: 500 total, 9 running, 491 sleeping, 0 stopped, 0 zombie Cpu(s): 12.9%us, 9.1%sy, 0.0%ni, 77.5%id, 0.5%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 16447788k total, 2397780k used, 14050008k free, 70656k buffers Swap: 4194288k total, 0k used, 4194288k free, 474588k cached
this seems crazy to me ^^^^^ Last week my network received 130,000 uniques and there was no issue with server! today my network is very quiet and yet I have many issues....... DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
OK, I have done this .... thank you :) can you advise with other errors ?? for the second warning you have to set the "open_basedir" php parameter to "off"
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
This is like WTTFFF?! top - 20:31:34 up 2:12, 2 users, load average: 0.85, 0.60, 0.72 DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
1) mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper 2) PHP Warning: htmlspecialchars(): Invalid multibyte sequence 3) Division by zero 4) CPU http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
I cannot seem to find this file .... Have also just optimized tables in DB check your "MaxProcessCount" setting in "fcgid.conf"
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
this file should be somewhere in "/etc" ... change to this directory and use the command "find . -name fcgid.conf" if you cant find it use the command "grep -rnI MaxProcessCount" in the same directory, you should find it this way ... http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
ok so I run this command etc]# vi httpd/conf.d/fcgid.conf and got the following; # This is the Apache server configuration file for providing FastCGI support this file should be somewhere in "/etc" ... change to this directory and use the command "find . -name fcgid.conf" if you cant find it use the command "grep -rnI MaxProcessCount" in the same directory, you should find it this way ...
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
try to increase "FcgidMaxProcesses" ... default value is 1000 ... read this http://2bits.com/articles/apache-fcgid-acceptable-performance-and-better-resource-utilization.html http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro |
I'm confused .... mine shows as 20 ............. I'm still very much learning about all this :( try to increase "FcgidMaxProcesses" ... default value is 1000 ... read this http://2bits.com/articles/apache-fcgid-acceptable-performance-and-better-resource-utilization.html
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
I take it 20 = 2000 I'm confused .... mine shows as 20 ............. I'm still very much learning about all this :( try to increase "FcgidMaxProcesses" ... default value is 1000 ... read this http://2bits.com/articles/apache-fcgid-acceptable-performance-and-better-resource-utilization.html
DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |
I changed it to >> 45 DedicatedServer4You.com -- BIGGEST Range of Dedicated Servers at the Lowest Price! |