On Monday, July 27, 2015 at 11:07:18 PM UTC-7, bcostacurta wrote: > > Hello, > > my Trac version is v1.0,8 > > In the Apache log : > > (..) Warning: Detected setuptools version 5.5.1. The environment variable > 'PKG_RESOURCES_CACHE_ZIP_MANIFESTS' must be set to avoid significant > performance degradation., referer: http://costacurta.org/trac > > > In the setuptools documentation I found the following explanaton : > > (..) > If you're using setuptools versions *5.4* through *5.6*, the environment > variable PKG_RESOURCES_CACHE_ZIP_MANIFESTS should be set, otherwise the > performance of Trac will be significantly degraded. > > - Linux: $export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1 > > (..) > > however I'm confused about the correct location and/or user env. variable > where to define this variable. > My Trac server is hosted under Debian + Apache. > > Thanks for any clue or help. > Bruno >
Which version of Apache are you running? You could try using SetEnv in the Apache configuration: SetEnv PKG_RESOURCES_CACHE_ZIP_MANIFESTS 1 http://httpd.apache.org/docs/2.4/mod/mod_env.html#setenv -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
