--- doc/config/conf.d/userdir.conf.orig 2017-11-11 10:30:25.000000000 -0600
+++ doc/config/conf.d/userdir.conf 2017-11-12 09:42:40.000000000 -0600
server.modules += ( "mod_userdir" )
-## usually it should be set to "public_html" to take ~/public_html/ as
+## On most UNIX-like operating systems it should be set to "public_html" to
+## take ~/public_html/ as the document root.
+## On Mac OS X it should be set to "Sites" to take ~/Sites as the document root.
## Default: empty (document root is the home directory)
-userdir.path = "public_html"
## If set, don't check /etc/passwd for homedir
-#userdir.basepath = server_root + "/users/"
+userdir.basepath = "/Users/"
## list of usernames which may not use this feature
--- doc/config/lighttpd.conf.orig 2019-05-31 11:21:36.000000000 -0500
+++ doc/config/lighttpd.conf 2019-05-31 11:22:27.000000000 -0500
## Run as a different username/groupname.
## This requires root permissions during startup.
-server.username = "lighttpd"
-server.groupname = "lighttpd"
+server.username = "@USER@"
+server.groupname = "@GROUP@"
## Enable lighttpd to serve requests on sockets received from systemd
## linux-sysepoll is recommended on kernel 2.6.
-server.event-handler = "linux-sysepoll"
+server.event-handler = "libev"
## The basic network interface for all platforms at the syscalls read()