From: William A. Rowe Jr Date: Sun, 10 Jun 2001 19:57:28 +0000 (+0000) Subject: Now that it works, adjust the conf appropriately. X-Git-Tag: 2.0.19~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bec26dac7c684fd2d791924b00c83b28acd112b0;p=apache Now that it works, adjust the conf appropriately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index fffa3e600b..fbacf17fcc 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -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. +# +# +# AllowOverride FileInfo AuthConfig Limit +# Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec +# +# Order allow,deny +# Allow from all +# +# +# Order deny,allow +# Deny from all +# +# # # DirectoryIndex: Name of the file or files to use as a pre-written HTML