commit:     dc216e09ce160904530607770d8bb21daaa51a98
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 15:49:56 2014 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu May 22 15:49:56 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/apache.git;a=commit;h=dc216e09

Moved closing IfDefine directive to the right place.

---
 2.2/conf/modules.d/00_apache_manual.conf | 2 +-
 2.4/conf/modules.d/00_apache_manual.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/2.2/conf/modules.d/00_apache_manual.conf 
b/2.2/conf/modules.d/00_apache_manual.conf
index 1aaeceb..3e0c6eb 100644
--- a/2.2/conf/modules.d/00_apache_manual.conf
+++ b/2.2/conf/modules.d/00_apache_manual.conf
@@ -23,8 +23,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

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

Reply via email to