From 27591ef209318503ced0f9c421aa3d1dd84a3a6b Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 22 May 2014 14:10:29 +0200 Subject: Added some module dependencies to 00_apache_manual.conf --- 2.2/conf/modules.d/00_apache_manual.conf | 4 ++++ 2.4/conf/modules.d/00_apache_manual.conf | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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/ + + 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 + + # 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 5388d96..5055405 100644 --- a/2.4/conf/modules.d/00_apache_manual.conf +++ b/2.4/conf/modules.d/00_apache_manual.conf @@ -1,7 +1,9 @@ # Provide access to the documentation on your server as # http://yourserver.example.com/manual/ # The documentation is always available at -# http://httpd.apache.org/docs/2.2/ +# http://httpd.apache.org/docs/2.4/ + + AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-VERSION/manual$1" @@ -20,6 +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 + + # vim: ts=4 filetype=apache -- cgit v1.2.3-65-gdbad