lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
692 B
37 lines
692 B
=========================== |
|
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
|
|
|