38 lines
692 B
Plaintext
38 lines
692 B
Plaintext
|
===========================
|
||
|
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
|
||
|
add a header to the HTTP-response sent to the client
|
||
|
|
||
|
setenv.add-request-header
|
||
|
add a header to the HTTP-request that was received by the client
|