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
