[Haskell-cafe] Server hosting

Christopher Done chrisdone at googlemail.com
Fri May 6 21:21:08 CEST 2011


On 6 May 2011 20:18, Steffen Schuldenzucker <sschuldenzucker at uni-bonn.de>wrote:

> I don't really expect this to work, but...


> <?php
>
> $argsstr = ...
> $ok = 0
> passthru( './my_real_cgi '.$argsstr, $ok );
> exit( $ok );
>
> ?>


I actually got something like that to work on a shared host before, I used
PHP as the starter and then served a CGI app. You need to make sure the
shared libraries for Haskell are on there too (gmp, for example, IIRC).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110506/4faabfaa/attachment-0001.htm>


More information about the Haskell-Cafe mailing list