WebServer - UserDir
Jump to navigation
Jump to search
- UserDir
sudo a2enmod userdirservice apache2 restartsudo nano /etc/apache2/mods-enabled/userdir.conf- (see: http://www.techytalk.info/enable-userdir-apache-module-ubuntu-debian-based-linux-distributions/)
- NOTE: Verify that you are using the configuration for the correct version of Apache!
mkdir ~/public_htmlchmod ugo+rX ~/public_html- create an index.html file in ~/public_html