From: Noirin Plunkett
Date: Tue, 28 Feb 2006 19:47:35 +0000 (+0000)
Subject: Documenting (slightly confusing) default behaviour
X-Git-Tag: 2.3.0~2521
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1e2b503441449a0e7c8c8987c7e2efbe1ab4ef5;p=thirdparty%2Fapache%2Fhttpd.git
Documenting (slightly confusing) default behaviour
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@381758 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml
index 18be56808bf..d3f4b8fa6bd 100644
--- a/docs/manual/howto/public_html.xml
+++ b/docs/manual/howto/public_html.xml
@@ -33,7 +33,16 @@
out of the home directory of the user "username
", out of
the subdirectory specified by the UserDir directive.
-
+Note that, by default, access to these directories is not
+ enabled. You can enable access when using UserDir by commenting out the line
+
+ Include conf/extra/httpd-userdir.conf
+
+ in the default config file, and adapting the httpd-userdir.conf
+ file as necessary, or by including the appropriate directives in a
+ Directory
block within the main config file.
Mapping URLs to the Filesystem