> 2012/2/13 Roberto De Ioris <[email protected]>: > >> If you plan to use at least one (cgi for example) simply add >> --http-modifier1 <n> where n is the number of the modifier (9 for cgi). > > ./uwsgi: unrecognized option '--http-modifier1' > > This option is commented in trunk http.c > >> If you want to use it only for file serving then you need a dummy >> plugin: > > <skip> > > Maybe include this dummy module into uWSGI source? >
retry with the latest tip, the dummy plugin has been added: http://projects.unbit.it/uwsgi/browser/plugins/dummy/dummy.c by default it load itself as the 0 request plugin (obviously this will clobber the python one). You can force it to load as a different number using the new plugin loading subsystem: --plugin 170:dummy,35:python you can map plugins to modifier in realtime -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
