>> be sure to have routing enabled, the libpcre-dev must be installed. >> >> To know if it is available use --route foobar in the command line > > $ ./uwsgi --route > ./uwsgi: unrecognized option '--route' > > but uwsgi was compiled with pcre: > > $ ldd uwsgi | grep pcre > libpcre.so.3 => /lib64/libpcre.so.3 (0x00007f152d81e000) > > build configuration was: > > $ cat buildconf/custom.ini > [uwsgi] > ini = true > pcre = true > spooler = true > embedded = true > udp = true > threading = true > sendfile = true > async = true > bin_name = uwsgi > plugin_dir = . > plugins = python,psgi,cgi > embedded_plugins = > signal,cache,http,dummy,router_uwsgi,router_redirect,router_basicauth > > I can't find route param in > router_uwsgi,router_redirect,router_basicauth modules source
you need routing = true in build profile -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
