From: Christophe Jaillet Date: Fri, 27 May 2016 20:08:37 +0000 (+0000) Subject: Synch with trunk X-Git-Tag: 2.4.21~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e2e60d1f1a319c68e043f3347ecf192cd7a3cd8;p=thirdparty%2Fapache%2Fhttpd.git Synch with trunk merge r1745711 from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1745806 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml index 15ef8604bb3..16d05ce1030 100644 --- a/docs/manual/howto/public_html.xml +++ b/docs/manual/howto/public_html.xml @@ -35,14 +35,15 @@ module="mod_userdir">UserDir directive.

Note that, by default, access to these directories is not enabled. You can enable access when using UserDir by uncommenting the line

- + >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.

Mapping URLs to the Filesystem diff --git a/docs/manual/mod/mod_userdir.xml b/docs/manual/mod/mod_userdir.xml index 747113c2dba..d30cd819fb8 100644 --- a/docs/manual/mod/mod_userdir.xml +++ b/docs/manual/mod/mod_userdir.xml @@ -78,7 +78,7 @@ host

If neither the enabled nor the disabled keywords appear in the - Userdir directive, the argument is treated as a + Userdir directive, the argument is treated as a filename pattern, and is used to turn the name into a directory specification. A request for http://www.example.com/~bob/one/two.html will be @@ -156,7 +156,7 @@ UserDir enabled user1 user2 user3

User directory substitution is not active by default in versions 2.1.4 and later. In earlier versions, UserDir public_html - was assumed if no UserDir + was assumed if no UserDir directive was present.

Merging details