On Thu, Jan 20, 2011 at 12:06 PM, Franck <[email protected]> wrote: > Dear all, > > Actually I answered my own question : the session engine sets up an > application processor which interacts with the store at every request > (including JS/IMG/CSS since I use a web.py controller for them).
Serve static files off a normal HTTP server. There are many tutorials[1] about on the topic, and for servers like nginx, it's fairly easy to do. I actually use this as a standard setup for my apps that run on bjoern WSGI server in the back, and nginx serving statics and rev proxying to bjoern at the front. http://tumblr.intranation.com/post/766288369/using-nginx-reverse-proxy -- Branko Vukelic [email protected] http://www.brankovukelic.com/ -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
