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 money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
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)