Changeset 412
- Timestamp:
- 02/19/08 18:06:44 (11 months ago)
- Files:
-
- trunk/CHANGELOG (modified) (1 diff)
- trunk/lib/deprec/templates/monit/monit_mongrel.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r411 r412 4 4 5 5 * added nginx_client_max_body_size setting for nginx rails vhost 6 * bugfix: put correct path into monit_mongrel template 6 7 7 8 == 1.99.7 (Feb 18, 2008) trunk/lib/deprec/templates/monit/monit_mongrel.erb
r380 r412 2 2 check process mongrel-<%=8000+counter%> with pidfile <%=deploy_to%>/shared/pids/mongrel.<%=8000+counter%>.pid 3 3 group mongrel 4 start program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -p <%=8000+counter%> -a 127.0.0.1 -P <%= deploy_to %>/shared/pids/mongrel.<%=8000+counter%>.pid -c /var/www/apps/xman/current"4 start program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -p <%=8000+counter%> -a 127.0.0.1 -P <%= deploy_to %>/shared/pids/mongrel.<%=8000+counter%>.pid -c <%= deploy_to %>/current" 5 5 stop program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails stop stop -P /var/www/apps/xman/shared/pids/mongrel.<%=8000+counter%>.pid" 6 6
