Updated Ubuntu 11.04 with lighttpd (markdown)

Popsch 2011-09-08 20:16:40 -07:00
parent 70010c93fa
commit a7ef3c86b2

@ -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