You are writing a comment about Dreamier Dream Server with Nginx, here is a quick summary:

Upon posting my first dream server setup, it became apparent that it was less dreamy than I had thought. This article is a reworking of the earlier post, but using nginx as a frontend to an Apache2 backend. Rather than... Apache2 as a frontend to Lighttpd. It has also been pared down a bit, removing the security topics (it didn't cover them well anyway). And its more concise, as in its very much unlike this description.


You are responding to this comment written by Will Larson on July 23rd 2008, 09:24.

Actually, I've thought about it a number of times, but I would probably want to rebuild the server up from the ground, which would involve temporarily buying a second slice from SliceHost, then setting it up, then saving an image, and then loading that image onto the first server, and then releasing the first server...

I just haven't wanted to deal with all of that quite yet. :) I'm glad to hear that its working well with your setup though. My impression is that mod_python has the potential to really outclass other services, but only at extremely high usage levels and with more substantial hardware than I have available.


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")