Search results for "memcached virtualmin"

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… 19, 1, 1, 0 and 38.56

Comments { 11 }

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

APC INFO Monitor My Virtualmin CentOS 5.6 Virtual Private Server runs several virtual domains with PHP under FCGId using APC for opcode caching: Joomla, PHPbb, WordPress, etc . APC is somewhat challenging to configure properly with fcgid-enabled virtual domains, but it is quite helpful to optimize system resources and prevent traffic surges on one site from affecting overall server performance. Joomla and PHPbb have code that is pre-optimized wi… 4, 0, 1, 0 and 12.93

Comments { 43 }

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… 5, 1, 0, 0 and 12.41

Comments { 3 }

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, 1, 0, 0 and 8.87

Comments { 0 }

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, 1, 0 and 4.88

Comments { 2 }

Résumé

…ct ESRI ARCWeb Google Postini spam/virus filter system administration, Google AdWords, GoogleMaps API CentOS, Ubuntu, Linux Apache web server, Windows NT & 2000 web server cPanel Web Host Manager web server administration Virtualmin | Webmin web host and server administration Websites See my current portfolio: http://chrisgilligan.com/portfolio/ Video The Krystal Company GrillCam originally conceived and edited for major athletic stadium p… 1, 0, 0, 0 and 1.77

Comments { 0 }

Apache config for Worker MPM vs Prefork MPM

Some installations of Apache will have been compiled to work with either Prefork or Worker MPM, but most by default are compiled only to work with Prefork. Changing to Worker MPM may allow your server to handle much higher traffic, more user sessions, with less RAM use. Your site or server will not scale well if it is running Prefork MPM. Worker is a bit more difficult to set up properly, and has some restrictions regarding functionality of PHP … 1, 0, 0, 0 and 1.77

Comments { 1 }