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 ?
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users