What mapping does Apache's userdir module provide by convention?
userdir
Every user's URL maps to one shared file in the central document root.
A URL such as /~student1/ maps to web content in that user's public_html directory.
/~student1/
public_html
It creates a new DNS domain for each Linux account.
It exposes each user's login shell through HTTP.