directories.
In a discussion on IRC, it was requested that an explicit example of
this configuration be provided in the documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93668
13f79535-47bb-0310-9956-
ffa450edef68
Tips</a> page for more information.</strong>
</note>
+<p>Additional examples:</p>
+
+<p>To allow a few users to have <code>UserDir</code> directories, but
+not anyone else, use the following:</p>
+
+<example>
+UserDir disabled<br />
+UserDir enabled user1 user2 user3
+</example>
+
+<p>To allow most users to have <code>UserDir</code> directories, but
+deny this to a few, use the following:</p>
+
+<example>
+UserDir enabled<br />
+UserDir disabled user4 user5 user6
+</example>
+
</usage>
</directivesynopsis>