1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/projects/mongrel_service
luislavena 0b191d85fd ip binding was broken in mongrel_service, instead of :host, :address was passed, fixed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@358 19e92222-5c0b-0410-8929-a290d50e31e9
2006-10-14 02:08:19 +00:00
..
bin ip binding was broken in mongrel_service, instead of :host, :address was passed, fixed. 2006-10-14 02:08:19 +00:00
lib/mongrel_service Fix for missing '-a' (address binding) parameter when registering new services. 2006-09-18 20:27:35 +00:00
resources First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
tools Added modifications to mongrel_service GemPlugin. Currently fails to stop the service (under investigation). 2006-05-24 19:48:42 +00:00
COPYING First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
LICENSE First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00
Rakefile Fix for missing '-a' (address binding) parameter when registering new services. 2006-09-18 20:27:35 +00:00
README First attempt of service:: commands as gem_plugin. It will log inot log/service.log for each service instead of one place globally. Currently stopping the service is broken. 2006-05-13 23:51:55 +00:00

== Mongrel Native Win32 Service Plugin

This plugin offer native win32 services for rails. This replace mongrel_rails_service.
It will work like before, with this this syntax when calling mongrel_rails:

service::install
service::remove
service::start
service::stop
service::status

= Author:
  Luis Lavena