Hi I tested into file /etc/profile the following : export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1 but it does not work. Please note user www-data has no home directory neither bash. It is only a technical user for Apache2 processes.
Definitely on my server, only the following definition into /etc/apache2/envvars works fine as : # trac export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1 # Bruno On Friday, 31 July 2015 00:18:37 UTC+2, RjOllos wrote: > > On Thu, Jul 30, 2015 at 12:13 PM, bcostacurta <[email protected] > <javascript:>> wrote: > >> Hi Ryan, >> >> I did not test the ~/.profile.d you mentioned and refered in the Trac >> forums >> However I find this confusing : to which user does the ~ refers to ? >> > > You'd either put the export statement in ~/.profile, or a script with the > export statement in /etc/profile.d > > In the case of the former, ~ would be the home directory of whatever user > you are running tracd under. I guess this wouldn't work in the case of > running Apache webserver with user www-data. > > I haven't tested whether a script in /etc/profile.d that exported the > variable would be visible to user www-data. > -- 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.
