Skip to content

aprendía

(I was learning)

Local virtualhost setup made easy

A nifty script that automates the setup of VirtualHosts on your Unix machine. As with any automation script it makes some assumptions about how you should have everything organized, namely any time you want to run a site you have the files in the ~/Sites directory.

Also, I wanted to use it to setup Django testing sites, not just a generic site. So I made few modifications to the script that so it would setup the site to use mod_wsgi.

The creator has more information at his Web site, patrickgibson.com.