]> granicus.if.org Git - apache/commitdiff
Documenting (slightly confusing) default behaviour
authorNoirin Plunkett <noirin@apache.org>
Tue, 28 Feb 2006 19:47:35 +0000 (19:47 +0000)
committerNoirin Plunkett <noirin@apache.org>
Tue, 28 Feb 2006 19:47:35 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@381758 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/public_html.xml

index 18be56808bf859681ecae890900061c8f5fc42b4..d3f4b8fa6bdb51cc8a5feeb42a5f5dd0af8603ed 100644 (file)
     out of the home directory of the user "<code>username</code>", out of
     the subdirectory specified by the <directive
     module="mod_userdir">UserDir</directive> directive.</p>
-
+<p>Note that, by default, access to these directories is <strong>not</strong>
+    enabled. You can enable access when using <directive module="mod_userdir"
+    >UserDir</directive> by commenting out the line</p>
+    <example>
+           Include conf/extra/httpd-userdir.conf
+    </example>
+    <p>in the default config file, and adapting the <code
+    >httpd-userdir.conf</code>
+    file as necessary, or by including the appropriate directives in a
+    <code>Directory</code> block within the main config file.</p>
 </summary>
 
 <seealso><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></seealso>