summaryrefslogtreecommitdiff
path: root/2.2
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-05-22 14:10:29 +0200
committerLars Wendler <polynomial-c@gentoo.org>2014-05-22 14:10:29 +0200
commit27591ef209318503ced0f9c421aa3d1dd84a3a6b (patch)
tree58c891bab47028791c86996d7feb3483e9d810bd /2.2
parentWrap some IfDefine around 00_mod_autoindex.conf so people can disable it (bug... (diff)
downloadapache-27591ef209318503ced0f9c421aa3d1dd84a3a6b.tar.gz
apache-27591ef209318503ced0f9c421aa3d1dd84a3a6b.tar.bz2
apache-27591ef209318503ced0f9c421aa3d1dd84a3a6b.zip
Added some module dependencies to 00_apache_manual.conf
Diffstat (limited to '2.2')
-rw-r--r--2.2/conf/modules.d/00_apache_manual.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/2.2/conf/modules.d/00_apache_manual.conf b/2.2/conf/modules.d/00_apache_manual.conf
index 8825f84..1aaeceb 100644
--- a/2.2/conf/modules.d/00_apache_manual.conf
+++ b/2.2/conf/modules.d/00_apache_manual.conf
@@ -2,6 +2,8 @@
# http://yourserver.example.com/manual/
# The documentation is always available at
# http://httpd.apache.org/docs/2.2/
+<IfModule negotiation_module>
+<IfModule setenvif_module>
<IfDefine MANUAL>
AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-VERSION/manual$1"
@@ -21,6 +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>
+</IfModule>
+</IfModule>
</IfDefine>
# vim: ts=4 filetype=apache