Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacques/butler

Digg has a bunch of web servers. One of the problems with running a bunch of web servers is that you sometimes need to get information from each one individually. Or maybe you need to run operations on each one individually. For instance, we use APC to cache configurations and other data. Without restarting Apache we can use Butler to clear configurations from APC or alter APC keys. We also use it to get a bunch of PHP-specific information (e.g. PHP modules and PEAR packages).
https://github.com/jacques/butler

Last synced: about 1 month ago
JSON representation

Digg has a bunch of web servers. One of the problems with running a bunch of web servers is that you sometimes need to get information from each one individually. Or maybe you need to run operations on each one individually. For instance, we use APC to cache configurations and other data. Without restarting Apache we can use Butler to clear configurations from APC or alter APC keys. We also use it to get a bunch of PHP-specific information (e.g. PHP modules and PEAR packages).

Awesome Lists containing this project