]> granicus.if.org Git - apache/commitdiff
Now that it works, adjust the conf appropriately.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 10 Jun 2001 19:57:28 +0000 (19:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 10 Jun 2001 19:57:28 +0000 (19:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89327 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-win.conf

index fffa3e600becbd699e1c4eb34fb50f5c900da262..fbacf17fcc47b066bbdde19d0388bc04dd7b4eb5 100644 (file)
@@ -251,13 +251,31 @@ DocumentRoot "@@ServerRoot@@/htdocs"
 
 #
 # UserDir: The name of the directory which is appended onto a user's home
-# directory if a ~user request is received.
-#
-# Under Win32, we do not currently try to determine the home directory of
-# a Windows login, so a format such as that below needs to be used.  See
-# the UserDir documentation for details.
-#
-UserDir "@@ServerRoot@@/users/"
+# directory if a ~user request is received.  Be especially careful to use
+# proper, forward slashes here.
+#
+UserDir "My Documents/My Website"
+
+#
+# Control access to UserDir directories.  The following is an example
+# for a site where these directories are restricted to read-only.
+#
+# You must correct the path for the root to match your system's configured
+# user directory location, e.g. "C:/WinNT/profiles/*/My Documents/My Website"
+# or whichever, as appropriate.
+#
+#<Directory "C:/Documents and Settings/*/My Documents/My Website">
+#    AllowOverride FileInfo AuthConfig Limit
+#    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+#    <Limit GET POST OPTIONS PROPFIND>
+#        Order allow,deny
+#        Allow from all
+#    </Limit>
+#    <LimitExcept GET POST OPTIONS PROPFIND>
+#        Order deny,allow
+#        Deny from all
+#    </LimitExcept>
+#</Directory>
 
 #
 # DirectoryIndex: Name of the file or files to use as a pre-written HTML