Web Administration

TwitterFacebook
Get flash to fully experience Pearltrees

VirtualHost Examples

http://httpd.apache.org/docs/2.2/vhosts/examples.html This document attempts to answer the commonly-asked questions about setting up virtual hosts . These scenarios are those involving multiple web sites running on a single server, via name-based or IP-based virtual hosts. Running several name-based web sites on a single IP address.
http://www.modrails.com/documentation/Users%20guide%20Apache.html

Phusion Passenger users guide

2.2. Generic installation, upgrade and downgrade method: via RubyGems RubyGems is only used as a method to obtain the Phusion Passenger files, so in case you have multiple Ruby versions it does not matter which Ruby’s RubyGems you use for installation. Once installed, Phusion Passenger can work with all other Ruby versions on your system.
Posted by smoe on 04/18/2009 One of the great things about using Passenger rather than Mongrel is the simple Apache configuration that gets you started. You don’t need to manage ports, decide how many processes an application is going to need, or edit a second configuration file for the application servers. At this time passenger 2.2.0 is the newest release, and it works great with mod_rewrite and every other Apache module I use. This is the virtual host entry from the Phusion Passenger Apache Users Guide http://www.scottmoe.info/2009/04/18/my-apache-configuration-for-ruby-on-rails-with-passenger

My Apache Configuration for Ruby on Rails with Passenger