
6 May
2011
6 May
'11
6:18 p.m.
On 05/06/2011 08:07 PM, Andrew Coppin wrote:
[...] I currently have a website, but it supports only CGI *scripts* (i.e., Perl or PHP). It does not support arbitrary CGI *binaries*, which is what I'd want for Haskell. In fact, I don't have control over the web server at all; I just put content on there.
I don't really expect this to work, but... <?php $argsstr = ... $ok = 0 passthru( './my_real_cgi '.$argsstr, $ok ); exit( $ok ); ?>