Hi guys, uwsgi --http-socket :8080 --route "/ log:hello"
This one works by printing a "hello" to the stdout log. uwsgi --fastcgi-socket :9000 --route "/ log:hello" This one doesnt work > --- no python application found, check your startup logs for errors --- How can I make --fastcgi-socket work with internal routing?
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
