I've noticed that the frontend is running WSGI but in order to use admin I have to start it manually on the shell with port forwarding in order to do any work on the backend.
I added an entry from the script to /etc/rc.local to handle the admin side of things so I don't have to login to my dev box to start it each time when the VM comes back up. The load balancer should be running the SSL and handling that. Why would one need SSL from the load balancer to the worker nodes on a "trusted" network? You would jsut be adding overhead to something that should be on the same machine or the same VLAN. On Nov 17, 9:49 am, mdipierro <[email protected]> wrote: > db.define_table(...,migrate=False) > > On Nov 17, 4:35 am, Mengu <[email protected]> wrote: > > > massimo, > > > while in production mod, is it possible to stop web2py checking if the > > tables and fields are in database? if it's not possible, can you make > > this an option for the next version? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

