Loading docs/conf/httpd-win.conf +25 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
docs/conf/httpd-win.conf +25 −7 Original line number Diff line number Diff line Loading @@ -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 Loading