diff options
author | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 09:13:42 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 09:13:42 +0000 |
commit | 3ca794f87655f2af7656db5a1130791ede370063 (patch) | |
tree | fb5f0ec44ede333166af5dc8d0aab9ed666ec43c /doc | |
parent | 27e17a7a65eea3f150896e07866b2872a26cfb24 (diff) | |
download | lighttpd-3ca794f87655f2af7656db5a1130791ede370063.tar.gz |
Import .19
Diffstat (limited to 'doc')
-rw-r--r-- | doc/configuration.txt | 6 | ||||
-rw-r--r-- | doc/lighttpd.conf | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/configuration.txt b/doc/configuration.txt index 416329b..8aac874 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -7,8 +7,8 @@ Module: core ------------ :Author: Jan Kneschke -:Date: $Date: 2006-10-04 15:26:23 +0200 (Wed, 04 Oct 2006) $ -:Revision: $Revision: 1371 $ +:Date: $Date: 2007-11-04 17:53:17 +0100 (Sun, 04 Nov 2007) $ +:Revision: $Revision: 2012 $ :abstract: the layout of the configuration file @@ -85,6 +85,8 @@ where <field> is one of one of the following: $HTTP["cookie"] match on cookie +$HTTP["scheme"] + match on scheme $HTTP["host"] match on host $HTTP["useragent"] diff --git a/doc/lighttpd.conf b/doc/lighttpd.conf index 767e100..7fa7471 100644 --- a/doc/lighttpd.conf +++ b/doc/lighttpd.conf @@ -72,6 +72,7 @@ mimetype.assign = ( ".ogg" => "application/ogg", ".wav" => "audio/x-wav", ".gif" => "image/gif", + ".jar" => "application/x-java-archive", ".jpg" => "image/jpeg", ".jpeg" => "image/jpeg", ".png" => "image/png", |