From c7067d1aac566f56dfdd15a22e77040a45b23841 Mon Sep 17 00:00:00 2001 From: Jorge A Gallegos Date: Tue, 26 Jun 2012 23:51:22 -0700 Subject: [PATCH] Adding extra plugins, taking python3 out Because now python3 plugin relies on the interpreter compiling it, it has to be built separately (see http://projects.unbit.it/uwsgi/wiki/Guide4Packagers) I also added a handful of extra plugins, and am now inheriting from base --- fedora.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.ini b/fedora.ini index 4f1f839..36065c4 100644 --- a/fedora.ini +++ b/fedora.ini @@ -1,5 +1,5 @@ [uwsgi] -inherit = default +inherit = base embedded_plugins = echo, ping, http -plugins = rack, psgi, python, nagios, fastrouter, admin, python32, ruby19, cache, cgi, rpc, ugreen, greenlet, lua +plugins = rack, psgi, python, nagios, fastrouter, admin, ruby19, cache, cgi, rpc, ugreen, greenlet, lua, php, carbon, rrdtool, rsyslog, syslog