Hey! On Jul 10, 8:56 am, openwfefan <[email protected]> wrote: > > v) Our S/W guru, looked at the performance traces and said the work > around is as follows: > > In our httpd.conf, he did the following changes > > Alias /trac/chrome/common/ "/usr/lib/python2.5/site-packages/trac/ > htdocs/" > Alias /trac/chrome/site/ "/var/tracdb/tracenv/htdocs/" > > <Location "/trac/chrome/common"> > SetHandler None > </Location> > <Location "/trac/chrome/site"> > SetHandler None > </Location> >
Great tip! Thanks! Static content is now served in milliseconds instead of sometimes 10's of seconds. I do not have to do this for non-agilo-enabled trac instances either. Cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH http://www.agile42.com and is focused in supporting Agilo for Scrum users. 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/agilo?hl=en -~----------~----~----~----~------~----~------~--~---

