diff options
author | Graham Leggett <minfrin@apache.org> | 2015-01-22 18:02:22 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2015-01-22 18:02:22 +0100 |
commit | 5488d212438e21dd06b38c885f239e4af5da1d1f (patch) | |
tree | c93e4cf1f4f888123b6f4adda67c6b65b3c92820 /docs/manual/expr.xml | |
parent | Fix merge problem with SSLProtocol that made SSLProtocol ALL ignored (diff) | |
download | apache2-5488d212438e21dd06b38c885f239e4af5da1d1f.tar.xz apache2-5488d212438e21dd06b38c885f239e4af5da1d1f.zip |
mod_alias: Introduce expression parser support for Alias, ScriptAlias
and Redirect.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1653941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/expr.xml')
-rw-r--r-- | docs/manual/expr.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 308624da9b..44e35eaee9 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -40,6 +40,9 @@ <seealso><directive module="core" type="section">If</directive></seealso> <seealso><directive module="core" type="section">ElseIf</directive></seealso> <seealso><directive module="core" type="section">Else</directive></seealso> +<seealso><directive module="mod_alias">Alias</directive></seealso> +<seealso><directive module="mod_alias">ScriptAlias</directive></seealso> +<seealso><directive module="mod_alias">Redirect</directive></seealso> <seealso><directive module="mod_auth_basic">AuthBasicFake</directive></seealso> <seealso><directive module="mod_auth_form">AuthFormLoginRequiredLocation</directive></seealso> <seealso><directive module="mod_auth_form">AuthFormLoginSuccessLocation</directive></seealso> |