diff options
author | Ken Coar <coar@apache.org> | 1998-01-28 20:11:58 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-01-28 20:11:58 +0100 |
commit | 8d03a2f94434fafa977f853f946f0bb5e1e077a2 (patch) | |
tree | 18f25dd25bfca80d60a213284b801aac3f4d2a64 /docs/manual/mod/mod_dir.html | |
parent | Server-generated pages can be server-signed now (new directive) (diff) | |
download | apache2-8d03a2f94434fafa977f853f946f0bb5e1e077a2.tar.xz apache2-8d03a2f94434fafa977f853f946f0bb5e1e077a2.zip |
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_dir.html')
-rw-r--r-- | docs/manual/mod/mod_dir.html | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/docs/manual/mod/mod_dir.html b/docs/manual/mod/mod_dir.html index 9fc99ab2d3..a92c1c3327 100644 --- a/docs/manual/mod/mod_dir.html +++ b/docs/manual/mod/mod_dir.html @@ -46,12 +46,30 @@ slash, so <CODE>mod_dir</CODE> issues a redirect to <A name="directoryindex"><h2>DirectoryIndex</h2></A> <!--%plaintext <?INDEX {\tt DirectoryIndex} directive> --> -<STRONG>Syntax:</STRONG> DirectoryIndex <EM>local-url local-url ...</EM><BR> -<STRONG>Default:</STRONG> <CODE>DirectoryIndex index.html</CODE><BR> -<Strong>Context:</STRONG> server config, virtual host, directory, .htaccess<BR> -<Strong>Override:</STRONG> Indexes<BR> -<STRONG>Status:</STRONG> Base<BR> -<STRONG>Module:</STRONG> mod_dir<P> +<A + HREF="directive-dict.html#Syntax" + REL="Help" +><STRONG>Syntax:</STRONG></A> DirectoryIndex <EM>local-url local-url ...</EM><BR> +<A + HREF="directive-dict.html#Default" + REL="Help" +><STRONG>Default:</STRONG></A> <CODE>DirectoryIndex index.html</CODE><BR> +<A + HREF="directive-dict.html#Context" + REL="Help" +><STRONG>Context:</STRONG></A> server config, virtual host, directory, .htaccess<BR> +<A + HREF="directive-dict.html#Override" + REL="Help" +><STRONG>Override:</STRONG></A> Indexes<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_dir<P> The DirectoryIndex directive sets the list of resources to look for, when the client requests an index of the directory by specifying a / |