Adding -plugin-ssi

This commit is contained in:
Jorge Gallegos 2014-09-05 14:01:51 -07:00
parent 16b2f78edd
commit fe6fb1bbe1
2 changed files with 12 additions and 1 deletions

View File

@ -9,4 +9,4 @@ routing = auto
ssl = auto
malloc_implementation = libc
embedded_plugins = corerouter, echo, ping
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, ldap, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, spooler, sqlite3, sslrouter, syslog, systemd_logger, ugreen, zergpool
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, coroae, cplusplus, curl_cron, dumbloop, fastrouter, fiber, forkptyrouter, gccgo, geoip, gevent, glusterfs, graylog2, greenlet, gridfs, http, jvm, jwsgi, ldap, logcrypto, logfile, logpipe, logsocket, logzmq, lua, mongodblog, mongrel2, mono, msgpack, nagios, pam, php, psgi, pty, python, rack, rawrouter, rbthreads, redislog, ring, router_access, router_basicauth, router_cache, router_expires, router_hash, router_http, router_memcached, router_metrics, router_radius, router_redirect, router_redis, router_rewrite, router_spnego, router_static, router_uwsgi, router_xmldir, rpc, rrdtool, rsyslog, ruby19, spooler, sqlite3, ssi, sslrouter, syslog, systemd_logger, ugreen, zergpool

View File

@ -497,6 +497,14 @@ Requires: %{name}-plugin-common, sqlite
%description -n %{name}-plugin-sqlite3
This package contains the sqlite3 plugin for uWSGI
%package -n %{name}-plugin-ssi
Summary: uWSGI - Server Side Includes plugin
Group: System Environment/Daemons
Requires: %{name}-plugin-common
%description -n %{name}-plugin-ssi
This package contains the ssi plugin for uWSGI
%package -n %{name}-plugin-ugreen
Summary: uWSGI - Plugin for uGreen support
Group: System Environment/Daemons
@ -968,6 +976,9 @@ exit 0
%files -n %{name}-plugin-sqlite3
%{_libdir}/%{name}/sqlite3_plugin.so
%files -n %{name}-plugin-ssi
%{_libdir}/%{name}/ssi_plugin.so
%files -n %{name}-plugin-ugreen
%{_libdir}/%{name}/ugreen_plugin.so