summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/doc/outdated/setenv.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/doc/outdated/setenv.txt')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/doc/outdated/setenv.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/doc/outdated/setenv.txt b/data/lighttpd/lighttpd-1.4.53/doc/outdated/setenv.txt
new file mode 100644
index 000000000..c03474f5d
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/doc/outdated/setenv.txt
@@ -0,0 +1,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