Apache configuration for single application with mutiple hosts
Configuring apache for single rails application with multiple hosts .This tutorial will explains about the apache configuration for single rails application with many virtual hosts
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Configuring apache for single rails application with multiple hosts .This tutorial will explains about the apache configuration for single rails application with many virtual hosts
Comments
Uh, I wonder if this guy has heard of ServerAlias? I have set up a couple of apps serving on multiple domains in the past and it was as simple as throwing in a couple of ServerAlias directives in the VirtualHost.
Post a comment