apache server not using proper virtualenv with WSGI setting
问题 I am facing a problem related to django wsgi script. I have been using two virtualenv for my two application and I have deployed these two application on my local server with different port. Apache configuration file for first Appplication looks like: listen 8081 WSGIPythonPath /home/user/app1:/home/user/virtual-env1/lib/python2.7/site-packages <VirtualHost mylocalip:8081> ServerAdmin webmaster@localhost ServerName www.app1.com DocumentRoot /home/user/app1 <Directory /home/user/app1/static