Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
mod_lisp
Apache module

mod_lisp is an extension module for the Apache HTTP Server. It enables Apache to interface with application servers written in Common Lisp, making it possible to dynamically generate web pages and provide web applications with Common Lisp programs.

Unlike other mod_* projects, such as mod_perl and mod_python, mod_lisp does not embed a Common Lisp interpreter in Apache. In concept it is closer to FastCGI, handling requests by serializing 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. The client may be a web browser, but is more likely to be a reverse 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 for FreeBSD, Linux and Win32 are available on the mod_lisp web site.

We don't have any images related to mod_lisp yet.
We don't have any YouTube videos related to mod_lisp yet.
We don't have any PDF documents related to mod_lisp yet.
We don't have any Books related to mod_lisp yet.
We don't have any archived web articles related to mod_lisp yet.

References

  1. "mod_lisp home page". http://www.fractalconcept.com/asp/y441/sdataQ1n29oWG$ycvDM==/sdataQuvY9x3g$ecX

  2. "Creating Dynamic Websites with Lisp and Apache". The Lambda Meme. Archived from the original on 2009-02-20. Retrieved 2009-03-07. https://web.archive.org/web/20090220120144/http://www.ymeme.com/creating-dynamic-websites-lisp-apache.html

  3. "mod_lisp is not like mod_otherlanguages". Zach's Journal. Retrieved 2009-03-07. http://xach.livejournal.com/144475.html

  4. "CLiki : mod_lisp". http://www.cliki.net/mod_lisp