moinmoin install nginx uwsgi

=== Config nginx ===

{{{ server { #server_name wiki.example.com; listen 4081; #access_log /var/log/nginx/access.log; #error_log /var/log/nginx/error.log;

location / {
    include uwsgi_params;
    uwsgi_pass unix:///srv/www/moin/moin.sock;
    uwsgi_modifier1 30;
}

} }}}

vi /etc/init/moin.conf {{{ description "moin uwsgi service"

start on runlevel [2345] stop on runlevel [!2345 ...

more ...

nginx/unavailable modifier requested 30 uwsgi

{{{ your server socket listen backlog is limited to 100 connections Operational MODE: single process no app loaded. going in full dynamic mode uWSGI is running in multiple interpreter mode spawned uWSGI worker 1 (and the only) (pid: 5207, cores: 1) -- unavailable modifier requested: 0 -- -- unavailable modifier requested: 0 -- -- unavailable modifier ...

more ...