Hi guys, I was wondering if its possible to configure several Django instances which exist under same user to work in mod-wsgi with Apache. For eg., i have a user 'myuser'. I have three instances in myuser as: /home/mysuser/main /home/myuser/01site /home/myuser/02site Each instance having a separate wsgi file in their respective names in it.
and then i tried a setup like this -> http://pastebin.com/gVWW0f2W But the site went into indefinite 'loading' loop. Am i missing something here. Please help me. PS: I cant create any other user for this, as i am not allowed to do it My configs: Apache 2.2.8 Python 2.6.6 Django 1.2.3 mod_wsgi 3.3 -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
