Commit 443f8217 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent bc7baa84
Loading
Loading
Loading
Loading
+25 −7
Original line number Diff line number Diff line
@@ -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.
# directory if a ~user request is received.  Be especially careful to use
# proper, forward slashes here.
#
# 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 "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.
#
UserDir "@@ServerRoot@@/users/"
#<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