From: Christophe Jaillet Date: Fri, 27 May 2016 20:22:49 +0000 (+0000) Subject: xforms X-Git-Tag: 2.4.21~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732a50a1e731e38976e9235eecbc3f3c3fd2b1a2;p=thirdparty%2Fapache%2Fhttpd.git xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745809 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 55f23747ffc..0ca1067ca15 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -36,13 +36,13 @@ 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 uncommenting the line

-

- #Include conf/extra/httpd-userdir.conf -

+ enabled. You can enable access when using UserDir by uncommenting the line:

+
#Include conf/extra/httpd-userdir.conf
+

in the default config file conf/httpd.conf, and adapting the httpd-userdir.conf file as necessary, or by including the appropriate directives in a - Directory block within the main config file.

+ <Directory> block + within the main config file.