diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-22 17:49:56 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-05-22 17:49:56 +0200 |
commit | dc216e09ce160904530607770d8bb21daaa51a98 (patch) | |
tree | 0f3f295a7b5c97289a624ca2edda425a09b83093 /2.4/conf | |
parent | Added some module dependencies to 00_apache_manual.conf (diff) | |
download | apache-dc216e09ce160904530607770d8bb21daaa51a98.tar.gz apache-dc216e09ce160904530607770d8bb21daaa51a98.tar.bz2 apache-dc216e09ce160904530607770d8bb21daaa51a98.zip |
Moved closing IfDefine directive to the right place.
Diffstat (limited to '2.4/conf')
-rw-r--r-- | 2.4/conf/modules.d/00_apache_manual.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.4/conf/modules.d/00_apache_manual.conf b/2.4/conf/modules.d/00_apache_manual.conf index 5055405..7f95ae0 100644 --- a/2.4/conf/modules.d/00_apache_manual.conf +++ b/2.4/conf/modules.d/00_apache_manual.conf @@ -22,8 +22,8 @@ AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apac LanguagePriority en de es fr ja ko pt-br ForceLanguagePriority Prefer Fallback </Directory> +</IfDefine> </IfModule> </IfModule> -</IfDefine> # vim: ts=4 filetype=apache |