apache config details
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 15 Aug 2009 23:39:51 +0000 (19:39 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 15 Aug 2009 23:39:51 +0000 (19:39 -0400)
doc/plugins/po.mdwn

index f6409aae5fc98a24fe797451c7ce368b6ca8a01d..30f2e158efb103383b39cd96bb0cf60a095d45fe 100644 (file)
@@ -114,7 +114,8 @@ Apache
 
 Using Apache `mod_negotiation` makes it really easy to have Apache
 serve any page in the client's preferred language, if available.
-This is the default Debian Apache configuration.
+
+Add 'Options MultiViews' to the wiki directory's configuration in Apache.
 
 When `usedirs` is enabled, one has to set `DirectoryIndex index` for
 the wiki context.
@@ -123,6 +124,8 @@ Setting `DefaultLanguage LL` (replace `LL` with your default MIME
 language code) for the wiki context can help to ensure
 `bla/page/index.en.html` is served as `Content-Language: LL`.
 
+For details, see [Apache's documentation](http://httpd.apache.org/docs/2.2/content-negotiation.html).
+
 lighttpd
 --------