Starting the server:
ruby script/server
seems to create a file lighttpd.conf with a variable CWD, assumed to
mean current working directory, unset. Setting CWD=’.’ or the full path
seems to fix the problem and lighttpd does the service.
The question is who, where and what is suppose to set CWD?
On 5 Sep 2006, at 01:32, Donald Huebschman wrote:
Starting the server: ruby script/server
seems to create a file lighttpd.conf with a variable CWD, assumed to
mean current working directory, unset. Setting CWD=’.’ or the full
path
seems to fix the problem and lighttpd does the service.
The question is who, where and what is suppose to set CWD?
I think it is lighttpd itself that sets it. Note that older versions
of lighttpd do not support CWD [can’t remember the exact version
break]. It is set to the current working directory when lighttpd was
called.