For a site with --wpfc, what services need a restart to fully flush all caches?
Occasionally we’ve had trouble where caching is keeping some old code around, what services (and the specific commands) should we issue to fully restart nginx, fast-cgi, zend, etc – basically all services without resorting to shutdown -r now?
This last instance came up with a broken plugin and renaming the plugin directory didn’t help because some of the WordPress php files we’re still cached referencing the plugin. We had to reboot to flush it, so we’d like a process to flush this sort of thing without a reboot.
Cheers!