From f1e2b503441449a0e7c8c8987c7e2efbe1ab4ef5 Mon Sep 17 00:00:00 2001 From: Noirin Plunkett Date: Tue, 28 Feb 2006 19:47:35 +0000 Subject: [PATCH] Documenting (slightly confusing) default behaviour git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@381758 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/public_html.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 "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 -- 2.40.0