Changeset 4000 breaks versions of lighttpd < 1.4.10. I'm running lighttpd 1.4.8, which doesn't understand what "CWD" is.
---%<---
=> Booting lighttpd (use 'script/server webrick' to force WEBrick)
=> config/lighttpd.conf not found, copying from /Users/ptb/Sites/Rails/test/vendor/rails/railties/configs/lighttpd.conf
=> Rails application started on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server (see config/lighttpd.conf for options)
Undefined config variable: var.CWD
2006-03-21 11:25:28: (configfile.c.800) source: config/lighttpd.conf line: 8 pos: 43 parser failed somehow near here: +
Exiting
---%<---
What I've been doing is opening the file with vi then doing search and replace with CWD with the correct path, but that's tedious and not the way it should be.
Will Rails 1.1 require lighttpd >= 1.4.10?