- $ sudo apachectl start
- $ sudo emacs /etc/apache2/httpd.conf
uncomment these two elements below.
- LoadModule userdir_module libexec/apache2/mod_userdir.so
- Include /private/etc/apache2/extra/httpd-userdir.conf
- $ sudo emacs /etc/apache2/extra/httpd-userdir.conf
uncomment these two elements below.
- Include /private/etc/apache2/users/*.conf
- $ sudo emacs /etc/apache2/users/doctor.conf
AllowOverride All
Options Indexes MultiViews FollowSymLinks
Require all granted
- $ chmod 755 ~doctor/
- $ sudo apachectrl restart