It simply defines which language plugin requests that come from the HTTP "frontend" (c.f. the uwsgi native protocol frontend, etc.) are routed to.
It seems you can use the internal routing language to set the modifier per-request using the router_uwsgi plugin: https://uwsgi-docs.readthedocs.org/en/latest/InternalRouting.html#uwsgi Oh and the option _is_ actually documented (though very unhelpfully tersely), btw: https://uwsgi-docs.readthedocs.org/en/latest/Options.html#http-modifier1 Aarni -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gilles Sent: 29. huhtikuuta 2014 16:37 To: [email protected] Subject: [uWSGI] What does "http-modifier1" really do? Hello Since I have this in my INI file to run Lua scripts through CGI... http-modifier1=9 ;cgi plug-in ... I'd like to know what it really does. I searched for "http-modifier1" in the online doc, but "Your search did not match any documents." http://uwsgi-docs.readthedocs.org/en/latest/ Next, I tried through Google, but didn't fare better: site:uwsgi-docs.readthedocs.org/en/latest/ http-modifier1 What does it do really? If running different scripts in different languages, can I have several occurences of http-modifier1? Thank you. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
