Hosting Rails app and WordPress on same domain(as folder instead of subdomain)

Published on

Hey guys, Yesterday I did an interesting server configuration. Actually we had a rails app hosted on server which is using passenger(a.k.a mod_rails). This application can be access by going to http://domain.com . Also we had a wordpress running which could be access by going to http://blog.domain.com. But, for SEO sake I had to change … Continue reading Hosting Rails app and WordPress on same domain(as folder instead of subdomain)

Engine Yard: Best Hosting for rails applications

Published on

Today I deployed my rails application to Engine Yard server. They have great configuration, ultimate cluster architecture(physical clusters then logical clusters). They have separate servers for SSH, email, web, app etc… . Servers are managed by top architects, I should say they are expert in rails application deployment.

apache proxy balancer + mongrel clusters and deploying application with capistrano

Published on

So you want to setup production server with mongrel clusters and apache proxy balancer, also wants to use capistrano for deployment, huh. Take it easy, its very simple. You need Apache 2.2 or later on your production server, and the following ruby gems on your both machine(server and local): capistrano mongrel mongrel_cluster I haven’t mentioned … Continue reading apache proxy balancer + mongrel clusters and deploying application with capistrano