Hi, I'm deploying my application with Apache using the proxy method, one thing I want to do is have all static files served directly by Apache without going to CherryPy for this. It was easy enough for the /static directory since I know where it is and it's part of my application so I control it completely. It doesn't work for the likes of tg_js and any other dynamically created static directories. I can manually add such files when I find them, but the file I am redirecting to will change when I upgrade TG and it will be a pain to keep track of it.
What I'd like is to have a way to query a running application of all the static paths/files and to generate a mod_rewrite file that I can include from Apache so it will update automatically. What do you think? Baruch --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

