[racket] apache configuration for racket

From: scouic (scouic at gmail.com)
Date: Sun Oct 24 10:33:33 EDT 2010

Hi,
i have a local apache server (win$) and i would like to know how can i
configure it for that, when i'm connecting at 127.0.0.1, it launches a
Racket executable file, for example index.rkt (or index.exe) ?

actually, index.rkt is a simply webpage
[example]
(require web-server/sevlet /formlets /servlet-env, etc ... )
(define start request)
  ...)
 (serve/servlet start)
[/example]

Could you explain me the process for
or - launch an executable racket file from apache
or - have an html web page with forms wich calls racket files at each "input
submit" action ?

Thanks in advance,
-mw

PS : i've seen the (generate-html-output ...) from cgi, must i use this
function in my Racket file ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20101024/233fa3ff/attachment.html>

Posted on the users mailing list.