Open PAStheLoD opened 9 years ago
Thanks for your report, i have checked your workaround too. I'll check why it is happening
I have different workaround within pullrequest #1228 774cee4f129e92ee3beba0c5f22ee2f7978de6b5
Hello again!
So, I don't know why I've missed it, but it's trivial why it happens. (And it still happens, and this affects all other plugins too, that allow setting mountpoint.)
I guess there is (was) some reason why only apps mounted on '/' can become default, but the problem is, there's no fallback for other apps, and/or no way to force routing directly to app_id.
Hello!
curl http://uwsgi.it/install | bash -s rados /usr/local/bin/uwsgi
gets us uwsgi_latest_from_installer.tar.gz (size 782091, md5 087ba7b53bd4afc0f0218f5eb3398809), which says that it's 2.0.11.1)And for some reason it gives 404 for everything, because using a minimal ini file config:
And running as
uwsgi --ini /etc/uwsgi/rados.ini
results in an early return around hereFor some reason uwsgi.default_app is -1.
After patching rados.c to force wsgi_req->app_id to be 0 things started to work.
If you could enlighten me what's going on, it'd be great. Thanks!