From 732a50a1e731e38976e9235eecbc3f3c3fd2b1a2 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 27 May 2016 20:22:49 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745809 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/howto/reverse_proxy.html.en | 4 ++-- docs/manual/mod/mod_userdir.html.en | 6 +++--- docs/manual/mod/mod_userdir.xml.fr | 2 +- docs/manual/mod/mod_userdir.xml.ja | 2 +- docs/manual/mod/mod_userdir.xml.ko | 2 +- docs/manual/mod/mod_userdir.xml.meta | 4 ++-- docs/manual/mod/mod_userdir.xml.tr | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 55f23747ff..0ca1067ca1 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.