Hi all as I worked on setting up 4 to 5 servers, I thought its better to document the stuff so that I/developers can refer it, So I am documenting the step-by-step process for setting up the slicehost server for rails application work with nginx as a web server and mongrel as a rails application [...]
Posts Tagged ‘mongrel’
Deploying two rails application with Apache + mongrel on windows
January 28th, 2008
1 Comment
Install Ruby, Gems and then install Ruby on Rails:
sudo gem install rails –include-dependencies
Now download and install Apache 2.2 using, as the fastest way, the msi package.
Now enable the needed modules (url rewriting, proxy, proxy_balancer e proxy_http) by editing the httpd.conf file (under c:\Apache_Software_Foundation\Apache2.2\conf, if you installed Apache in its standard path). You just need to [...]

