From: Christophe Jaillet Date: Fri, 27 May 2016 05:47:43 +0000 (+0000) Subject: Improve highlight X-Git-Tag: 2.5.0-alpha~1569 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b73efe4ffbece1afab53760ad1ea0fee6654fe2;p=apache Improve highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1745711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.xml b/docs/manual/howto/public_html.xml index 15ef8604bb..16d05ce103 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 747113c2db..d30cd819fb 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