Routing requires pcre development package to be installed, default build
profile will detect pcre and enable routing.


2013/7/18 José Bastos Neto <[email protected]>

> Greetings,
>
> I was not subscribed to the list when I tried to post this question
> beforehand - so, I'm sending it again. I apologize if it comes as a
> duplicate.
>
> I am trying to get uwsgi to work @ heroku with the configuration below.
>
> [uwsgi]
> [...]
> route = ^/reports log:someone called /reports
> route = ^/test log:someone called /test
> route = .* log:someone called generic
> [...]
>
> The routing does not work at all.
>
>
> If I run an heroku terminal session:
> heroku run bash
> ~ $ ./.heroku/python/bin/uwsgi --route
> ./.heroku/python/bin/uwsgi: unrecognized option '--route'
>
> How can I install uwsgi on heroku with routing support?
>
> Jose
>
>
>
>
>
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>
>


-- 
Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to