Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31503 - apache2 configuration enhancement for content negotiation
Summary: apache2 configuration enhancement for content negotiation
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 06:10 UTC by Toralf Förster
Modified: 2003-10-30 09:27 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2003-10-19 06:10:10 UTC
The following section should be added to the commonapache2.conf to use content 
negotiation, eg for germany language of the manual 
 
<Directory "/home/httpd/htdocs/manual">  
     <Files *.html>  
         SetHandler type-map  
     </Files>  
 </Directory> 
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-10-30 09:27:50 UTC
I added this quite some time ago already.

Maybe you didnt update config files yet.