mod_userdir.html revision 72d8c9a30f25171e5c85eeae21e0b87331bac2d9
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin This file is generated from xml source: DO NOT EDIT
7c2fbfb345896881c631598ee3852ce9ce33fb07April ChinXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<link href="/style/manual.css" type="text/css" rel="stylesheet">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<blockquote>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<img alt="[APACHE DOCUMENTATION]" src="/images/sub.gif"><h3>Apache HTTP Server Version 2.0</h3>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<table cellspacing="1" cellpadding="0" bgcolor="#cccccc">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<description>This module provides for user-specific
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chindirectories.</description>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="module-dict.html#Status" class="help">Status:</a></td><td>Base</td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="module-dict.html#ModuleIdentifier" class="help">Module Identifier:</a></td><td>userdir_module</td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<a name="UserDir">UserDir</a> <a name="userdir">Directive</a>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><strong>Description: </strong></td><td>Sets the directory from which to serve files when requests
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinfor a particular user are received, denoted by requests containing
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin~username, such as
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>UserDir public_html</code></td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="directive-dict.html#Context" class="help">Context:</a></td><td>server config, virtual
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Base</td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_userdir</td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<td><a href="directive-dict.html#Compatibility" class="help">Compatibility:</a></td><td>All forms except the UserDir public_html
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinform are only available in Apache 1.1 or above. Use of the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinenabled keyword, or disabled with a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinlist of usernames, is only available in Apache 1.3 and
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chinabove.</td>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<p>The <code class="directive">UserDir</code> directive sets the real
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin directory in a user's home directory to use when a request for a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin document for a user is received. <em>Directory-filename</em> is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin one of the following:</p>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<li>The name of a directory or a pattern such as those shown
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin below.</li>
See also the <code class="directive"><a href="core.html#directory" class="directive">Directory</a></code>