The mac installation I put in uses lighttpd, which
crashes when I try to run it with
ruby script/server
It crashes because the variable ‘CWD’ in the conf file for lighttpd is
not defined. It should be the base (root? stem?) of a file location. I
do not know where it was supposed to be created. I can set it to
something, or rewrite the file to set it to something, but if I pick the
wrong stem the program might not work, or might overwrite something
else. In any event it is not a real solution since it is going to
re-break as soon as something gets updated and program is reinstalled.
I hope someone can tell me that this is a simple problem and that it can
be
solved by … ?