1--- docs/conf/extra/httpd-userdir.conf.in.orig	2007-09-13 14:43:37.000000000 -0700
2+++ docs/conf/extra/httpd-userdir.conf.in	2007-09-13 14:44:24.000000000 -0700
3@@ -7,22 +7,13 @@
4 # directory if a ~user request is received.  Note that you must also set
5 # the default access control for these directories, as in the example below.
6 #
7-UserDir public_html
8+UserDir Sites
9 
10 #
11-# Control access to UserDir directories.  The following is an example
12-# for a site where these directories are restricted to read-only.
13+# Users might not be in /Users/*/Sites, so use user-specific config files.
14 #
15-<Directory "/home/*/public_html">
16-    AllowOverride FileInfo AuthConfig Limit Indexes
17-    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
18-    <Limit GET POST OPTIONS>
19-        Order allow,deny
20-        Allow from all
21-    </Limit>
22-    <LimitExcept GET POST OPTIONS>
23-        Order deny,allow
24-        Deny from all
25-    </LimitExcept>
26-</Directory>
27+Include @rel_sysconfdir@/users/*.conf
28+<IfModule bonjour_module>
29+       RegisterUserSite customized-users
30+</IfModule>
31