patch-docs__conf__extra__httpd-userdir.conf.in   [plain text]


--- docs/conf/extra/httpd-userdir.conf.in.orig	2013-11-14 13:02:48.000000000 -0800
+++ docs/conf/extra/httpd-userdir.conf.in	2013-11-14 13:04:03.000000000 -0800
@@ -7,15 +7,13 @@
 # directory if a ~user request is received.  Note that you must also set
 # the default access control for these directories, as in the example below.
 #
-UserDir public_html
+UserDir Sites
 
 #
 # Control access to UserDir directories.  The following is an example
 # for a site where these directories are restricted to read-only.
 #
-<Directory "/home/*/public_html">
-    AllowOverride FileInfo AuthConfig Limit Indexes
-    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
-    Require method GET POST OPTIONS
-</Directory>
-
+#Include @rel_sysconfdir@/users/*.conf
+<IfModule bonjour_module>
+       RegisterUserSite customized-users
+</IfModule>