Let's said that I will have a unique development server sharing code for multiple developers. The code for each developer will be on it's home directory under sources so basically it will be something like ~/<developer_name>/sources. That server is running Apache 2.4.x.
I need that each developer could access their code by for example <developer_name>.domain.com. Off course the developer_name on the URL will match the name on the /home directory.
My solution is a Virtual Host per developer on the Apache config, is there any better solution and I am not aware?