setenv.txt 692 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ===========================
  2. Conditional Request Headers
  3. ===========================
  4. ------------------
  5. Module: mod_setenv
  6. ------------------
  7. :Author: Jan Kneschke
  8. :Date: $Date: 2004/11/03 22:26:05 $
  9. :Revision: $Revision: 1.2 $
  10. :abstract:
  11. mod_setenv is used to add request
  12. .. meta::
  13. :keywords: lighttpd, skeleton
  14. .. contents:: Table of Contents
  15. Description
  16. ===========
  17. ...
  18. Options
  19. =======
  20. setenv.add-environment
  21. adds a value to the process environment that is passed to the external applications
  22. setenv.add-response-header
  23. adds a header to the HTTP response sent to the client
  24. setenv.add-request-header
  25. adds a header to the HTTP request that was received from the client