scgi.txt 701 B

123456789101112131415161718192021222324252627282930313233
  1. ==================
  2. the SCGI Interface
  3. ==================
  4. -------------------
  5. Module: mod_scgi
  6. -------------------
  7. :Author: Jan Kneschke
  8. :Date: $Date: 2004/11/03 22:26:05 $
  9. :Revision: $Revision: 1.3 $
  10. :abstract:
  11. SCGI is a fast and simplified CGI interface. It is mostly
  12. used by Python + WSGI.
  13. .. meta::
  14. :keywords: lighttpd, FastCGI
  15. .. contents:: Table of Contents
  16. Description
  17. ===========
  18. The SCGI module is heavily based on the FastCGI when it comes
  19. to configuration. Only the internal protocol between server
  20. and client has been replaced. Please check the documentation
  21. of the FastCGI module for more information.
  22. History
  23. =======
  24. Added in lighttpd 1.3.14 as it was really simple to do.