Recommended workflows for Apache virtual hosts?
- by craig zheng
I do a lot of local web development work on my Ubuntu machine, and I'm constantly setting up virtual hosts in Apache. I don't need to do hard core server management, but I am getting tired of the repetitive process of manually adding config directives to files in /etc/apache2/sites-available/ and then updating the /etc/hosts file.
Is there a more efficient or more automated way to do all this that I'm missing? Maybe something like rapache but that's actually working?