diff options
author | Rich Bowen <rbowen@apache.org> | 2010-11-30 13:58:35 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2010-11-30 13:58:35 +0100 |
commit | 687a0e5bd7fac01e70506ad16a6e705d827c2276 (patch) | |
tree | d98498be6fb6c40b80225781efca50a92da44a5a /docs/manual/mod/mod_setenvif.xml.ja | |
parent | PR50376 clarify that <Directory> applies to the files under the Directory, no... (diff) | |
download | apache2-687a0e5bd7fac01e70506ad16a6e705d827c2276.tar.xz apache2-687a0e5bd7fac01e70506ad16a6e705d827c2276.zip |
Missing directives in various translations of the mod_setenvif
documentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1040498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_setenvif.xml.ja')
-rw-r--r-- | docs/manual/mod/mod_setenvif.xml.ja | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_setenvif.xml.ja b/docs/manual/mod/mod_setenvif.xml.ja index 8e57e15f00..b141212175 100644 --- a/docs/manual/mod/mod_setenvif.xml.ja +++ b/docs/manual/mod/mod_setenvif.xml.ja @@ -251,6 +251,13 @@ </directivesynopsis> <directivesynopsis> +<name>SetEnvIfExpr</name> +<description>Sets environment variables based on an ap_expr expression</description> +<contextlist><context>server config</context><context>virtual host</context><context>directory</context><context>.htaccess</context></contextlist> +<usage>Documentation not yet translated. Please see English version of document.</usage> +</directivesynopsis> + +<directivesynopsis> <name>SetEnvIfNoCase</name> <description>リクエストの属性に基づいて大文字小文字を区別せずに環境変数を設定する</description> <syntax>SetEnvIfNoCase <em>attribute regex |