I want to set up sub domains on my personal website so I can work on various projects before I release them. However, for what ever reason there seems to be a very limited amount of information on exactly how to do this. I host my website on a personal ubuntu server and manage my domain through godaddy. I envision it in my had as changing the root directory for each individual sub domain. www.example.com is /var/www/ and site2.example.com is var/site2/. I also image I will have to edit the /etc/apache2/sites-available/default file or create a separate file.

Does anyone know a good way to do this or a place where I can learn how to do this? Thanks!

link|improve this question
1  
what about read some howto? about 10-15M of them in your internet. – Korjavin Ivan Oct 7 '11 at 20:05
feedback

closed as off topic by John Gardeniers, WesleyDavid, mrdenny Oct 8 '11 at 7:09

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

1 Answer

Apache Cookbook

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.