Hi Dmitry, Yes, I'm aware that you can install via pip in this manner, but I'm looking to use the latest *stable* uwsgi. Thanks!
James On Mon, Mar 21, 2011 at 5:20 AM, Dmitry Gladkov <[email protected]>wrote: > You can install the latest tip from repo via pip by "pip install > hg+http://projects.unbit.it/hg/uwsgi". It's still more complex than > "pip install uwsgi", but you don't need to deal with manual repo > pull/make/install > > > On Sun, Mar 20, 2011 at 4:27 PM, James <[email protected]> wrote: > > Roberto - thanks for the fix. I'll probably wait until 0.9.7.1 is out, > so I > > can just do "pip install uwsgi". I love how easy that install is now. > ;) > > > > On Sun, Mar 20, 2011 at 12:15 AM, Roberto De Ioris <[email protected]> > wrote: > >> > >> > >> > > >> > > >> > The problem I'm seeing is that the log file created at > >> > /home/example/logs/uwsgi.log is owned by root most of the time. I > have > >> > seen > >> > them owned by the 'example' user occasionally, but I don't know why. > I > >> > would presume that since the vassal uwsgi process group is running as > >> > the > >> > 'example' user, the log file would be written out with 'example' > >> > user/group > >> > ownership. I would appreciate your insight. > >> > >> > >> pull the latest tip, it adds the --logfile-chown option > >> > >> logfile-chown = true > >> > >> This will reset the logfile permission to the process-owner ones > >> > >> > >> > > >> > If you have any other tips for my configuration, please feel free to > >> > share! > >> > > >> > >> > >> It is a good config :) > >> > >> > >> -- > >> Roberto De Ioris > >> http://unbit.it > >> _______________________________________________ > >> uWSGI mailing list > >> [email protected] > >> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > > > > > _______________________________________________ > > uWSGI mailing list > > [email protected] > > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > > > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
