From: "Alexey I. Froloff" <raorn@altlinux.org>
To: sysadmins@lists.altlinux.org
Subject: Re: [Sysadmins] Как захостить рельсовое приложение?
Date: Sun, 8 Nov 2009 16:22:31 +0300
Message-ID: <20091108132231.GA11910@altlinux.org> (raw)
In-Reply-To: <4AC31FBF.8020407@nevod.ru>
[-- Attachment #1: Type: text/plain, Size: 1531 bytes --]
On Wed, Sep 30, 2009 at 03:07:11PM +0600, Шигапов Ринат wrote:
> Для продакшн можно использовать проксирование на mongrel (если apache,
> то mod_proxy). Неплохую производительность даёт lighthttpd.
В Сизиф ушёл ruby-mongrel_cluster, основная идея спёрта из Debian
(пакет mongrel-cluster).
Гомосятина в области запуска-остановки переписана на shell с
использованием start-stop-daemon, внешний вид и поведение команд
mongrel_cluster_ctl и mongrel_rails cluster::* идентичны
натуральным.
Произвольное рельсовое приложение хостится так:
$ cd /path/to/application
$ mongrel_rails cluster::configure -C application_cluster.yml [опции]
# cp application_cluster.yml /etc/mongrel_cluster/sites-available
# ln -sf ../sites-available/application_cluster.yml \
/etc/mongrel_cluster/sites-enabled/application_cluster.yml
# service mongrel_cluster start
Дальше на порты 'port' (3000) -- 'port' + 'servers' - 1 (3001)
можно проксировать из apache (mod_proxy_balancer), lighthttpd,
nginx, etc.
Опциями 'port' и 'servers' задаётся сколько процессов
mongrel_rails и на каких портах будет запущено. Уникальность
портов должен обеспечить администратор. Если опции 'pid_file' и
'log_file' не заданы, будут использоваться
/var/run/mongrel_cluster/mongrel.ПОРТ.pid и
/var/log/mongrel_cluster/mongrel.ПОРТ.log соответственно.
Опциями 'user' и 'group' задаётся с какими правами будет работать
сервер, по умолчанию _mongrel:_mongrel.
Прошу тестировать, баги как обычно в багзиллу.
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2009-11-08 13:22 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-30 8:56 Alexey Borovskoy
2009-09-30 9:07 ` Шигапов Ринат
2009-09-30 9:24 ` Alexey Borovskoy
2009-09-30 9:49 ` Mike Grozak
2009-09-30 11:02 ` Alexey I. Froloff
2009-09-30 14:09 ` Nikolay A. Fetisov
2009-09-30 11:03 ` Alexey I. Froloff
2009-10-01 3:18 ` Шигапов Ринат
2009-10-01 9:26 ` Alexey Borovskoy
2009-11-08 13:22 ` Alexey I. Froloff [this message]
2009-11-09 7:07 ` Timur Batyrshin
2009-11-09 11:34 ` Alexey I. Froloff
2009-11-30 14:13 ` Андрей Новосёлов
2009-11-30 23:14 ` Alexey I. Froloff
2009-10-01 12:12 ` [Sysadmins] Какзахоститьрельсовоеприложение? Eugene Bolshakov
2009-10-02 7:53 ` Alexey Borovskoy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091108132231.GA11910@altlinux.org \
--to=raorn@altlinux.org \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git