Search results for "libphp5 so more memory limit"

How to Configure APC Cache on Virtual Servers with PHP running under FCGId

adModule php5_module modules/libphp5.so in /etc/httpd/conf.d/php.conf Remove any php_memory_limit lines in httpd.conf’s virtual hosts section. restart apache do some performance testing and raise your server and thread limits to sane levels in httpd.conf If possible, you may wish to run Apache with Worker MPM instead of Prefork MPM. More information about Apache Worker MPM vs. Prefork MPM » Installation Suggestions and Modification of D… 18, 0, 2, 0 and 43.06

Comments { 43 }

Tuning Apache and MySQL for Best Performance in a Shared Virtual Hosting Environment

temp sorts / 74K sorts) [OK] Temporary tables created on disk: 20% (7K on disk / 38K total) [OK] Thread cache hit rate: 99% (294 created / 105K connections) [OK] Table cache hit rate: 84% (1K open / 1K opened) [OK] Open file limit used: 71% (1K/2K) [OK] Table locks acquired immediately: 99% (684K immediate / 686K locks) [OK] InnoDB data size / buffer pool: 20.2M/28.0M ——– Recommendations —————————————————–… 8, 0, 1, 0 and 18.56

Comments { 1 }

WordPress with W3 Total Cache on Nginx with APC (Virtualmin)

d in /etc/rc.d/init.d. php-fcgi-domain1.com php-fcgi-domain2.com Script allows stop, start, restart e.g. service php-fcgi-domain2.com restart The service may also be restarted via Webmin > Services > Bootup and Shutdown Memory Considerations PHP FCGId will launch the number of sub-processes you specify in Virtualmin > Server Configuration > Website Options, so beware of the memory overhead if you specify a large number, because each w… 6, 0, 0, 0 and 12.15

Comments { 11 }

APC Cache Considerations for Virtual Hosting Environments

APC cache does not work well in a virtual hosting environment unless PHP is running as FCGID, and every individual virtual host has a unique PHP.ini and a unique fcgiwrapper. This is not the case with many virtual hosting environments because the memory and CPU requirements are too great. I suggest using Virtualmin for a shared hosting environment with APC cache, because it does allow to set php.ini and fcgiwrapper for every individual virtual h… 2, 0, 0, 0 and 4.05

Comments { 2 }

Apache config for Worker MPM vs Prefork MPM

http://articles.slicehost.com/2010/5/19/configuring-the-apache-mpm-on-centos Un-Comment HTTPD=/usr/sbin/httpd.worker in /etc/sysconfig/httpd restart apache do some performance testing and raise your worker server and thread limits to sane levels in httpd.conf If you need to recompile Apache and PHP, then you should do more research. Recompiling is not a trivial process. I found that my server had much better memory usage under Worker MPM, howe… 1, 0, 1, 0 and 3.54

Comments { 1 }

Apache and MySql Performance Tuning for High Traffic Website

sses, malware servers, bad bots, content scrapers, etc. Many of the problems leading to site crashes were due to constant bad bot traffic, security probes and Denial of Service attacks. Connection Tracking in the firewall now limits the amount of resources a single legitimate IP address can monopolize, in addition to blacklisting attackers. This is the first step to proper web server performance in today’s Internet climate. Popular sites t… 0, 0, 1, 0 and 1.52

Comments { 0 }