12345678910111213141516171819202122232425262728293031323334353637 |
- ===========================
- 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
|