On 16 May 2011 17:25, Mr Kiwi <[email protected]> wrote:
> zelegolas,
>
> If i understand the situation correctly, you just need to run an apache
> instance with modwsgi compiled for python2.6, where you would run all your
> projects which use python2.6.
> Then, say on port 81, run another instance of apache with modwsgi compiled
> for python2.7, and again all your python2.7 projects sit under this.
>
> The only think you cant do is run 2.6 projects and 2.7 projects on port 80
> at the same time, but it sounds like you're in development, not production
> anyway,
>
> Graham will hopefully correct me if im wrong,

That is where you would actually run the two Apache instances on high
ports, eg 8080 and 8081, and the  run nginx on port 80 and proxy
appropriate URL namespaces to the Apache instances.

If desired, nginx can then be use for more high performance static
file serving and as means of isolating Apache from slow HTTP clients,
allowing Apache to run more efficiently few fewer process/thread and
memory resources.

Graham

> Regards,
>
> MrKiwi
>
> zelegolas wrote:
>>
>> If I understand well mod_wsgi is completely useless in my case :(
>> Anyway thanks for your answer Graham
>>
>>
>
> --
> 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.
>
>

-- 
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.

Reply via email to