Forum Moderators: phranque
Look, let say i have domain.com and i want to make mass virtual hosting (using mod_vhosts_alias on subdomains).
An example:
Let say user1 with home directory (/home/vhosts/user1/).
This 'user1' have some few subdomains:
ex1.domain.com
ex2.domain.com
ex120.domain.com
There's also a user2 (/home/vhosts/user2/) with subs:
asd1.domain.com
asd2.domain.com
etc etc etc.
Is there a possibility to configure VirtualDocumentRoot to do all the work?
I know that is simple to configure if all those subdomains was owned by 1 user.
Any ideas?