Ticket #29 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

Upon restart, mongrel doesn't take into account information about new PID file location

Reported by: z.zemla Assigned to: evanweaver
Priority: trivial Milestone: 1.2
Component: Mongrel Keywords:
Cc:

Description

I think it would be useful to mention somewhere, that when invoking mongrel_rails restart with -P option pointing to a pid file, upon restart mongrel will write it's new pid to file which name was given when starting mongrel for first time, not the one given with restart command.

---

mongrel_rails start # created log/mongrel.pid

mv log/mongrel.pid log/mongrel.8010.pid

mongrel_rails restart -P log/mongrel.8010.pid # creates new log/mongrel.pid, leaving old invalid pid in log/mongrel.8010.pid

I think it would be nice to mention this somewhere in: mongrel_rails restart --help

Change History

04/16/08 23:32:51 changed by evanweaver

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from 1.1.4 to 1.2.