
10 Jul
2007
10 Jul
'07
5:19 p.m.
Andrew Coppin on 2007-07-10 21:23:23 +0100:
Can somebody write a trivial (as in: small) program so I can test my CGI stuff without having to actually install and configure Apache?
The Haskell wiki (http://www.haskell.org/) lists several web servers; one appears to fit your needs of being small and able to run CGI. Look under "Applications and libraries" to get started.
Actually, might be a useful thing to have in a library somewhere.
The Haskell wiki also lists several HTTP libraries.