Multiple wordpress installations with same plugin folder (Apache Virtualhost)

You should put this to config files of wordpress instances

define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/wordpress1/wp-content/plugins' );

place it before the /* That’s all, stop editing! Happy blogging. */ line.