My symfony app should get user's language from subdomain:
en.project.com - for english fr.project.com - for french
and so on... Special filter get 'GET' param 'lang' from current uri and save it in user attribute. How can I setup apache virtual host config for multiple subdomains?