> 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.
It is a shortcut telling uWSGI to use the CGI plugin for every request. For more complex scenarios you have the internal routing subsystem: http://uwsgi-docs.readthedocs.org/en/latest/InternalRouting.html -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
