Re: [Haskell-cafe] using haskell to serve with apache

2010-03-03 Thread Chris Eidhof
We run a couple of Happstack processes with FastCGI, and it works like a charm. We even wrote a module for it: http://hackage.haskell.org/package/happstack-fastcgi -chris On 1 mrt 2010, at 20:19, Yitzchak Gale wrote: brad clawsie wrote: should i just try out something based on fastcgi?

Re: [Haskell-cafe] using haskell to serve with apache

2010-03-01 Thread Yitzchak Gale
brad clawsie wrote: should i just try out something based on fastcgi? Obviously it depends on exactly what you want to do. For a simple very low volume page, even cgi should be just fine. I use it all the time. Regards, Yitz ___ Haskell-Cafe mailing

[Haskell-cafe] using haskell to serve with apache

2010-02-28 Thread brad clawsie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi i'm currently doing some work on a personal site and was considering giving a haskell web tool a spin. i have a fairly complex apache configuration, so i don't want to try to replace it with a native haskell server, but instead use haskell via an

Re: [Haskell-cafe] using haskell to serve with apache

2010-02-28 Thread Jeremy Shaw
I just run a happstack server on an alternative port, and then use mod_proxy to forward requests to the alternative port. For example, happstack.com is hosted at: http://src.seereason.com:9021/ but apache on that machine has a happstack.com config that looks like: VirtualHost *:80