nginx or cherokee ( +php-fpm ) for WordPress backend?

From what I’ve seen on the market, Nginx and Cherokee are pretty interchangeable for what you’re doing. If you’ve already got things set up on Nginx … there’s no reason to switch to a different system. But if you want some benchmarks … I did a quick Google search and came up with these: http://blog.mudy.info/2009/02/nginx-vs-cherokee/ … Read more

How do you seamlessly switch hosting?

Put old host in read-only mode Go to WP Admin -> Settings -> Discussion and check “Users must be registered and logged in to comment” Disable authentication: Create a PHP file inside the wp-content/mu-plugins folder, with the following content: <?php function wp_get_current_user() { return new WP_User(-1); } This will prevent all logged-in users from leaving … Read more