Adding the dummy and notfound plugins
This commit is contained in:
parent
4651be8085
commit
2c93995ed4
@ -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, cplusplus, curl_cron, dumbloop, fastrouter, forkptyrouter, geoip, gevent, graylog2, http, ldap, logcrypto, logfile, logpipe, logsocket, lua, msgpack, nagios, pam, php, pty, python, rack, rawrouter, redislog, 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, stats_pusher_file, stats_pusher_socket, stats_pusher_statsd, syslog, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, ugreen, webdav, xattr, xslt, zabbix, zergpool
|
||||
plugins = alarm_curl, alarm_xmpp, airbrake, cache, carbon, cgi, cplusplus, curl_cron, dumbloop, dummy, fastrouter, forkptyrouter, geoip, gevent, graylog2, http, ldap, logcrypto, logfile, logpipe, logsocket, lua, msgpack, nagios, notfound, pam, php, pty, python, rack, rawrouter, redislog, 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, stats_pusher_file, stats_pusher_socket, stats_pusher_statsd, syslog, tornado, transformation_chunked, transformation_gzip, transformation_offload, transformation_template, transformation_tofile, transformation_toupper, ugreen, webdav, xattr, xslt, zabbix, zergpool
|
||||
|
22
uwsgi.spec
22
uwsgi.spec
@ -499,6 +499,14 @@ Requires: %{name}-plugin-common
|
||||
%description -n %{name}-plugin-dumbloop
|
||||
This package contains the dumbloop plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-dummy
|
||||
Summary: uWSGI - Plugin for Dummy support
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common
|
||||
|
||||
%description -n %{name}-plugin-dummy
|
||||
This package contains the dummy plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-fiber
|
||||
Summary: uWSGI - Plugin for Ruby Fiber support
|
||||
Group: System Environment/Daemons
|
||||
@ -623,6 +631,14 @@ Requires: %{name}-plugin-common
|
||||
%description -n %{name}-plugin-nagios
|
||||
This package contains the nagios plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-notfound
|
||||
Summary: uWSGI - Plugin for notfound support
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name}-plugin-common
|
||||
|
||||
%description -n %{name}-plugin-notfound
|
||||
This package contains the notfound plugin for uWSGI
|
||||
|
||||
%package -n %{name}-plugin-pam
|
||||
Summary: uWSGI - Plugin for PAM support
|
||||
Group: System Environment/Daemons
|
||||
@ -1353,6 +1369,9 @@ fi
|
||||
%files -n %{name}-plugin-dumbloop
|
||||
%{_libdir}/%{name}/dumbloop_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-dummy
|
||||
%{_libdir}/%{name}/dummy_plugin.so
|
||||
|
||||
%if %{with ruby19}
|
||||
%files -n %{name}-plugin-fiber
|
||||
%{_libdir}/%{name}/fiber_plugin.so
|
||||
@ -1416,6 +1435,9 @@ fi
|
||||
%files -n %{name}-plugin-nagios
|
||||
%{_libdir}/%{name}/nagios_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-notfound
|
||||
%{_libdir}/%{name}/notfound_plugin.so
|
||||
|
||||
%files -n %{name}-plugin-pam
|
||||
%{_libdir}/%{name}/pam_plugin.so
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user