On Linux and Apache, I am trying to figure out how I can assign unique IP addresses to user home directories?
In case your curious, it is a dev server. And instead of the users looking up foo.server.com/~user, they will be able to go to foo.server.com which will map to foo.server.com/~user. (They can do that once they update their local host file with the ip address.)
The users will be doing web development work under their home directories.
