Hi, Is it possible to use uWSGI without python module? I tried to run it in this way:
$ ./uwsgi --http 0.0.0.0:8080 --check-static `pwd` --static-index index.html I've got only -- unavailable modifier requested: 0 -- After appending --plugins python (but not cgi or psgi) all works fine - there are no error and static pages are displayed -- Thanks, Eugene Prokopiev _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
