Running Rails Application on https with pound

Published on

Hours ago, I posted about, “How to deploy rails application with pound as a Balancer”. Lets run rails application on https with pound. For that your machine should have: * Pound installed with ssl support * Pound and mongrels running Now, First of all we need a ssl certificate, that can be generate by issuing … Continue reading Running Rails Application on https with pound

Deploying rails application with pound as a Balancer

Published on

Now a days Apache + mod_proxy + mongrel_clusters, Lighttpd + Mongrel cluster and Nginx + mongrel cluster are well known for deploying rails applications. You can also deploy your rails application with pound(a reverse proxy, load balancer and HTTPS front-end for Web server). First you need to setup mongrel_clusters for your rails application by issuing … Continue reading Deploying rails application with pound as a Balancer