On Jan 5, 11:57 pm, "Graham Dumpleton" <[email protected]> wrote: > 2009/1/6 rupert.thurner <[email protected]>: > > Also, have you considered having Apache serve up static files > directly. I think there is something in Trac documentation about that, > but stupidly maybe under either mod_python or CGI instructions. >
i tried it, but i must be blind as this works Alias /test/tracproject1/chrome/common /opt/csw/lib/python/site- packages/Trac-0.11.2.1-py2.5.egg/trac/htdocs while this (to cope with trac parent environment) does not: AliasMatch /test/[^/]*/chrome/common /opt/csw/lib/python/site- packages/Trac-0.11.2.1-py2.5.egg/trac/htdocs it ends with "Firefox has detected that the server is redirecting the request for this address in a way that will never complete". the url: * http://server.net/test/ecms/chrome/common/css/wiki.css becomes: * http://server.net/test/ecms/chrome/common/css/wiki.css/index.html/index.html/index.html/... rupert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
