From c4c60ad32f890ca2cfc42c760d06f0697d68aa6b Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 27 May 2016 05:48:32 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745712 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/public_html.html.en | 10 +++++----- docs/manual/howto/public_html.xml.fr | 2 +- docs/manual/howto/public_html.xml.ja | 2 +- docs/manual/howto/public_html.xml.ko | 2 +- docs/manual/howto/public_html.xml.meta | 2 +- docs/manual/howto/public_html.xml.tr | 2 +- docs/manual/mod/mod_userdir.html.en | 4 ++-- docs/manual/mod/mod_userdir.xml.ja | 2 +- docs/manual/mod/mod_userdir.xml.ko | 2 +- docs/manual/mod/mod_userdir.xml.tr | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 63838d22487..a27f908edac 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.