I am using CMS website based on apache tomcat.
I want to migrate and renewal this to apache + django.

The infrastructure consists of two apache(loadbalancing), two 
tomcat(loadbalancing), and three MySQL servers (MMM).

<Current workers.properties of my web server>
...
worker.addelivery01.reference=worker.template
worker.addelivery01.host=10.10.10.4
worker.addelivery01.port=8080

worker.addelivery02.reference=worker.template
worker.addelivery02.host=10.10.10.5
worker.addelivery02.port=8080

worker.addelivery.type=lb
worker.addelivery.balance_workers=addelivery01,addelivery02
worker.addelivery.sticky_session=True
...

web server1 10.10.10.2
web server2 10.10.10.3


Building test apache + Django on one server was a success using mod_wsgi.
But I don't know how to access remotely in a separate environment(between 
apache server, Django server).
I couldn't find any document related it.

I want to know how to work like workers.properties above.

Do you have an idea?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c8b255fb-adac-4965-b6a3-b554303e0553%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to