summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_userdir.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-01-28 19:11:58 +0000
committerKen Coar <coar@apache.org>1998-01-28 19:11:58 +0000
commit8d03a2f94434fafa977f853f946f0bb5e1e077a2 (patch)
tree18f25dd25bfca80d60a213284b801aac3f4d2a64 /docs/manual/mod/mod_userdir.html
parent558d60dcd01a6a1c2cc9497b3f9225d5b6a5ca31 (diff)
downloadhttpd-8d03a2f94434fafa977f853f946f0bb5e1e077a2.tar.gz
As threatened. The directive attributes in the module documentation
are now links back to a description of what the attributes mean. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80041 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_userdir.html')
-rw-r--r--docs/manual/mod/mod_userdir.html30
1 files changed, 24 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html
index 2d79f11940..76e24c77cd 100644
--- a/docs/manual/mod/mod_userdir.html
+++ b/docs/manual/mod/mod_userdir.html
@@ -27,12 +27,30 @@ is compiled in by default. It provides for user-specific directories.
<h2><A name="userdir">UserDir</A></h2>
<!--%plaintext &lt;?INDEX {\tt UserDir} directive&gt; -->
-<STRONG>Syntax:</STRONG> UserDir <EM>directory/filename</EM><BR>
-<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<BR>
-<STRONG>Compatibility:</STRONG> All forms except the <CODE>UserDir
+<A
+ HREF="directive-dict.html#Syntax"
+ REL="Help"
+><STRONG>Syntax:</STRONG></A> UserDir <EM>directory/filename</EM><BR>
+<A
+ HREF="directive-dict.html#Default"
+ REL="Help"
+><STRONG>Default:</STRONG></A> <CODE>UserDir public_html</CODE><BR>
+<A
+ HREF="directive-dict.html#Context"
+ REL="Help"
+><STRONG>Context:</STRONG></A> server config, virtual host<BR>
+<A
+ HREF="directive-dict.html#Status"
+ REL="Help"
+><STRONG>Status:</STRONG></A> Base<BR>
+<A
+ HREF="directive-dict.html#Module"
+ REL="Help"
+><STRONG>Module:</STRONG></A> mod_userdir<BR>
+<A
+ HREF="directive-dict.html#Compatibility"
+ REL="Help"
+><STRONG>Compatibility:</STRONG></A> All forms except the <CODE>UserDir
public_html</CODE> form are only available in Apache 1.1 or above. Use
of the <SAMP>enabled</SAMP> keyword, or <SAMP>disabled</SAMP> with a
list of usernames, is only available in Apache 1.3 and above.<P>