can some one please help ??
I tried uwsgi --paste <production.ini> but that also gives me "uwsgi
segmentation fault error" and doesn't host the application.
All the previous threads on this topic have expired links and so actual
help from them.
Help on this is really appreciated
With Regards,
Dinesh.
On Wednesday, 22 March 2017 19:41:51 UTC-7, D R Dinesh Kumar wrote:
>
> Hi All,
>
> I am trying to host tg2 app on uwsgi.
>
> my uwsgi.ini file contains:
> ---------------------------------------
> [uwsgi]
> module = wsgi:application
> master = true
> processes = 1
> socket = app.sock
> chmod-socket = 664
> vacuum = true
> die-on-term = true
> lazy = true
>
> and wsgi.py contains:
> --------------------------------
> APP_CONFIG = 'path-to-production.ini'
> from paste.deploy import loadapp
> application = loadapp('config:%s' % APP_CONFIG)
>
> I am not sure if wsgi.py has the right way of calling the application for
> uwsgi.
>
> Please help.
>
> With Regards,
> Dinesh.
>
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"TurboGears" 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 https://groups.google.com/group/turbogears.
For more options, visit https://groups.google.com/d/optout.