mod_userdir.html revision 3d76f0e292da6a107829fbe83f98b8c0985c6ddb
<!--%hypertext -->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>Apache module mod_userdir</TITLE>
</HEAD>
<BODY>
<!--/%hypertext -->
<H1>Module mod_userdir</h1>
is compiled in by default. It provides for user-specific directories.
<!--%hypertext -->
<ul>
<li><A HREF="#userdir">UserDir</A>
</ul>
<hr>
<!--/%hypertext -->
<A name="userdir"><h2>UserDir</h2></A>
<!--%plaintext <?INDEX {\tt UserDir} directive> -->
<strong>Default:</strong> <code>UserDir public_html</code><br>
<Strong>Context:</strong> server config, virtual host<br>
<strong>Status:</strong> Base<br>
<strong>Module:</strong> mod_userdir<p>
The UserDir directive sets the real directory in a user's home directory
to use when a request for a document for a user is received.
<em>Directory</em> is either <code>disabled</code>, to disable this feature,
or the name of a directory, following one of the following
patterns. If not disabled, then a request for
<pre>
</pre>
The following directives will send redirects to the client:
<pre>
</pre>
<!--%hypertext -->
<hr>
</BODY>
</HTML>
<!--/%hypertext -->