Hi, I tried to run uWSGI in this way:
$ ./uwsgi --http 0.0.0.0:8080 --plugins psgi --psgi `pwd`/hello.psgi *** Starting uWSGI 1.1-dev (64bit) on [Mon Feb 13 14:35:32 2012] *** compiled with version: 4.5.1 20101130 (ALT Linux 4.5.1-alt8) on 13 February 2012 08:13:26 current working directory: /home/enp/uwsgi detected binary path: /home/enp/uwsgi/uwsgi *** WARNING: you are running uWSGI without its master process manager *** your memory page size is 4096 bytes detected max file descriptor number: 1024 uwsgi socket 0 bound to TCP address 0.0.0.0:8080 fd 3 initializing Perl 5.12.3 environment your server socket listen backlog is limited to 100 connections *** Operational MODE: single process *** PSGI app 0 (/home/enp/uwsgi/hello.psgi) loaded at 0x740cc8 *** uWSGI is running in multiple interpreter mode *** spawned uWSGI worker 1 (and the only) (pid: 15436, cores: 1) But I've got error on load http://192.168.191.200:8080 : -- unavailable modifier requested: 0 -- What's wrong? -- Thanks, Eugene Prokopiev _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
