blob: c03474f5de926b67b17855c2a4b4208c1abe073f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
===========================
Conditional Request Headers
===========================
------------------
Module: mod_setenv
------------------
:Author: Jan Kneschke
:Date: $Date: 2004/11/03 22:26:05 $
:Revision: $Revision: 1.2 $
:abstract:
mod_setenv is used to add request
.. meta::
:keywords: lighttpd, skeleton
.. contents:: Table of Contents
Description
===========
...
Options
=======
setenv.add-environment
adds a value to the process environment that is passed to the external applications
setenv.add-response-header
adds a header to the HTTP response sent to the client
setenv.add-request-header
adds a header to the HTTP request that was received from the client
|