]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
correct a module name and a typo
authorAstrid Malo <kess@apache.org>
Tue, 27 May 2003 21:55:01 +0000 (21:55 +0000)
committerAstrid Malo <kess@apache.org>
Tue, 27 May 2003 21:55:01 +0000 (21:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100052 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index d43612b21f59aff0fe581badac12a2b5d8652a48..75af637c174883d3201c343dd472ee657c29cdd8 100644 (file)
@@ -2156,13 +2156,13 @@ directory</td></tr>
       Server-side includes are permitted, but the <code>#exec
       cmd</code> and <code>#exec cgi</code> are disabled. It is still
       possible to <code>#include virtual</code> CGI scripts from
-      <code class="directive"><a href="../mod/mod_cgi.html#scriptalias">ScriptAlias</a></code>ed
+      <code class="directive"><a href="../mod/mod_alias.html#scriptalias">ScriptAlias</a></code>ed
       directories.</dd>
 
       <dt><code>Indexes</code></dt>
 
       <dd>
-      If a URL which maps to a directory is requested, and the there
+      If a URL which maps to a directory is requested, and there
       is no <code class="directive"><a href="../mod/mod_dir.html#directoryindex">DirectoryIndex</a></code>
       (<em>e.g.</em>, <code>index.html</code>) in that directory, then
       <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> will return a formatted listing
index ef48f06bd384deafbe592a6cb70d7d6e2aeb4658..70ab95cb18371cb689204d799767c21c03032800 100644 (file)
@@ -2119,13 +2119,13 @@ directory</description>
       Server-side includes are permitted, but the <code>#exec
       cmd</code> and <code>#exec cgi</code> are disabled. It is still
       possible to <code>#include virtual</code> CGI scripts from
-      <directive module="mod_cgi">ScriptAlias</directive>ed
+      <directive module="mod_alias">ScriptAlias</directive>ed
       directories.</dd>
 
       <dt><code>Indexes</code></dt>
 
       <dd>
-      If a URL which maps to a directory is requested, and the there
+      If a URL which maps to a directory is requested, and there
       is no <directive module="mod_dir">DirectoryIndex</directive>
       (<em>e.g.</em>, <code>index.html</code>) in that directory, then
       <module>mod_autoindex</module> will return a formatted listing