summaryrefslogtreecommitdiff
path: root/doc/setenv.txt
diff options
context:
space:
mode:
authorstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-09-18 15:15:18 +0000
committerstbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9>2015-09-18 15:15:18 +0000
commit8b2630a82fbecfd57fa38aebb397a755936690e5 (patch)
treea9cfcd7bb5bea87d63fc8ef81c8456a130a249bc /doc/setenv.txt
parente57c8295ebe92b58ca3e68fa8ea8f70d4b0b4cee (diff)
downloadlighttpd-master.tar.gz
add README to point to lighttpd-1.4.x as stableHEADmaster
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'doc/setenv.txt')
-rw-r--r--doc/setenv.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/setenv.txt b/doc/setenv.txt
deleted file mode 100644
index 12d94958..00000000
--- a/doc/setenv.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-===========================
-Conditional Request Headers
-===========================
-
-------------------
-Module: mod_setenv
-------------------
-
-:Author: Jan Kneschke
-:Date: $Date: 2005-03-28T08:30:05.699628Z $
-:Revision: $Revision: 227 $
-
-: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