Read more

Shell script to quickly switch Apache sites

Arne Hartherz
October 21, 2010Software engineer at makandra GmbH

I prefer the application that I'm currently working on to be reachable at http://localhost/.

Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

So when I switch to another project, I use this handy shell script to set one site as the current one. Call it just like this:
apache-site makandra-com

Note that it disables all other sites in your Apache configuration so you would not want to use this on production machines.
Furthermore it will also enable the default site if that was available.

When you call apache-site with no arguments, it will list all available sites.


This script is part of our geordi gem on github Show archive.org snapshot .

Posted by Arne Hartherz to makandra dev (2010-10-21 13:32)