CTRL K
Enable mod_userdir for Apache2 on Ubuntu 8.10
Philihp Busby,•0 min read
To enable mod_userdir, so your server's Apache httpd server will respond to requests like "http://www.yourserver.com/~someuser", use the a2enmod command, then restart Apache to pickup the change:
sudo a2enmod userdir
sudo /etc/init.d/apache2 restart