For example, there're two versions of django (1.1, 1.4) installed on the server, and two versions of python(2.6,2.7) as well. Is there a way to check which version of python/library is being used by WSGI?
(in other words, is there a way to check which interpreter is used to run the scripts under /etc/apache2/wsgis-available/ directory)