Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206588 - >=www-servers/apache-2.2 doesn't contain russian manual
Summary: >=www-servers/apache-2.2 doesn't contain russian manual
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-18 22:17 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2008-01-27 19:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-18 22:17:57 UTC
--- conf/modules.d/00_apache_manual.conf
+++ conf/modules.d/00_apache_manual.conf
@@ -6,7 +6,7 @@
 <IfModule alias_module>
 <IfModule setenvif_module>
 <IfModule negotiation_module>
-AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ "/usr/share/doc/apache-VERSION/manual$1"
+AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br))?(/.*)?$ "/usr/share/doc/apache-VERSION/manual$1"

 <Directory "/usr/share/doc/apache-VERSION/manual">
        Options Indexes
@@ -18,10 +18,10 @@
                SetHandler type-map
        </Files>

-       SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
-       RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
+       SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br)/ prefer-language=$1
+       RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br)){2,}(/.*)?$ /manual/$1$2

-       LanguagePriority en de es fr ja ko pt-br ru
+       LanguagePriority en de es fr ja ko pt-br
        ForceLanguagePriority Prefer Fallback
 </Directory>
 </IfModule>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-01-18 22:21:32 UTC
Please don't paste any patches inline on the bugs... It kills formatting.
Comment 2 Max Nokhrin 2008-01-19 15:25:00 UTC
I don't think that was a patch, it seems like he pasted the diff from etc-update?
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-01-19 15:39:25 UTC
(In reply to comment #2)
> I don't think that was a patch, it seems like he pasted the diff from
> etc-update?

It was the patch to http://sources.gentoo.org/viewcvs.py/*checkout*/apache/trunk/dist/2.2/conf/modules.d/00_apache_manual.conf.
This file is contained e. g. in gentoo-apache-2.2.8-20080119.tar.bz2.
Comment 4 Benedikt Böhm (RETIRED) gentoo-dev 2008-01-27 19:14:17 UTC
fixed in svn, will be available when 2.2.8-r1 hits portage