Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

mod_lisp

From Wikipedia, the free encyclopedia

mod_lisp is an extension module for theApache HTTP Server. It enables Apache to interface withapplication servers[1] written inCommon Lisp, making it possible to dynamically generate web pages and provideweb applications with Common Lisp programs.[2]

Unlike othermod_* projects, such asmod_perl andmod_python, mod_lisp does not embed a Common Lisp interpreter in Apache. In concept it is closer toFastCGI, handling requests byserializing them into a textual representation and sending that over a socket to a persistent Common Lisp program, and then sending the Common Lisp system's response to a client.[3] The client may be a web browser, but is more likely to be areverse proxy server. It is this server that interacts with the user's browser.

The source (FreeBSD style license), Common Lisp examples and pre-compiled binaries forFreeBSD,Linux andWin32 are available on the mod_lisp web site.[4]

References

[edit]
  1. ^"mod_lisp home page".
  2. ^"Creating Dynamic Websites with Lisp and Apache". The Lambda Meme. Archived fromthe original on 2009-02-20. Retrieved2009-03-07.
  3. ^"mod_lisp is not like mod_otherlanguages". Zach's Journal. Retrieved2009-03-07.
  4. ^"CLiki : mod_lisp".
Protocols
Server APIs
Apache modules
Topics
Browser APIs
Web APIs
WHATWG
W3C
Khronos
Others
Topics
Related topics
Retrieved from "https://en.wikipedia.org/w/index.php?title=Mod_lisp&oldid=1030007057"
Categories:
Hidden category:

[8]ページ先頭

©2009-2026 Movatter.jp