diff --git a/Ubuntu-11.04-with-lighttpd.md b/Ubuntu-11.04-with-lighttpd.md index b5bfcc3..9f93fd2 100644 --- a/Ubuntu-11.04-with-lighttpd.md +++ b/Ubuntu-11.04-with-lighttpd.md @@ -65,8 +65,9 @@ Enable the mods for lighted lighttpd-enable-mod fastcgi lighttpd-enable-mod magnet lighttpd-enable-mod access + lighttpd-disable-mod javascript-alias -Follow the description of running Rails applications with lighttpd. You can easily use spawn-fcgi as it comes with a package in Ubuntu: +Follow the description of running rails applications with lighttpd. *Note* you need to either configure or disable the javascript-alias mod, because otherwise lighttpd will search in the wrong directory for the javascript files. You can easily use spawn-fcgi for running rails applications as spawn-fcgi comes with a package in Ubuntu: http://redmine.lighttpd.net/wiki/1/LighttpdOnRails ## Get the fcgi bridge working with rails