From a7ef3c86b24770a92c420df2f0b58cc29a5e7ab4 Mon Sep 17 00:00:00 2001 From: Popsch Date: Thu, 8 Sep 2011 20:16:40 -0700 Subject: [PATCH] Updated Ubuntu 11.04 with lighttpd (markdown) --- Ubuntu-11.04-with-lighttpd.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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