> Pasting the output of the above ... > > nitin@nitin:~/finhealth$ uwsgi -s 127.0.0.1:9090 -M 4 -t 30 -A 4 -p 4 > unable to load configuration from 4 > nitin@nitin:~/finhealth$ > > I am on Linux Mint 17 Mate, Kernel is 3.16.1, 64bit > >
Please, (really, please) do not copy&paste command line from blog posts without understanding. I have seen that command line dozens of times (but unfortunately i was not able to catch the guilty ;). It is wrong: -M does not take an argument (that is why the '4' is taken as final parameter) -A 4 means "allocate 4 pages of shared memory area" and i am really doubtful you need it. I strongly suggest you to start over from here: http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html It covers all you need for basic deployments -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
