0
@@ -4,9 +4,8 @@ Ebb aims to be a small and fast web server specifically for hosting
0
web frameworks like Rails, Merb, and in the future Django.
0
It is not meant to be a full featured web server like Lighttpd, Apache, or
0
-Nginx. Rather it should be used in multiplicity behind a
0
-[load balancer](http://brainspl.at/articles/2007/11/09/a-fair-proxy-balancer-for-nginx-and-mongrel)
0
-and a front-end server. It is not meant to serve static files in production.
0
+Nginx. Rather it should be used in multiplicity behind a load balancer and a
0
+front-end server. It is not meant to serve static files in production.
0
@@ -55,7 +54,8 @@ the [RubyForge project page](http://rubyforge.org/frs/?group_id=5640).
0
Using the executable `ebb_rails` one can start Ebb with a Rails project. Use
0
`ebb_rails -h` to see all of the options but to start one can try
0
- cd my_rails_project/; ebb_rails start
0
When using `ebb_rails` from monit, the monitrc entry might look like this:
Comments
No one has commented yet.