[Instantrails-users] Why Apache and Mongrel?
Curt Hibbs
curt.hibbs at gmail.com
Mon Oct 16 14:52:57 EDT 2006
On 10/16/06, Bill Fly <billfly at programmer.net> wrote:
>
> Why does InstantRails include Apache? One uses Mongrel through the
> Manage Applications menu or WEBrick if you run Ruby script/server, so
> what does Apache do for InstantRails?
> Thanks,
> Bill
>
Three things come to mind:
1) When you're almost ready to deploy into production, you can test you
application in an environment that more closely approximates the production
environment.
2) You can use IR as a lightweight production server. In this case Apache is
necessary if you are serving multiple Rails apps, each with its own domain (
i.e., you need virtual hosting, which mongrel doesn't provide).
3) Apache is needed to run the included MyPhpAdmin for administering your
MySQL database.
Curt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20061016/6015e392/attachment.html
More information about the Instantrails-users
mailing list