Search results for "the memcache extension must be loaded for using this backend"

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

ker MPM instead of Prefork MPM. More information about Apache Worker MPM vs. Prefork MPM » Installation Suggestions and Modification of Defaults Be sure to install the newest version of APC, 3.1.9 as of the last revision of this post (I assume you know how to install and configure all the packages mentioned in this post): pecl install apc For W3 Total Cache (WordPress plugin): Page Cache: do not choose APC for the W3TC’s Page Cache, choos… 8, 0, 0, 0 and 17.66

Comments { 43 }

Load Balancing Virtualmin WordPress Hosting Server with Varnish on AWS

lave instances. Slave Server pairs for Virtualmin/Apache and Webmin/MySQL can be created to respond in round-robin fashion to the Varnish requests. With AWS Auto-scaling, more instances can be created on-demand if load on the backend servers is too great. EBS snapshots of primary database server and web server will provide speedy recovery from catastrophic failure. S3 backups of virtual domains on the primary Virtualmin/Apache server will provide… 2, 0, 0, 0 and 5.64

Comments { 3 }

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

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 WordPress installed in a subfolder. This info also assumes you have successfully installed APC Cache on your server, and set up a clean install of Virtualmin with Nginx as the Alternative Web Server. Switching from Apache to Nginx later is difficult, as is tra… 3, 0, 0, 0 and 5.51

Comments { 11 }

Remote publishing to WordPress from Facebook via RSS

Most WordPress developers know you can use one of several plugins to publish from WordPress to a Facebook wall, app or fan page. Did you know you can also do the opposite? You can publish from Facebook to WordPress by using the FeedWordPress plugin and the RSS feed from your fan page. This can be handy for clients who want to keep their site updated with blog posts, or share links and information, but don’t necessarily want to spend the ti… 3, 0, 0, 0 and 4.72

Comments { 3 }

Apache config for Worker MPM vs Prefork MPM

hat my server had much better memory usage under Worker 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&#… 2, 0, 0, 0 and 4.16

Comments { 1 }

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.14

Comments { 0 }

Image Manipulation in WordPress Editor – Crop, Rotate, Resize Images

all of the image files attached to a post… it lends itself to slideshows, etc. But recently I had a question about rotating images within the editor, and I went searching for a plugin to do it… and found Scissors. This plugin adds cropping, resizing, and rotating functionality to WordPress’ image upload and management dialogs. I just loaded and activated Scissors, so I’m going to try it out to see how it works… this … 1, 0, 0, 0 and 2.58

Comments { 1 }

Recursive chmod Tricks

Recursively chmod only directories find . -type d -exec chmod 755 {} \; Similarly, recursively set the execute bit on every directory chmod -R a+X * The +X flag sets the execute bit on directories only Recursively chmod only files find . -type f -exec chmod 644 {} \; Recursively chmod only PHP files (with extension .php) find . -type f -name ’*.php’ -exec chmod 644 {} \; … 1, 0, 0, 0 and 2.36

Comments { 1 }

Chamber of Commerce Website

website for Cleveland, TN Chamber of Commerce This website for Cleveland Tennessee’s Chamber of Commerce features: Community calendar used by many organizations to publicize their events Flash slideshow Dropdown and contextual menu system to make navigation of the site very intuitive for the site’s many business, organization and individual users Detailed contact forms for ordering printed materials The site is maintained by Chambe… 1, 0, 0, 0 and 1.57

Comments { 0 }