&tag(Homebrew/httpd24);
brew tap homebrew/apache brew install httpd24 --with-privileged-ports sudo brew services start homebrew/apache/httpd24
LoadModule userdir_module libexec/mod_userdir.so Include /usr/local/etc/apache2/2.4/extra/httpd-userdir.conf
UserDir Sites
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory "/Users/*/Sites">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Require method GET POST OPTIONS
</Directory>