Difference between revisions of "WebServer - UserDir"
Jump to navigation
Jump to search
(Created page with "* UserDir ** <code>sudo a2enmod userdir</code> ** <code>service apache2 restart</code> ** <code>sudo nano /etc/apache2/mods-enabled/userdir.conf</code> *** (see: http://www.te...") |
(No difference)
|
Revision as of 18:16, 24 June 2020
- UserDir
sudo a2enmod userdir
service apache2 restart
sudo 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_html
chmod ugo+rX ~/public_html
- create an index.html file in ~/public_html