Is this following possible and if so how could it be accomplished?
We have a number of users on a web server that access the system via users.domain.com/theirloginid (note that this isn’t ~theirloginid). Is it possible to configure a vhost in such a way that they are theirloginid.users.domain.com without having to modify the apache configuration or restart apache each time a user is added?
We have 350 users and would like to be able to add them on the fly. >From a DNS perspective it’s simple. That site is using DNS with a mysql backend. It would be nice if we could pull the vhost information directly from mysql as well.