|
Revision 1349, 0.7 kB
(checked in by darix, 2 years ago)
|
|
- merged lighttpd-merge-1.4.x so we finally work in trunk/ ! yeah \o/
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | =========================== |
|---|
| 2 | Conditional Request Headers |
|---|
| 3 | =========================== |
|---|
| 4 | |
|---|
| 5 | ------------------ |
|---|
| 6 | Module: mod_setenv |
|---|
| 7 | ------------------ |
|---|
| 8 | |
|---|
| 9 | :Author: Jan Kneschke |
|---|
| 10 | :Date: $Date: 2005-03-28T08:30:05.699628Z $ |
|---|
| 11 | :Revision: $Revision: 227 $ |
|---|
| 12 | |
|---|
| 13 | :abstract: |
|---|
| 14 | mod_setenv is used to add request |
|---|
| 15 | |
|---|
| 16 | .. meta:: |
|---|
| 17 | :keywords: lighttpd, skeleton |
|---|
| 18 | |
|---|
| 19 | .. contents:: Table of Contents |
|---|
| 20 | |
|---|
| 21 | Description |
|---|
| 22 | =========== |
|---|
| 23 | |
|---|
| 24 | ... |
|---|
| 25 | |
|---|
| 26 | Options |
|---|
| 27 | ======= |
|---|
| 28 | |
|---|
| 29 | setenv.add-environment |
|---|
| 30 | adds a value to the process environment that is passed to the external applications |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | setenv.add-response-header |
|---|
| 34 | adds a header to the HTTP response sent to the client |
|---|
| 35 | |
|---|
| 36 | setenv.add-request-header |
|---|
| 37 | adds a header to the HTTP request that was received from the client |
|---|