* Marco Simon <[EMAIL PROTECTED]> [...] | So I set up my apache 1.3 with the mod_lisp module, | configured the httpd.conf and tried to get the apache | talking with my installed cmucl-lisp on my debian-sarge | system. | | I followed the steps at http://lisp.t2100cdt.kippona.net/lispy/home. | | What I didn't understand so far is: | Where does the (start-apache-listener) function come from ? | Because my cmucl-lisp doesn't seem to know this function. | I think this function is the missing step for getting my lips-process | listening on port 3000, where mod_lisp sends its request to.
You should compile & load modlisp-cmucl.lisp available at: http://www.fractalconcept.com/fcweb/download/modlisp-cmucl.lisp Then (start-apache-listener) will be available -- Eduardo Muñoz | (prog () 10 (print "Hello world!") http://www.boundp.net | 20 (go 10))
