ry / ebb fork watch download tarball
public this repo is viewable by everyone
Description: web server
Homepage: http://ebb.rubyforge.org
Clone URL: git://github.com/ry/ebb.git
small site update
Ryan Dahl (author)
2 months ago
commit  85f82048ed23e90fe8209ac83cdf6724da8636e9
tree    e5752f00f46ed96f2a7c035e47ef97147f52a500
parent  cadb926f1efe9536a00768dadce41d83190cb3e7
...
4
5
6
7
8
9
 
 
10
11
12
...
55
56
57
58
 
 
59
60
61
...
4
5
6
 
 
 
7
8
9
10
11
...
54
55
56
 
57
58
59
60
61
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
 
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
 
0
 ## Design
0
 
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
 
0
- cd my_rails_project/; ebb_rails start
0
+ cd my_rails_project/
0
+ ebb_rails start
0
 
0
 When using `ebb_rails` from monit, the monitrc entry might look like this:
0
 
...
7
8
9
10
11
12
 
 
 
13
14
15
...
19
20
21
22
 
 
 
 
 
23
24
25
...
29
30
31
32
 
33
34
35
...
7
8
9
 
 
 
10
11
12
13
14
15
...
19
20
21
 
22
23
24
25
26
27
28
29
...
33
34
35
 
36
37
38
39
0
@@ -7,9 +7,9 @@
0
 body {
0
   background: #FFF;
0
   color: #444130;
0
- font-family: Arial;
0
- line-height: 14pt;
0
- font-size: 12pt;
0
+ font-family: bell mt,georgia,helvetica;
0
+ line-height: 15pt;
0
+ font-size: 14pt;
0
   margin: 0;
0
 }
0
 
0
@@ -19,7 +19,11 @@ h1, h2, h3, h4 {
0
   margin: 1em 0;
0
 }
0
 
0
-pre { overflow: auto; }
0
+pre, code {
0
+ font-family: Courier;
0
+ font-size: 12pt;
0
+ overflow: auto;
0
+}
0
 
0
 a { color: #E4AC3D; }
0
 #license {
0
@@ -29,7 +33,7 @@ a { color: #E4AC3D; }
0
 
0
 #content {
0
   margin: 1em auto ;
0
- max-width: 40em;
0
+ max-width: 30em;
0
 }
0
 
0
 ol, ul { padding-left: 0; }

Comments

    No one has commented yet.