How Do I Rollout WP-Cache To 1000 WordPress Blogs?

Posted by Volomike on Stack Overflow See other posts from Stack Overflow or by Volomike
Published on 2010-05-05T23:51:22Z Indexed on 2010/05/05 23:58 UTC
Read the original article Hit count: 203

Filed under:
|
|

My client has 1000 WordPress blogs hosted on a server for customers. Each one is in its own domain through cpanel and SuPHP, running in CGI mode on Apache2.2. Now he wants me (I'm the PHP programmer) to get WP-Cache loaded out on each of these blogs and not just activated, but enabled. He also wants the timeout value set to 2 days instead of the default setting.

I have root on LAMP.

What is the preferred way to roll out an update to each blog such that on a page view, it sees if WP-Cache is enabled or not. If not, it needs to copy it out from a central source, activate it, and then enable it along with the different timeout value being used.

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about update