Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9714 (closed enhancement: incomplete)

Opened 9 months ago

Last modified 9 months ago

[PATCH] Added mongrel's prefix option to spawner

Reported by: dacat Assigned to: core
Priority: low Milestone: 1.2.4
Component: Railties Version: edge
Severity: minor Keywords: spawner mongrel
Cc:

Description

How it was done

Following the current design of spawner:

  • a :prefix key was added to the OPTIONS hash
  • -P was added to the acceptable options
  • documentation was added to the options help output
  • Since the earliest implementation of mongrel's prefix option that I could find was in mongrel 0.3 I added a version check to make sure it is not used for prior versions.


Usage example

:: From the command line ::
ruby script/process/spawner mongrel -p 8000 -i 1 -a 127.0.0.1 -e development -P /depot

Change History

09/27/07 20:03:34 changed by dacat

  • status changed from new to closed.
  • resolution set to incomplete.