I have a main domain www.example.com
I want to have a sub domain like this
www.pictures.example.com
I (think) have a choice of either:
- using virtual servers to match the different addresses (i.e. main domain and sub domain), to the same Apache server process
- using two seperate Apache servers (albeit on the same machine) to process requests independently
My questions are:
- What are the pros and cons of 1 and 2 above?
- How may I implement 1 or 2 (i.e. what are the steps required to implemet for each of the alternatives mentioned above)?