[Bese-devel] UCW on OSX with mod_lisp
Daniel Salama
lists at infoway.net
Fri Sep 1 21:01:43 UTC 2006
I'm trying to setup UCW on OSX and use Apache+mod_lisp.
I've installed mod_lisp and have it already setup and running with
Apache.
I have modified ucw_dev/etc/conf.lisp as:
(setf *ucw-backend-type* ':mod-lisp)
(setf *ucw-backend-host* "127.0.0.1")
(setf *ucw-backend-port* 3001)
Then, when I run:
~dev/lisp/ucw-boxset $ sbcl --load start.lisp
and UCW starts, it doesn't start the mod-lisp module and it continues
to listen on port 8080. What am I missing?
Thanks,
Daniel
P.S. I was trying to follow the tutorial at http://trac.common-
lisp.net/ucw/wiki/UcwIntro
More information about the bese-devel
mailing list