Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: [Caml-list] Interface mismatch on build

3 views
Skip to first unread message

Jonathan Roewen

unread,
Jul 14, 2006, 12:12:57 PM7/14/06
to Jonathan Hayward http://JonathansCorner.com, caml...@yquem.inria.fr
> I'm still trying to get ocamlnet2 to build, or at least netcgi--if I can't
> get ocamlnet/netcgi to work with, is there a plainer alternative to netcgi
> that will let me access CGI values and make a slightly older-style CGI
> script?

You can try http://www.lri.fr/~filliatr/ftp/ocaml/cgi/

For do it yourself, you can grab env parameters (such as query string,
cookies, etc) using Sys.getenv, or read post data from stdin (after
getting the content-length header). Just a matter of writing the
parsing stuff yourself (which these libs do for you, and a little
more).

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

0 new messages