Browse thread
Apache 2 and mod_ocaml
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Peter Busser <busser@m...> |
| Subject: | Re: [Caml-list] Apache 2 and mod_ocaml |
On Wednesday 15 December 2004 22:17, Richard Jones wrote: > On Wed, Dec 15, 2004 at 03:19:16PM -0500, Joe Polanik wrote: > > Is there a version of mod_ocaml for Apache 2? If so, where might this be > > found? > > mod_caml or mod_ocaml? The two are different things. My summary of > the situation is here: Has anyone looked at getting mod_lisp to work with OCaml? It's different from mod_caml in that it doesn't execute OCaml code in Apache itself, but connects to a separate process, which handles the request. Much like the way in which Java servlet support for Apache works. It doesn't transfer any LISP specific stuff according to the docs. Groetjes, Peter.