Search results for "restricting memory usage of virtual hosts"

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

ache’s mod_php (php module). Less modules loaded, less wasted memory. Comment out: LoadModule 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 informati… 34, 1, 7, 0 and 82.06

Comments { 43 }

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

tion (SPI) firewall & login failure daemon (LFD) for your server: ConfigServer Firewall is an excellent free firewall & lfd. This will help prevent brute force probes, port flooding, DDOS, etc. If you have 600 virtual hosts running on a server, it is very likely that the server is experiencing constant malicious exploits, especially if you are also running email servers on the same IP addresses. Tune Apache the Sane Way (Requires Basic Ma… 17, 1, 4, 0 and 47.15

Comments { 1 }

APC Cache Considerations for Virtual Hosting Environments

hared hosting environment with APC cache, because it does allow to set php.ini and fcgiwrapper for every individual virtual host, and so to set an individual configuration for APC per virtual server. However with 200+ virtual hosts all running PHP script packages, as is the case with a commodity shared hosting server, this will use a lot of memory, and you will need somewhere in the neighborhood of 10-30GB apc.shm_size if you attempt to configure… 11, 1, 4, 0 and 31.1

Comments { 2 }

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

Virtualmin now includes support for Nginx web server. I deploy many WordPress sites with W3 Total Cache and APC Alternative PHP Cache, so I was very interested to see how Nginx performance compares to Apache for WordPress, and whether APC and W3TC would play nice with Nginx. I prefer to install WordPress in public_html/wordpress for ease of development, compatibility with other scripts, etc. Accordingly, the suggested configuration is for WordPr… 11, 0, 0, 0 and 21.01

Comments { 11 }

Apache config for Worker MPM vs Prefork MPM

ker MPM, however: some scripts (squirrelmail, phpmyadmin) do not work on a per-domain basis and must be run direct to the actual server process with symlinked directories. This is much more efficient but less convenient for virtual domain owners some /dev processes took on strange group permissions, getting the gid of the first user in the apache group. browser caching was not well supported… the dreaded “blank screen between page l… 3, 0, 2, 0 and 9.45

Comments { 1 }

Automated WordPress Installation Via Custom Virtualmin Script Installer

WordPress (or any other script) can automatically install during Virtualmin > Create Virtual Server. Virtualmin automatically creates users, MySQL database, and installs WordPress in the public_html root, then gives a link to the WordPress Installer. You can even create a custom installer with a set of plugins and themes. To create a custom script installer with plugins and themes: Download http://wordpress.org/latest.zip & unzip   add … 3, 0, 0, 0 and 5.32

Comments { 0 }

Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS

d. A simple and inexpensive extension of this system is to add CloudFront CDN, the “beta users” path. For ultimate reliability and speed, I propose the “users” path: This will take most load off of the Virtualmin/Apache and Webmin/MySQL servers, because the user will be interacting only with CloudFront CDN and Varnish Caching Servers. Load Balancing The Load Balancing layer can be deployed separate from the current config… 2, 0, 0, 0 and 3.55

Comments { 3 }

Web Hosting

Decades of experience hosting websites, from small local sites with only a few html pages, to high-traffic sites with thousands of users and pages.  Dedicated Server Custom-built to your needs and specifications, hosted in a secure and speedy U.S. data center Amazon AWS Scalable to any level of traffic, using Amazon’s EC2 virtual servers, Load Balancing, RDS MySQL, S3 Storage, Cloudfront Cache, and more Virtual Private Server Slice… 2, 0, 0, 0 and 3.55

Comments { 0 }

Apache and MySql Performance Tuning for High Traffic Website

SoccerNews.com is a high traffic WordPress site with over 600,000 unique visitors and over 2,000,000 page impressions per month. It is a content republisher and aggregator, presenting custom XML feeds for (what else?) soccer news from all over the world. The site has a very active user base, providing content in the forms of editorials and comments on news items. Advertising and sponsored referrals provide the revenue stream. SoccerNews.com webs… 0, 0, 2, 0 and 3.29

Comments { 0 }