diff options
author | Astrid Malo <kess@apache.org> | 2003-05-25 15:23:16 +0200 |
---|---|---|
committer | Astrid Malo <kess@apache.org> | 2003-05-25 15:23:16 +0200 |
commit | 0ee771f7535fa8b1bf0b7fc3c665c2d7e0af8cb9 (patch) | |
tree | 164869839f54d63ea263a36dc07727985a918511 /docs | |
parent | update transformation (diff) | |
download | apache2-0ee771f7535fa8b1bf0b7fc3c665c2d7e0af8cb9.tar.xz apache2-0ee771f7535fa8b1bf0b7fc3c665c2d7e0af8cb9.zip |
correct a module reference, thx nd
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/core.html.en | 2 | ||||
-rw-r--r-- | docs/manual/mod/core.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 19c20ee3db..939e5d2f07 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2166,7 +2166,7 @@ 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> diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 2e66b1aa54..27f10b8660 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2129,7 +2129,7 @@ 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> |