Apache HTTP Server And Haskell
Is there a mod_haskell (like mod_perl and mod_python) for Apache HTTP server? Does anyone know about it?
On 7/31/06, Kaveh Shahbazian <kaveh.shahbazian@gmail.com> wrote:
Is there a mod_haskell (like mod_perl and mod_python) for Apache HTTP server? Does anyone know about it?
There is. However, you're way better off using FastCGI. http://www.cs.chalmers.se/~bringert/darcs/haskell-fastcgi/doc/ -- Friendly, Lemmih
On 7/31/06, Lemmih <lemmih@gmail.com> wrote:
On 7/31/06, Kaveh Shahbazian <kaveh.shahbazian@gmail.com> wrote:
Is there a mod_haskell (like mod_perl and mod_python) for Apache HTTP server? Does anyone know about it?
There is. However, you're way better off using FastCGI. http://www.cs.chalmers.se/~bringert/darcs/haskell-fastcgi/doc/
And perhaps one of these will also be useful: HSP http://www.cs.chalmers.se/~d00nibro/hsp/ Wash http://www.informatik.uni-freiburg.de/~thiemann/WASH/ Jason
participants (3)
-
Jason Dagit -
Kaveh Shahbazian -
Lemmih