Hi there, I found a post discussing static file serving. I am also from PHP and has the same confusion. I have a thinking, why cannot we use an internal variable such as web.static_path (which default to "/ static/") to specify which folder is static? This way, we can specify more than one static folder such as /styles/, /img/, /downloads/, this will be handy. And this static_path variable can be a regex, or a list/tuple of string/regex. What do you think?
2ndly, if use webpy with other servers such as apache or the GAE, is the /static/ file serving directly hand-over to the web server, or it is still streamed by webpy? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
