Differences between revisions 2 and 7 (spanning 5 versions)
Revision 2 as of 2009-11-16 16:28:52
Size: 189
Editor: fruity
Comment:
Revision 7 as of 2009-11-16 16:40:28
Size: 836
Editor: fruity
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
==== Breaking the LAMP loop, alternative web serving methods ==== ===== Breaking the LAMP loop, alternative web serving methods =====
Line 3: Line 3:
[/yaws|Yet Another Web Server(in erlang)] Lately I decided to look elsewhere than the usual "linux apache mysql php".
Reading on docs makes me draw something like apache or ngingx as a load balancer front-end, the same as the backend adding lighttpd for fast streaming ofdata.
This leave me more confused than before:
 * apache or ngingx? old but solid or new with an ongoing development?
Line 5: Line 8:
[/pound|Reverse proxy, load balancer and HTTPS front-end for Web servers]
    I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for two solutions, reverse proxy or tcp-loadbalance? and then apt-cache search came to the rescue:

[[/pound|Reverse proxy, load balancer and HTTPS front-end for Web servers]]

 * database: mysql?postgres?sqlite?ORACLE!??

[[/yaws|Yet Another Web Server(in erlang)]]

Breaking the LAMP loop, alternative web serving methods

Lately I decided to look elsewhere than the usual "linux apache mysql php". Reading on docs makes me draw something like apache or ngingx as a load balancer front-end, the same as the backend adding lighttpd for fast streaming ofdata. This leave me more confused than before:

  • apache or ngingx? old but solid or new with an ongoing development?
    • I thought myself using a beast like apache to do load balancing was a bit like killing a fly with a nuke, so for I looked elsewhere for two solutions, reverse proxy or tcp-loadbalance? and then apt-cache search came to the rescue:

Reverse proxy, load balancer and HTTPS front-end for Web servers

  • database: mysql?postgres?sqlite?ORACLE!??

Yet Another Web Server(in erlang)

fruity/Web (last edited 2009-11-17 00:48:20 by fruity)