![]() |
Advice for low-end servers
Dear all,
I'm happily using ISPConfig3 with a pool of low-end VMs (2 core XEON and 512 MB RAM). These VMs mainly hosts Wordpress instances and a couple of Drupals. This is why the most applied PHP configuration is FastCGI. I had many resources issues at the beginning (every 3 days the server was out of memory and killing processes randomly) then I deactivated clamd and amavisd and it got better. Also I tried and configured some options in /etc/httpd/conf.d/fcgid.conf: Code:
# This is the Apache server configuration file for providing FastCGI supportI got only this error: Code:
PHP Deprecated: Function eregi() is deprecated in /usr/share/phpmyadmin/libraries/select_lang.lib.php on line 147Code:
mod_fcgid: can't apply process slot for /var/www/php-fcgi-scripts/web23/.php-fcgi-starter |
http://www.howtoforge.com/configurin...um_performance
You might want to try KeepAliveTomeout 2 Also, you might be better off with PHP-FPM (with pm = ondemand) instead of FastCGI. http://www.howtoforge.com/using-php5...n-ubuntu-12.10 |
regarding the eregi error, you should upgrade your wordpress to the latest version.
Alternatively you could replace eregi with the new preg_match syntax |
| All times are GMT +2. The time now is 03:07. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.