/usr/share/doc/lighttpd/setenv.txt is in lighttpd-doc 1.4.45-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|