diff options
author | Noirin Plunkett <noirin@apache.org> | 2006-02-28 20:47:35 +0100 |
---|---|---|
committer | Noirin Plunkett <noirin@apache.org> | 2006-02-28 20:47:35 +0100 |
commit | f1e2b503441449a0e7c8c8987c7e2efbe1ab4ef5 (patch) | |
tree | b6606f69f1613721f8e1ed4028d532bd9a46aa72 /docs | |
parent | Revert the refactoring of the request read code (diff) | |
download | apache2-f1e2b503441449a0e7c8c8987c7e2efbe1ab4ef5.tar.xz apache2-f1e2b503441449a0e7c8c8987c7e2efbe1ab4ef5.zip |
Documenting (slightly confusing) default behaviour
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@381758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/howto/public_html.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml index 18be56808b..d3f4b8fa6b 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 "<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> |